[wolfdreamer@wolfpc WoS]$ wine Souls err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\WoS\\SRNET.dll") not found err:module:import_dll Library SRNET.dll (which is needed by L"C:\\WoS\\Souls.exe") not found err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\WoS\\Souls.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\WoS\\Souls.exe" failed, status c0000135 Dose any one know where one would get these DLL's? Clyde
>[wolfdreamer@wolfpc WoS]$ wine Souls >err:module:import_dll Library MFC42.DLL (which is needed by >L"C:\\WoS\\SRNET.dll") not found >err:module:import_dll Library SRNET.dll (which is needed by >L"C:\\WoS\\Souls.exe") not found >err:module:import_dll Library MFC42.DLL (which is needed by >L"C:\\WoS\\Souls.exe") not found >err:module:LdrInitializeThunk Main exe initialization for >L"C:\\WoS\\Souls.exe" failed, status c0000135 > >Dose any one know where one would get these DLL's?You only need MFC42.dll (from these messages, maybe more later). This should have come with the program you try to run. If you have installed this on a Windows box have a look at System(32), you may find it here. It's also possible that you can download it from microsoft. Next possibility is another tool which has also bundled with MFC42.dll. Many programs written with Visual C include it. bye Fabi
-----Original Message----- From: wine-users-admin@winehq.org [mailto:wine-users-admin@winehq.org]On Behalf Of Wolfdreamer Sent: 09 July 2004 13:00 To: Post: Wine Subject: [Wine]Umm, where would I get these Dose any one know where one would get these DLL's? Clyde Hi Clyde, Do a websearch for mfc42.dll (or indeed ANY DLL you do not have). Although it is correct that the DLL *should* have been provided with your program, it is becoming increasdingly common that programmers will *assume* often wrongly that common DLLs such as this one are already on the machine (perhaps from another installer) and won't bother to provide it themselves. However you *can* download the appropriate DLL from the internet yourself. As I typed that I had a thought: Couldn't any missing DLLs be downloaded directly to the Linux box which has WINE installed and copied to the appropriate directory? That would save a LOT of messing about. Kind regards, Julian --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.711 / Virus Database: 467 - Release Date: 25/06/2004
>However you *can* download the appropriate DLL from the internet yourself. >As I typed that I had a thought: > >Couldn't any missing DLLs be downloaded directly to the Linux box which has >WINE installed and copied to the appropriate directory? That would save a >LOT of messing about.Usually you can't download single dlls from microsoft, only some packages. Some other often needed dlls are not redistributable. If you can find them on the internet it's illegal and therefore not acceptable for wine. There was already a discussion about having links on the winehq page to download such dlls. But it was dismissed for the above mentioned reason. bye Fabi