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

Re: Wine fails because of missing libgcc_s_dw2-1.dll



On woensdag 02 maart 2022 20:01:09 (+01:00), Miguel A. Vallejo wrote:

> Hello
>
> After the recent update of Wine packages in Sid, some programs do not
> run because of a missing libgcc_s_dw2-1.dll. They all worked just fine
> with the previous version.
>
> ~$ 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 looked in my backups and I never had any libgcc_s_dw2-1.dll
> installed in my system, but now it seems to be needed.
>
> Any ideas? Thanks in advance
>
>
Not entirely sure, but I think this is the issue: More and more Wine DLL files are built with mingw. The libwine package already depends on libz-mingw. Probably the 'gcc-mingw-w64-i686-win32-runtime' package should now be installed as well.

Does the program work when you install this package?



Reply to: