-
-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Upon lauching Rdx version with seemingly any arguments, the app crashes with the following exception:
Unhandled exception. System.TypeInitializationException: The type initializer for '<Module>' threw an exception.
---> System.NullReferenceException: coreclr.dll not found
at Novus.Imports.RuntimeResource..ctor(Process p, String moduleName, String pdb) in /home/twilightkiddy/Projects/Novus/Novus/Imports/RuntimeResource.cs:line 83
at Novus.Imports.RuntimeResource..ctor(String moduleName, String pdb) in /home/twilightkiddy/Projects/Novus/Novus/Imports/RuntimeResource.cs:line 74
at Novus.Global.Setup() in /home/twilightkiddy/Projects/Novus/Novus/Global.cs:line 267
at .cctor()
--- End of inner exception stack trace ---
at SmartImage.Rdx.Shell.ConsoleFormat..cctor()
at SmartImage.Rdx.Shell.ConsoleFormat.LoadFigletFontFromResource(String name, MemoryStream& fs) in /home/twilightkiddy/Projects/SmartImage/SmartImage.Rdx/Shell/ConsoleFormat.cs:line 125
at SmartImage.Rdx.Program.DisplayHeaderAsync() in /home/twilightkiddy/Projects/SmartImage/SmartImage.Rdx/Program.cs:line 100
at SmartImage.Rdx.Program.Main(String[] args) in /home/twilightkiddy/Projects/SmartImage/SmartImage.Rdx/Program.cs:line 49
at SmartImage.Rdx.Program.<Main>(String[] args)
I'm on Gentoo, using Foot as my terminal.
I tried to find the dll myself, but it is, indeed, missing on my system.
The stack trace is from my own build, but it behaves exactly the same on this release, albeit being a bit less verbose, of course.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working