-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello guys, I'm new into this list. I searched into the list looking for something about Songbird, also the website, and I didn't find information about my problem with wine. Let me tell, I want to run Songbird, the last release into my Slackware machine, so I got the exe and tried to install it. The installation works perfectly, also it completes; but when I want to try the Songbird.exe executable file I got: <output> wine Songbird.exe err:module:map_image Could not map section .text, file probably truncated err:module:import_dll Loading library MSVCR71.dll (which is needed by L"C:\\Program Files\\Songbird\\MSVCP71.dll") failed (error c000007b). err:module:import_dll Library MSVCP71.dll (which is needed by L"C:\\Program Files\\Songbird\\Songbird.exe") not found err:module:map_image Could not map section .text, file probably truncated err:module:import_dll Loading library MSVCR71.dll (which is needed by L"C:\\Program Files\\Songbird\\Songbird.exe") failed (error c000007b). err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Songbird\\Songbird.exe" failed, status c0000135 </output> This happened with Wine 0.9.11 and 0.9.12; now I'm syncing with the CVS current version to see if it works that way. I tried to use native dll's with the ones of the trouble, but it didn't work anyway. I got the DLL's from the Net, but it still complains about "not found", it wasn't suitable. I have an earlier version of one of the two DLL. About the system, is a kernel 2.16.6 with real time patch applied, Slackware current, and the common wine install with win XP as their version, without virtual desktop. Thanks in advance. Juan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEX95dwWB8GXdhYbcRAhwYAJoCt2wYkHj7i5L5gVI+VneS/88DpACfTClY JErRUc5VNnw9i4b5Ic9RbKU=ERTb -----END PGP SIGNATURE-----
Hi Juan, <snip>> err:module:map_image Could not map section .text, file probably truncated > err:module:import_dll Loading library MSVCR71.dll (which is needed by > L"C:\\Program Files\\Songbird\\MSVCP71.dll") failed (error c000007b). > err:module:import_dll Library MSVCP71.dll (which is needed by > L"C:\\Program Files\\Songbird\\Songbird.exe") not found > err:module:map_image Could not map section .text, file probably truncated > err:module:import_dll Loading library MSVCR71.dll (which is needed by > L"C:\\Program Files\\Songbird\\Songbird.exe") failed (error c000007b). > err:module:LdrInitializeThunk Main exe initialization for > L"C:\\Program Files\\Songbird\\Songbird.exe" failed, status c0000135 > </output> > > This happened with Wine 0.9.11 and 0.9.12; now I'm syncing with the > CVS current version to see if it works that way. I tried to use > native dll's with the ones of the trouble, but it didn't work anyway.In which directory did you put the native dlls? For testing I suggest to copy them in the program dir. Did you change the default behaviour of the dll overrides? As far as I know, if in your registry is an entry like "*"="builtin" then native dlls that are in the windows directory (and are not seperately marked to be used native) will not be loaded.> > I got the DLL's from the Net, but it still complains about "not > found", it wasn't suitable. I have an earlier version of one of the > two DLL. > > About the system, is a kernel 2.16.6 with real time patch applied, > Slackware current, and the common wine install with win XP as their > version, without virtual desktop. > > Thanks in advance. > > Juancu, Stefan -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20060509/f29a17f4/attachment.pgp
Am Dienstag, den 09.05.2006, 09:57 +0200 schrieb Stefan Munz:> > err:module:map_image Could not map section .text, file probably truncated > > err:module:import_dll Loading library MSVCR71.dll (which is needed by > > L"C:\\Program Files\\Songbird\\MSVCP71.dll") failed (error c000007b).0xC000007B is STATUS_INVALID_IMAGE_FORMAT Can you actual read the File? Is it on a fat32-Partition? Does the Files have the correct version? Another hint: Wine does not work with a 2G/2G Kernel.> As far as I know, if in your registry is an entry like > "*"The Global Wildcard was removed -- By By ... ... Detlef
On 5/8/06, Juan Marcelo Rodr?guez <juan@nixbox.com.ar> wrote: <snip>> err:module:map_image Could not map section .text, file probably truncated > err:module:import_dll Loading library MSVCR71.dll (which is needed by > L"C:\\Program Files\\Songbird\\MSVCP71.dll") failed (error c000007b). > err:module:import_dll Library MSVCP71.dll (which is needed by > L"C:\\Program Files\\Songbird\\Songbird.exe") not found > err:module:map_image Could not map section .text, file probably truncated > err:module:import_dll Loading library MSVCR71.dll (which is needed by > L"C:\\Program Files\\Songbird\\Songbird.exe") failed (error c000007b). > err:module:LdrInitializeThunk Main exe initialization for > L"C:\\Program Files\\Songbird\\Songbird.exe" failed, status c0000135 > </output> > > This happened with Wine 0.9.11 and 0.9.12; now I'm syncing with the > CVS current version to see if it works that way. I tried to use > native dll's with the ones of the trouble, but it didn't work anyway. > > I got the DLL's from the Net, but it still complains about "not > found", it wasn't suitable. I have an earlier version of one of the > two DLL.<snip> Hola Juan, I got "Could not map section .text, file probably truncated" errors one time when I tried to use a DLL from a website. I assumed their copy of the DLL was corrupt, so I tried a copy of the DLL from a different DLL website and the problem went away. Try getting the DLL from a different website and see if that fixes it.