nemjit001 / mc-rcon-client

Remote Console client for minecraft servers
GNU General Public License v3.0
12 stars 0 forks source link

libstdc++6.dll not found on windows #14

Open nemjit001 opened 2 years ago

nemjit001 commented 2 years ago

MC_RCON_Client expects a dll to be available, while this dll is not shipped with the executable.

Proposed solution: statically link libstdc++ in executable.

Needed checks:

baviereteam commented 2 years ago

Hi,

there's at least one other affected DLL (message is in french, but it's the usual "DLL not found") :

image

Thanks! :)

nemjit001 commented 1 year ago

Does building from source not cause the error?

n-rosati commented 1 year ago

I had the same errors come up. Installing mingw64 (and adding it to my PATH) fixed it.