Prowl icon indicating copy to clipboard operation
Prowl copied to clipboard

Unhandled exception. System.IO.FileNotFoundException: Could not load from any of the possible library names!

Open Shadowblitz16 opened this issue 10 months ago • 1 comments

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:

  1. Git clone --recursive https://github.com/ProwlEngine/Prowl.git
  2. Open solution in rider
  3. Compile
  4. Click play

Expected behavior It should run.

Screenshots

Image

Additional context NA

Shadowblitz16 avatar Apr 25 '25 00:04 Shadowblitz16

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.

michaelsakharov avatar Apr 25 '25 00:04 michaelsakharov