-
Notifications
You must be signed in to change notification settings - Fork 4
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
Getting gcc dll missing error on windows 10 #1
Comments
The downloadable binary works fine on my Windows 10. That's a 32-bit build and the article mentions only 64-bit builds need that. |
Obviously it works fine on your machine because you have all of the build
libraries. I'm just trying to run the executable. Can you either list which
libraries are needed (I can't get this to run even when downloading and
putting the dlls in the folder) or try again on a different system?
Thanks.
…On Thu, Jul 2, 2020, 01:08 Tero Lindeman ***@***.***> wrote:
The downloadable binary works fine on my Windows 10. That's a 32-bit build
and the article mentions only 64-bit builds need that.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3QAM5BGCQLCQ3EZT5ZP4TRZQI6TANCNFSM4ON3RFXA>
.
|
Right, looks like despite using the -static-libg++ etc. flags when compiling it still links to the dll. Need to check if those dlls are available atm to be included in the zip. |
Oh man... you know what? Did you run v0.0.5? This issue has already been fixed in v0.0.6 (which has been marked as a pre-release so the front page doesn't even show that). If v0.0.6 works (it doesn't have the extra dll's), I'll revert that change. Download this one: https://github.com/kometbomb/prototracker-opll/releases/tag/v0.0.6 |
Shit, yup, that's the problem. I was about to just compile it out anyways.
…On Thu, Jul 2, 2020, 09:45 Tero Lindeman ***@***.***> wrote:
Oh man... you know what? Did you run v0.0.5? This issue has already been
fixed in v0.0.6 (which has been marked as a pre-release so the front page
doesn't even show that). If v0.0.6 works (it doesn't have the extra dll's),
I'll revert that change.
Download this one:
https://github.com/kometbomb/prototracker-opll/releases/tag/v0.0.6
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3QAM7H4ND6PD5EZ5D3BXTRZSFQBANCNFSM4ON3RFXA>
.
|
Thanks! Love the tracker btw ❤️
…On Thu, Jul 2, 2020, 10:00 Ben Ferguson ***@***.***> wrote:
Shit, yup, that's the problem. I was about to just compile it out anyways.
On Thu, Jul 2, 2020, 09:45 Tero Lindeman ***@***.***> wrote:
> Oh man... you know what? Did you run v0.0.5? This issue has already been
> fixed in v0.0.6 (which has been marked as a pre-release so the front page
> doesn't even show that). If v0.0.6 works (it doesn't have the extra dll's),
> I'll revert that change.
>
> Download this one:
> https://github.com/kometbomb/prototracker-opll/releases/tag/v0.0.6
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AH3QAM7H4ND6PD5EZ5D3BXTRZSFQBANCNFSM4ON3RFXA>
> .
>
|
If you can double-check if this works then it would be great: https://github.com/kometbomb/prototracker-opll/releases/tag/v0.0.8 |
https://stackoverflow.com/questions/12921911/mingw-libgcc-s-sjlj-1-dll-is-missing
The text was updated successfully, but these errors were encountered: