rfvgyhn / min-ed-launcher

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

Unhandled exceptions trying to use in place of the new Frontier launcher #112

Closed groundarts closed 11 months ago

groundarts commented 11 months ago

Describe the bug/error Testing min-ed-launcher for the first time with the new 'improved' launcher produces a bunch of unhandled exceptions

Debug log 2023-09-07 07:58:27.558 -05:00 [DBG] Settings: { Platform = Dev DisplayMode = Pancake AutoRun = false AutoQuit = false WatchForCrashes = false ProductWhitelist = seq [] 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 = false } 2023-09-07 07:58:27.573 -05:00 [INF] Elite Runtime Platform: Dev CobraBay Version: 1.7.6926.10 Products Dir: C:\Program Files (x86)\Steam\steamapps\common\Elite Dangerous\Products 2023-09-07 07:58:27.587 -05:00 [DBG] Getting machine id 2023-09-07 07:58:27.607 -05:00 [INF] Logging in 2023-09-07 07:58:27.608 -05:00 [DBG] Getting remote time 2023-09-07 07:58:28.300 -05:00 [DBG] Authenticating via Dev 2023-09-07 07:58:28.336 -05:00 [ERR] Unhandled exception: System.NotImplementedException: Arg_NotImplementedException at MinEdLauncher.Api.authenticate@142.MoveNext() at MinEdLauncher.App.authenticate@20-9.MoveNext() at MinEdLauncher.App.login@35-4.MoveNext() at MinEdLauncher.App.run@285-4.MoveNext() at MinEdLauncher.App.run@258.MoveNext() at MinEdLauncher.Program.run@65-21.MoveNext() at MinEdLauncher.Program.run@63-20.MoveNext() at MinEdLauncher.Program.run@62-19.MoveNext() at MinEdLauncher.Program.run@72-22.MoveNext() at MinEdLauncher.Program.run@75-23.MoveNext() at MinEdLauncher.Program.main(String[])

rfvgyhn commented 11 months ago

How are you launching it? You've excluded the first few lines of the log that show the command line arguments. It's in Dev mode which means you aren't launching it via steam, epic or using the /frontier flag.

groundarts commented 11 months ago

A ha! I was all set to include some more information, but then I tested it again just to make sure, and it worked. I'd just installed the most recent NET 6.0 runtime (v6.0.21) for Elite Observatory, and that seems to have fixed the issue. So, never mind! Might be worth noting in the Readme, unless I overlooked it.

Thanks!!