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