Hi fsx would be really cool :-) but how do i include those dlls? MANY THANKS and regards Michael Simulator X Demo # wine fsx.exe err:module:import_dll Library MFC80.DLL (which is needed by L"C:\\Program Files\\Microsoft Games\\Microsoft Flight Simulator X Demo\\fsx.exe") not found err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\Microsoft Games\\Microsoft Flight Simulator X Demo\\fsx.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Microsoft Games\\Microsoft Flight Simulator X Demo\\fsx.exe" failed, status c0000135 linux-Suse-X86-64:~/.wine/drive_c/Program Files/Microsoft Games/Microsoft Flight Simulator X Demo # -- Linuxgames: http://shop.sgier.com
Michael Sgier <sgier@nospam.ch> wrote:> Simulator X Demo # wine fsx.exe > err:module:import_dll Library MFC80.DLL (which is needed by > L"C:\\Program Files\\Microsoft Games\\Microsoft Flight Simulator X > Demo\\fsx.exe") not found > err:module:import_dll Library MSVCR80.dll (which is needed by > L"C:\\Program Files\\Microsoft Games\\Microsoft Flight Simulator X > Demo\\fsx.exe") not foundYou can find those somewhere on the web, though I don't know about the legality of that. Then put them into ~/.wine/drive_c/windows/system32. Daniel
Hi after copying MFC80 still the same: Simulator X Demo # find /root/.wine/drive_c/windows/system32/ -name "MFC*" /root/.wine/drive_c/windows/system32/MFC80.dll linux-Suse-X86-64:~/.wine/drive_c/Program Files/Microsoft Games/Microsoft Flight Simulator X Demo # wine fsx.exe err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\windows\\system32\\MFC80.DLL") not found err:module:import_dll Library MFC80.DLL (which is needed by L"C:\\Program Files\\Microsoft Games\\Microsoft Flight Simulator X Demo\\fsx.exe") not found err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\Microsoft Games\\Microsoft Flight Simulator X Demo\\fsx.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Microsoft Games\\Microsoft Flight Simulator X Demo\\fsx.exe" failed, status c0000135
Hi Daniel i find only a version at dll-files. In another update VC++ pack should have been one but wasnt. Could anyone send me the original MS Files mentionned above? Or provide a link? Many thanks Michael
Michael Sgier wrote:> fsx would be really cool :-) but how do i include those dlls? >... > Simulator X Demo # wine fsx.exe > err:module:import_dll Library MFC80.DLL (which is needed by L"C:\\Program Files\\Microsoft Games\\Microsoft Flight Simulator X Demo\\fsx.exe") not found > err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\Microsoft Games\\Microsoft Flight Simulator X Demo\\fsx.exe") not foundSadly, MSVCR80.dll requires a feature called WinSXS (Windows side-by-side assemblies) that Wine does not yet implement. See http://www.codeproject.com/cpp/vcredists_x86.asp and http://bugs.winehq.org/show_bug.cgi?id=5965 In other words, Wine can't run apps built with Visual Studio 2005 yet. - Dan