karlstav / cava

Cross-platform Audio Visualizer
MIT License
4.22k stars 232 forks source link

glew.dll not found #520

Closed theSoberSobber closed 1 year ago

theSoberSobber commented 1 year ago

When/where was the bug introduced?

Describe the bug A clear and concise description of what the bug is. The sln file of windows cava compiles just fine and launches fine too, but while launching the exe from the shell it says glew.dll not found even though it is in packages installed from nuget.

To Reproduce Steps to reproduce the behavior:

  1. Set config parameter to
  2. run
  3. do something
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Terminal emulator

Additional context Add any other context about the problem here.

karlstav commented 1 year ago

I haven't bothered making an installer or similar.

When not running from visual studio you will have to copy the dlls needed to somewhere they can be found. Same folder as the executable or in some search path.

theSoberSobber commented 1 year ago

I see, that worked. I am closing this now.

KoBruh commented 1 month ago

Hey, i see you've closed this but how did you get your hands on all the nuget packages to build it ?