DLL Errors running Cateia Games' "Hotel"(OGRE3D-ba

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nparkanyi
Newbie
Newbie
Posts: 2
Joined: Sat Jan 07, 2012 1:37 am

DLL Errors running Cateia Games' "Hotel"(OGRE3D-ba

Post by nparkanyi »

I installed Hotel from the MumboJumbo CDROM edition of Hotel, but when I tried running it, it crashes with the following errors:

Code: Select all

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
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Post by SolisX »

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.
John Drescher

DLL Errors running Cateia Games' "Hotel"(OGRE3D-ba

Post by John Drescher »

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.
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.


--
John M. Drescher
nparkanyi
Newbie
Newbie
Posts: 2
Joined: Sat Jan 07, 2012 1:37 am

Post by nparkanyi »

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.
Locked