rfvgyhn / min-ed-launcher

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

NotImplementedException when trying to launch #136

Closed libewa closed 3 weeks ago

libewa commented 3 weeks ago
  1. Describe the bug/error Launcher crashes with a NotImplementedException and does not launch the game

Debug log


----------
2024-08-27 10:53:14.919 +02:00 [INF] Elite Dangerous: Minimal Launcher - v0.11.1+d7e3e01c
2024-08-27 10:53:15.007 +02:00 [DBG] 
    Args: [|"/edo"; "/dryrun"|]
    OS: Win64
    Env: 

2024-08-27 10:53:15.009 +02:00 [DBG] Reading settings from 'C:\Users\Linus\AppData\Local\min-ed-launcher\settings.json'
2024-08-27 10:53:15.150 +02:00 [DBG] Settings: { Platform = Dev
  DisplayMode = Pancake
  AutoRun = false
  QuitMode = WaitForInput
  WatchForCrashes = false
  ProductWhitelist = seq ["edo"]
  ForceLocal = false
  CompatTool = None
  CbLauncherDir =
   "C:\Program Files (x86)\Steam\steamapps\common\Elite Dangerous\"
  PreferredLanguage = None
  ApiUri = https://api.zaonce.net/
  Restart = None
  AutoUpdate = true
  CheckForLauncherUpdates = true
  MaxConcurrentDownloads = 4
  ForceUpdate = set []
  Processes = []
  ShutdownProcesses = []
  FilterOverrides =
   seq [[FORC-FDEV-DO-1000, edo]; [FORC-FDEV-DO-38-IN-40, edh4]]
  AdditionalProducts = []
  DryRun = true
  ShutdownTimeout = 00:00:10
  CacheDir = "C:\Users\Linus\AppData\Local\min-ed-launcher\cache"
  GameStartDelay = 00:00:00
  ShutdownDelay = 00:00:00 }
2024-08-27 10:53:15.163 +02:00 [INF] Elite Runtime
    Platform: Dev
    CobraBay Version: 1.7.6972.1
    Products Dir: C:\Program Files (x86)\Steam\steamapps\common\Elite Dangerous\Products
2024-08-27 10:53:15.177 +02:00 [DBG] Getting machine id
2024-08-27 10:53:15.192 +02:00 [INF] Logging in
2024-08-27 10:53:15.193 +02:00 [DBG] Getting remote time
2024-08-27 10:53:15.569 +02:00 [DBG] Authenticating via Dev
2024-08-27 10:53:15.595 +02:00 [ERR] Unhandled exception: System.NotImplementedException: Arg_NotImplementedException
   at MinEdLauncher.Api.authenticate@144.MoveNext()
   at MinEdLauncher.App.authenticate@21-9.MoveNext()
   at MinEdLauncher.App.login@38-4.MoveNext()
   at MinEdLauncher.App.run@401-4.MoveNext()
   at MinEdLauncher.App.run@378.MoveNext()
   at MinEdLauncher.Program.run@64-23.MoveNext()
   at MinEdLauncher.Program.run@63-22.MoveNext()
   at MinEdLauncher.Program.run@63-21.MoveNext()
   at MinEdLauncher.Program.run@71-24.MoveNext()
   at MinEdLauncher.Program.run@74-25.MoveNext()
   at MinEdLauncher.Program.main(String[])
rfvgyhn commented 3 weeks ago

You need to specify your account type. /frontier profileName, /steam or /epic/-auth_password

libewa commented 3 weeks ago

now i get Unable to initialize Steam


----------
2024-08-28 07:29:11.216 +02:00 [INF] Elite Dangerous: Minimal Launcher - v0.11.1+d7e3e01c
2024-08-28 07:29:11.313 +02:00 [DBG] 
    Args: [|"/steam"; "/edo"|]
    OS: Win64
    Env: 

2024-08-28 07:29:11.315 +02:00 [DBG] Reading settings from 'C:\Users\Linus\AppData\Local\min-ed-launcher\settings.json'
2024-08-28 07:29:11.454 +02:00 [DBG] Settings: { Platform = Steam
  DisplayMode = Pancake
  AutoRun = false
  QuitMode = WaitForInput
  WatchForCrashes = false
  ProductWhitelist = seq ["edo"]
  ForceLocal = true
  CompatTool = None
  CbLauncherDir =
   "C:\Program Files (x86)\Steam\steamapps\common\Elite Dangerous\"
  PreferredLanguage = None
  ApiUri = https://api.zaonce.net/
  Restart = None
  AutoUpdate = true
  CheckForLauncherUpdates = true
  MaxConcurrentDownloads = 4
  ForceUpdate = set []
  Processes = []
  ShutdownProcesses = []
  FilterOverrides =
   seq [[FORC-FDEV-DO-1000, edo]; [FORC-FDEV-DO-38-IN-40, edh4]]
  AdditionalProducts = []
  DryRun = false
  ShutdownTimeout = 00:00:10
  CacheDir = "C:\Users\Linus\AppData\Local\min-ed-launcher\cache"
  GameStartDelay = 00:00:00
  ShutdownDelay = 00:00:00 }
2024-08-28 07:29:11.465 +02:00 [INF] Elite Runtime
    Platform: Steam
    CobraBay Version: 1.7.6972.1
    Products Dir: C:\Program Files (x86)\Steam\steamapps\common\Elite Dangerous\Products
2024-08-28 07:29:11.475 +02:00 [DBG] Getting machine id
2024-08-28 07:29:11.489 +02:00 [INF] Logging in
2024-08-28 07:29:11.489 +02:00 [DBG] Getting remote time
2024-08-28 07:29:11.984 +02:00 [DBG] Disposing Steam resources
2024-08-28 07:29:11.989 +02:00 [ERR] Couldn't login: Unable to initialize Steam
rfvgyhn commented 3 weeks ago

Is Steam running? If so, how are you starting it? It doesn't look like you are running it via Steam as outlined in the readme.

libewa commented 3 weeks ago

yeah i'm running it manually, running through steam works