[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1006725: Missing libgcc_s_dw2-1.dll in programs using zlib1.dll



Package: wine
Version: 6.0.2~repack-3

Since Wine 6.0.2~repack-3 arrived Debian Unstable some Win32 programs
have stopped working because of a missing libgcc_s_dw2-1.dll file. For
example:

~$ wine SpaceEngine.exe
014c:err:module:import_dll Library libgcc_s_dw2-1.dll (which is needed
by L"Z:\\home\\eoz\\Programs\\SpaceEngine\\system\\zlib1.dll") not
found
014c:err:module:import_dll Loading library zlib1.dll (which is needed
by L"Z:\\home\\eoz\\Programs\\SpaceEngine\\system\\libtiff3.dll")
failed (error c000007b).
014c:err:module:import_dll Library libtiff3.dll (which is needed by
L"Z:\\home\\eoz\\Programs\\SpaceEngine\\system\\SpaceEngine.exe") not
found
014c:err:module:LdrInitializeThunk Importing dlls for
L"Z:\\home\\eoz\\Programs\\SpaceEngine\\system\\SpaceEngine.exe"
failed, status c0000135

I've checked the file at ~/.wine/drive_c/windows/system32/zlib1.dll
and it depends on libgcc_s_dw2-1.dll, and this file depends on
libwinpthread-1.dll and... so multiple DLL files are missing.

I think some Wine DLLs have been compiled without MinGW's -static-libgcc flag.

Thanks in advance.


Reply to: