rtl_433 icon indicating copy to clipboard operation
rtl_433 copied to clipboard

22.11 not statically compiled on Windows

Open neversphere opened this issue 2 years ago • 4 comments

Out of the box it doesn't run due to a complaint about libwinpthread-1.dll being missing. On the same box version 21.12 runs fine.

neversphere avatar Nov 28 '22 21:11 neversphere

Thanks for the report! We don't actually use pthreads on win32, so something else must have broken.

zuckschwerdt avatar Nov 28 '22 21:11 zuckschwerdt

Same issue here. After putting libwinpthread-1.dll directly in the folder I then get "The application was unable to start correctly (0xc000007b)"

cizzop avatar Dec 09 '22 21:12 cizzop

Ah ok, we only use native threads with MSC (Visual Studio), but pthreads on WIN32 otherwise (GCC). I changed that to always native threads in dc95819 now. Still need to do a new build though.

zuckschwerdt avatar Dec 09 '22 23:12 zuckschwerdt

If you want to test this right away here are the new binaries: rtl_433-win-x32.zip rtl_433-win-x64.zip

zuckschwerdt avatar Dec 09 '22 23:12 zuckschwerdt

This seems likely fixed, and we're 9 months after binaries were provided for testing, with no reply.

gdt avatar Sep 26 '23 17:09 gdt

Sorry I didn't update. This fixed it. Thanks!

neversphere avatar Sep 27 '23 22:09 neversphere

Thanks for confirming.

gdt avatar Sep 27 '23 22:09 gdt