Prowl
Prowl copied to clipboard
Unhandled exception. System.IO.FileNotFoundException: Could not load from any of the possible library names!
Describe the bug
Unhandled exception. System.IO.FileNotFoundException: Could not load from any of the possible library names! Please make sure that the library is installed and in the right place!
at Silk.NET.GLFW.Glfw.CreateDefaultContext(String[] n)
at Silk.NET.GLFW.Glfw.GetApi()
at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode)
at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor)
at System.Lazy`1.CreateValue()
at Silk.NET.GLFW.GlfwProvider.GetGlfw()
at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode)
at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor)
at System.Lazy`1.CreateValue()
at Silk.NET.Windowing.Glfw.GlfwPlatform.GetMainMonitor()
at DotRecast.Recast.Demo.RecastDemo.CreateWindow() in /home/shadowblitz16/Documents/Source/cs/Prowl/External/Prowl.DotRecast/src/DotRecast.Recast.Demo/RecastDemo.cs:line 252
at DotRecast.Recast.Demo.RecastDemo.Run() in /home/shadowblitz16/Documents/Source/cs/Prowl/External/Prowl.DotRecast/src/DotRecast.Recast.Demo/RecastDemo.cs:line 128
at DotRecast.Recast.Demo.Program.StartDemo() in /home/shadowblitz16/Documents/Source/cs/Prowl/External/Prowl.DotRecast/src/DotRecast.Recast.Demo/Program.cs:line 54
at DotRecast.Recast.Demo.Program.Main(String[] args) in /home/shadowblitz16/Documents/Source/cs/Prowl/External/Prowl.DotRecast/src/DotRecast.Recast.Demo/Program.cs:line 18
Process finished with exit code 134.
To Reproduce Steps to reproduce the behavior:
- Git clone --recursive https://github.com/ProwlEngine/Prowl.git
- Open solution in rider
- Compile
- Click play
Expected behavior It should run.
Screenshots
Additional context NA
Im not too experienced with Rider, but it looks like you might be trying to execute DotRecast's Demo? Didnt even know we had that in the repo, It probably shouldn't be there.