You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, unless certain dlls are copied over to the application directory (libgcc_s_sjlj.dll, libstdc++6.dll and libwinpthread-1.dll), the i686 version of sh3rd.exe will fail to launch, with the error:
The application is unable to start: 0xc000007b
From what I understand, this is because the application is attempting to load a 64-bit binary into the 32-bit executable. Is there a way to rectify this at compile time (I'm using mingw-w64 6.2.0 on Windows 7)
The text was updated successfully, but these errors were encountered:
For some reason, unless certain dlls are copied over to the application directory (libgcc_s_sjlj.dll, libstdc++6.dll and libwinpthread-1.dll), the i686 version of sh3rd.exe will fail to launch, with the error:
The application is unable to start: 0xc000007b
From what I understand, this is because the application is attempting to load a 64-bit binary into the 32-bit executable. Is there a way to rectify this at compile time (I'm using mingw-w64 6.2.0 on Windows 7)
The text was updated successfully, but these errors were encountered: