rfvgyhn / min-ed-launcher

Minimal Elite Dangerous Launcher
MIT License
252 stars 9 forks source link

Broke after update 7 !!!!!!!!! #39

Closed PyronoxO closed 2 years ago

PyronoxO commented 2 years ago

First and foremost i would like to thank you for the great work you have done with this launcher it's a life saver.

PLLLLLLLLEase update to work after the new update as the original launcher sucks !!!!!!

pan-mroku commented 2 years ago

What does your log say? It works for me in Odyssey, after update 7.

rfvgyhn commented 2 years ago

Can you provide some more details on the issue you're seeing? Like @pan-mroku mentioned, the output shown in your log file would be helpful. Log file is located at logs/min-ed-launcher.log.

PyronoxO commented 2 years ago

sure here its

021-09-12 02:26:39.067 +04:00 [INF] Elite Dangerous: Minimal Launcher - v0.5.3 2021-09-12 02:26:39.152 +04:00 [DBG] Args: [||] OS: Win64

2021-09-12 02:26:39.165 +04:00 [DBG] Reading settings from 'C:\Users\ponto.DESKTOP-SNTQMLB\AppData\Local\min-ed-launcher\settings.json' 2021-09-12 02:26:39.369 +04:00 [DBG] Settings: Error "Unknown platform. Failed to find Elite Dangerous install directory" 2021-09-12 02:26:39.369 +04:00 [ERR] Unknown platform. Failed to find Elite Dangerous install directory

rfvgyhn commented 2 years ago

It looks like you are trying to run it directly (Args array is empty). Did you follow the Setup steps for your desired platform?

PyronoxO commented 2 years ago

`yes of course it was running just fine before update 7 after the update it stopped and i was getting this message

rfvgyhn commented 2 years ago

Is this Steam, Epic or a regular Frontier account? Can you show me what your launcher options/shortcut looks like?

PyronoxO commented 2 years ago

steam

rfvgyhn commented 2 years ago

And what launch options do you have setup?

PyronoxO commented 2 years ago

/autorun /restart 5 /EDO

rfvgyhn commented 2 years ago

Is that the entirety of what's in the launch options textbox?

It should be cmd /c "MinEdLauncher.exe %command% /autorun /restart 5 /EDO"

If that's what your launch options look like, can you try running it manually and posting the log output?

  1. Open a command prompt (click Windows start button, search for cmd)
  2. Navigate to elite folder by typing cd C:\Program Files (x86)\Steam\steamapps\common\Elite Dangerous (change your path if you don't have a default Steam installation)
  3. Press enter
  4. Run launcher by typing MinEdLauncher.exe /steam /autorun /restart 5 /EDO
  5. Press enter
PyronoxO commented 2 years ago

in my case its actually cmd /h "MinEdLauncher.exe %command% /autorun /restart 5 /EDO"

as i don't have my steam path in C

PyronoxO commented 2 years ago

Launching manually from the command prompt seems to work, from steam no luck , here is the log file output

021-10-11 21:47:36.995 +04:00 [INF] Elite Dangerous: Minimal Launcher - v0.5.3 2021-10-11 21:47:37.082 +04:00 [DBG] Args: [||] OS: Win64

2021-10-11 21:47:37.098 +04:00 [DBG] Reading settings from 'C:\Users\ponto.DESKTOP-SNTQMLB\AppData\Local\min-ed-launcher\settings.json' 2021-10-11 21:47:37.302 +04:00 [DBG] Settings: Error "Unknown platform. Failed to find Elite Dangerous install directory" 2021-10-11 21:47:37.303 +04:00 [ERR] Unknown platform. Failed to find Elite Dangerous install directory

rfvgyhn commented 2 years ago

/h should be /c. That particular option doesn't refer to the disk letter but tells cmd to run the subsequent command.

PyronoxO commented 2 years ago

ahh ok thanx for the clarification, let me try that

Update : worked just fine thanx for the help, hope you can get the restart function to work for epic launcher too :)