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

Windows build does not works standalone #21

Closed
Dev1lroot opened this issue Sep 7, 2022 · 1 comment
Closed

Windows build does not works standalone #21

Dev1lroot opened this issue Sep 7, 2022 · 1 comment

Comments

@Dev1lroot
Copy link

  1. I've compiled the app on windows 10 using MinGW x64
  2. After I copied and run the app on other device - it require libwinpthread-1.dll
  3. I copied the lib from my workspace
  4. Then the app started with 0xc000007b crash and exits
@Niminem
Copy link
Owner

Niminem commented Sep 7, 2022

@Dev1lroot

Add mingw64/bin, which contains libwinpthread-1.dll, to your path

It is a known issue, see this

I had this same problem with the Nim 1.6 branch

Let me know if that fixes it, did for me

@Niminem Niminem closed this as completed Oct 28, 2023
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

2 participants