anotak/doombuilderx

Crashing on startup in Windows 11

brchristian opened this issue · 0 comments

I'm running a fresh install of Windows 11 on an Intel-based Mac using Parallels Desktop.

When I open Builder, I see:

UNHAPPY ERROR :(
you should save the BuilderX-lastcrash.log and post it at https://github.com/anotak/doombuilderx/issues/new.

So, here's the log:

Exception: Invalid URI: The Authority/Host could not be parsed.
Exception:    at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
   at System.Uri..ctor(String uriString)
   at CodeImp.DoomBuilder.General.RealMain(String[] args) in C:\DOCS\GitHub\doombuilderx\Source\Core\General\General.cs:line 610
   at CodeImp.DoomBuilder.General.Main(String[] args) in C:\DOCS\GitHub\doombuilderx\Source\Core\General\General.cs:line 560
Exception: Invalid URI: The Authority/Host could not be parsed.
Exception:    at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
   at System.Uri..ctor(String uriString)
   at CodeImp.DoomBuilder.General.RealMain(String[] args) in C:\DOCS\GitHub\doombuilderx\Source\Core\General\General.cs:line 610
   at CodeImp.DoomBuilder.General.Main(String[] args) in C:\DOCS\GitHub\doombuilderx\Source\Core\General\General.cs:line 560
map is null or disposed at crash time
Terminate: Immediate program termination
map is null or disposed at crash time

Any ideas?