mode777 / rayjs

Javascript bindings for raylib in a single ~3mb executable
MIT License
100 stars 8 forks source link

Windows binary release can't find libwinpthread-1.dll #8

Open bramtechs opened 1 week ago

bramtechs commented 1 week ago

Hello, I am trying to run the Windows binary of Preview 4.6-dev. The following error dialog appears: image

It seems that MinGW is needed to run the pre-compiled program, not just for compiling. This is a bit odd in my opinion. The README file could state that Mingw is required for compiling and running rayjs or more ideally, the dependency could be statically compiled into the program if this is possible.

mode777 commented 6 days ago

The binary on the releases page is unfortunately not up to date. Did you check this issue https://github.com/mode777/rayjs/issues/2

bramtechs commented 6 days ago

Sorry, I did not check. I suppose a new release could be made (in the releases tab) so the correct version is easier to find and more people don't report this already fixed issue. :)