nparkanyi
2012-Jan-07 07:01 UTC
[Wine] DLL Errors running Cateia Games' "Hotel"(OGRE3D-based game)
I installed Hotel from the MumboJumbo CDROM edition of Hotel, but when I tried running it, it crashes with the following errors: Code: err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Mumbo\\JumboHotel\\boost_python-vc90-mt-1_37.dll") not found err:module:import_dll Library boost_python-vc90-mt-1_37.dll (which is needed by L"C:\\Mumbo\\JumboHotel\\ogre.renderer.OGRE._ogre_.pyd") not found err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Mumbo\\JumboHotel\\OgreMain.dll") not found err:module:import_dll Library OgreMain.dll (which is needed by L"C:\\Mumbo\\JumboHotel\\ogre.renderer.OGRE._ogre_.pyd") not found err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Mumbo\\JumboHotel\\ogre.renderer.OGRE._ogre_.pyd") not found [/code] All the dll files mentioned are in the game's folder, and the Microsoft DirectX files mentioned are all in the game folder, and the system32 folder. I am running Wine 1.3.33 on Slackware 32-bit, compiled with GCC 4.5.2 This game uses OGRE3D.
SolisX
2012-Jan-07 16:30 UTC
[Wine] Re: DLL Errors running Cateia Games' "Hotel"(OGRE3D-ba
Hello nparkanyi, You need to download MSVCP90.dll and OgreMain.dll. Then place them in the .wine/drive_c/windows/system32 folder or maybe the programs folder.
nparkanyi
2012-Jan-07 20:25 UTC
[Wine] Re: DLL Errors running Cateia Games' "Hotel"(OGRE3D-ba
> For MSVCP90.dll you should always properly install that using > winetricks otherwise other applications can and will break. This dll > is part of visual studio 2008 c++ library.Ah yes, I reinstalled vcrun2008 via winetricks, it runs perfectly. Thank you very much.