> 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?
Installed gcc-mingw-w64-i686-win32-runtime (and gcc-mingw-w64-base because of dependencies) but still not working. These packages install some DLLs in /usr/lib/gcc/i686-w64-mingw32 so win32 programs can't load them there. Also note libgcc_s_dw2-1.dll is not provided with these packages. I'm pretty sure the problem is the Wine DLL files were built without the -static-libgcc flag Time to file a bug?