prototracker-opll icon indicating copy to clipboard operation
prototracker-opll copied to clipboard

Getting gcc dll missing error on windows 10

Open bferguson3 opened this issue 5 years ago • 7 comments

https://stackoverflow.com/questions/12921911/mingw-libgcc-s-sjlj-1-dll-is-missing

bferguson3 avatar Jul 01 '20 19:07 bferguson3

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.

kometbomb avatar Jul 02 '20 05:07 kometbomb

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 [email protected] 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 https://github.com/kometbomb/prototracker-opll/issues/1#issuecomment-652785052, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH3QAM5BGCQLCQ3EZT5ZP4TRZQI6TANCNFSM4ON3RFXA .

bferguson3 avatar Jul 02 '20 12:07 bferguson3

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.

kometbomb avatar Jul 02 '20 12:07 kometbomb

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

kometbomb avatar Jul 02 '20 13:07 kometbomb

Shit, yup, that's the problem. I was about to just compile it out anyways.

On Thu, Jul 2, 2020, 09:45 Tero Lindeman [email protected] 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 https://github.com/kometbomb/prototracker-opll/issues/1#issuecomment-653014865, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH3QAM7H4ND6PD5EZ5D3BXTRZSFQBANCNFSM4ON3RFXA .

bferguson3 avatar Jul 02 '20 14:07 bferguson3

Thanks! Love the tracker btw ❤️

On Thu, Jul 2, 2020, 10:00 Ben Ferguson [email protected] 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 [email protected] 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 https://github.com/kometbomb/prototracker-opll/issues/1#issuecomment-653014865, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH3QAM7H4ND6PD5EZ5D3BXTRZSFQBANCNFSM4ON3RFXA .

bferguson3 avatar Jul 02 '20 14:07 bferguson3

If you can double-check if this works then it would be great: https://github.com/kometbomb/prototracker-opll/releases/tag/v0.0.8

kometbomb avatar Jul 02 '20 14:07 kometbomb