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

I get error, if you start on Windows #1

Closed
FranciscoReMo opened this issue Jun 24, 2020 · 7 comments
Closed

I get error, if you start on Windows #1

FranciscoReMo opened this issue Jun 24, 2020 · 7 comments

Comments

@FranciscoReMo
Copy link

image
image

I research in the Net:
https://stackoverflow.com/questions/18138635/mingw-exe-requires-a-few-gcc-dlls-regardless-of-the-code
https://stackoverflow.com/questions/46728353/mingw-w64-whats-the-purpose-of-libgcc-s-seh-dll

I think the error has been the compiled.

@MacaronParisPretty
Copy link

I get the same error, running windows 10, 64 bit...

@Luca1991
Copy link
Owner

Luca1991 commented Sep 2, 2020

Sorry guys, I've been so busy lately.....
Can you try building this yourself using the hints posted on the first stackoverflow link?
Please keep me updated!

Thanks,
Luca

@zefie
Copy link

zefie commented Dec 4, 2020

From what I could find Googling, the missing DLLs are from MingW. I am assuming you compiled it with MingW-w64. The MingW license appears to allow you to share their binaries with your release. When you get some time you should be able to search your MingW folder for the DLLs and include them in the zip. I have not tried installing MingW and mixing DLLs because it likely will need the specific version you used (though I could be wrong).

@Luca1991
Copy link
Owner

Luca1991 commented Dec 5, 2020

@zefie thanks for the info.

I think that i can try and fix this issue during this weekend (or on next monday).

Also, I dont't know, maybe it is better to switch to msvc for building the Windows version.

@Luca1991
Copy link
Owner

Luca1991 commented Dec 6, 2020

@FranciscoReMo @MacaronParisPretty @zefie
I just updated the windows release. This time I used msvc2019. Please give it a try, and let me know if this issue is fixed.
Thanks a lot.

@MacaronParisPretty
Copy link

It now works for me <3 Thanks so much <3

@Luca1991
Copy link
Owner

Luca1991 commented Dec 7, 2020

@MacaronParisPretty Great! From now on I'll build using msvc2019 on windows.

I'm going to close this issue.

@Luca1991 Luca1991 closed this as completed Dec 7, 2020
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