On Tue, Sep 07, 2010 at 06:02:34PM +0200, alban denat wrote: > Thank you for you help. > > debsums ia32-libs return me a lot of missing libs. So i reinstall ia32-libs > and now all the lib are OK. > > But now i have another missing lib, when I tried to execute a .exe I have got > the following message : > > ~$ wine StarCraft_2_EU_fr-FR.exe > err:module:load_builtin_dll failed to load .so lib for builtin > L"WININET.dll": libz.so.1: cannot open shared object file: No such file or > directory > err:module:import_dll Loading library WININET.dll (which is needed by > L"Z:\\home\\albus\\StarCraft_2_EU_fr-FR.exe") failed (error c000007a). > err:module:LdrInitializeThunk Main exe initialization for > L"Z:\\home\\albus\\StarCraft_2_EU_fr-FR.exe" failed, status c0000135 > > And zlib1g is installed: ~$ dpkg -l | grep zlib ii libcompress-raw-zlib-perl > 2.030-1 low-level interface to zlib compression > library ii libcompress-zlib-perl 2.024-1 Transitional dummy package for > Compress::Zlib ii zlib1g 1:1.2.3.4.dfsg-3 compression > library - runtime ii zlib1g-dev
wine doesn't use zlib1g, it uses lib32z1 (libwine depends on it); could you check that package in the same way as ia32-libs? Regards, Stephen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

