Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

22.11 not statically compiled on Windows #2251

Closed
neversphere opened this issue Nov 28, 2022 · 7 comments
Closed

22.11 not statically compiled on Windows #2251

neversphere opened this issue Nov 28, 2022 · 7 comments

Comments

@neversphere
Copy link

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.

@zuckschwerdt
Copy link
Collaborator

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

@cizzop
Copy link

cizzop commented Dec 9, 2022

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

@zuckschwerdt
Copy link
Collaborator

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
Copy link
Collaborator

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

@gdt
Copy link
Collaborator

gdt commented Sep 26, 2023

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

@gdt gdt closed this as completed Sep 26, 2023
@neversphere
Copy link
Author

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

@gdt
Copy link
Collaborator

gdt commented Sep 27, 2023

Thanks for confirming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants