I just installed wine on my RH 7.1 system and I also have windows 2000. Whenever I try and run a program using Wine I get a missing .dll file message however it seems like I do have the dll files in my c:\winnt\system32 directory. For example if I try and run winmx I get: err:module:fixup_imports Module (file) MFC42.DLL needed by C:\Program Files\WinMX\WinMX.exe not found The wine section of my config file is like this: [wine] Windows=c:\\winnt System=c:\\winnt\\system32 Temp=e:\\ Path=c:\\winnt;c:\\winnt\\system32;e:\\;e:\\test;f:\\ SymbolTableFile=./wine.sym [wine] and if I look in c:\winnt\system32 I find that there is a file mfc42.dll (note the small case) why can't wine find this file, the same thing happens with other programs and dll files is the difference in case relevant Thanks
On Fri, 6 Jul 2001 17:04:20 +0100, Richard P <pinr@rocketmail.com> wrote:>I just installed wine on my RH 7.1 system and I also have windows 2000. >Whenever I try and run a program using Wine I get a missing .dll file >message however it seems like I do have the dll files in my >c:\winnt\system32 directory. >For example if I try and run winmx I get: > >err:module:fixup_imports Module (file) MFC42.DLL needed by C:\Program >Files\WinMX\WinMX.exe not found<snip> Run with -debugmsg +module,+file,+dosfs and try to figure out what Wine is doing before the fault message; if you can't, post 100 lines of trace before this message. Gerard
Richard P wrote:> > err:module:fixup_imports Module (file) MFC42.DLL needed by C:\Program > Files\WinMX\WinMX.exe not found > > The wine section of my config file is like this: > [wine] > Windows=c:\\winnt > System=c:\\winnt\\system32 > Temp=e:\\ > Path=c:\\winnt;c:\\winnt\\system32;e:\\;e:\\test;f:\\ > SymbolTableFile=./wine.sym [wine] > > and if I look in c:\winnt\system32 I find that there is a file mfc42.dll > (note the small case) > why can't wine find this file, the same thing happens with other programs > and dll files is the difference in case relevantHello my ~/.wine/config file has a different format it looks like [wine] "Windows" = "c:\\windows" "System" = "c:\\windows\\system" "Temp" = "e:\\" "Path" = "c:\\windows;c:\\windows\\system;e:\\;" "Profile" = "c:\\windows\\Profiles\\Administrator" Ciao Stefan