The Incredible Adventures of Van Helsing how run?

Questions about Wine on Linux
Locked
xpris
Level 1
Level 1
Posts: 9
Joined: Wed Jun 23, 2010 6:22 am

The Incredible Adventures of Van Helsing how run?

Post by xpris »

Hi.
I'm trying to run on the Mageia 3 Linux KDE x64 on Wine 1.5.31 x86 game The Incredible Adventures of Van Helsing.

The game is installed.
I have two binaries vanhelsing_x64.exe and vanhelsing_x86.exe so I try to run the x86 version - because that is my WINE

Launching a clean WINE - without WINETRICK makes the game starts but freezes on the logo game. In the console, I have a few mistakes that something of the pixel is not yet implemented.

In the game folder were Installers DirectX, VCRedist and PhysX - so I installed it. I now go a little further, the game starts, the game logo appears and disappears after a few seconds and the game again becomes a dead end.

In the console I have:

Code: Select all

[x@localhost Wine]$ wine VanHelsing_x86.exe
p11-kit: couldn't load module: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:win:EnumDisplayDevicesW ((null),0,0x32f038,0x00000000), stub!
err:ole:CoUninitialize Mismatched CoUninitialize
ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
fixme:alsa:AudioSessionControl_RegisterAudioSessionNotification (0x294aa10)->(0x3729324) - stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32f2f8,0x00000000), stub!
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x3a2e958): stub
fixme:avrt:AvSetMmThreadPriority (0x12345678)->(1) stub
ALSA lib pcm.c:7832:(snd_pcm_recover) underrun occurred
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
How fix it?

BTW. game should be worling in Linux on WINE - see
Mateusz Stachowski
Level 3
Level 3
Posts: 71
Joined: Mon Apr 18, 2011 3:49 am

Re: The Incredible Adventures of Van Helsing how run?

Post by Mateusz Stachowski »

Maybe you should install libasound2-plugins package (that's how it's named in Ubuntu) both 64-bit and the 32-bit version.

Code: Select all

ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
If sound works in logo that appears and in other programs that probably won't solve your problem with Van Helsing.
Locked