Created
January 8, 2023 08:18
-
-
Save HadetTheUndying/aadb9439e594232ef326bc695fa60d68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| System.TypeInitializationException: The type initializer for 'Veldrid.Sdl2.Sdl2Native' threw an exception. | |
| ---> System.DllNotFoundException: Unable to load shared library 'libdl' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibdl: cannot open shared object file: No such file or directory | |
| at NativeLibraryLoader.Libdl.dlopen(String fileName, Int32 flags) | |
| at NativeLibraryLoader.LibraryLoader.UnixLibraryLoader.CoreLoadNativeLibrary(String name) | |
| at NativeLibraryLoader.LibraryLoader.LoadWithResolver(String name, PathResolver pathResolver) | |
| at NativeLibraryLoader.LibraryLoader.LoadNativeLibrary(String[] names, PathResolver pathResolver) | |
| at NativeLibraryLoader.NativeLibrary..ctor(String[] names) | |
| at Veldrid.Sdl2.Sdl2Native.LoadSdl2() | |
| at Veldrid.Sdl2.Sdl2Native..cctor() | |
| --- End of inner exception stack trace --- | |
| at Veldrid.Sdl2.Sdl2Native.SDL_Init(SDLInitFlags flags) | |
| at Veldrid.StartupUtilities.VeldridStartup.CreateWindowAndGraphicsDevice(WindowCreateInfo windowCI, GraphicsDeviceOptions deviceOptions, GraphicsBackend preferredBackend, Sdl2Window& window, GraphicsDevice& gd) | |
| at Repackinator.UI.ApplicationUI.Run() | |
| at Repackinator.UI.ApplicationUIStartup.Start(String version) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment