kinichi
|
Hi:
Wine version: 1.3.31 or 1.2.3
Distribution: Debian
Distribution version: Testing-Wheeze
Graphics card: Intel HD Graphics
i have patched COD4 with version 1.7, when i try to launch the game i get this error:
File :Call of Duty 4: Modern Warfare Singleplayer
Date : 11/18/11 10:37:12
PlayOnLinux Version : 4.0.12
File content :
[code language%3Dplayonlinux]
#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
export WINEPREFIX="~/.PlayOnLinux//wineprefix/COD4"
export WINEDEBUG=""
cd "~/.PlayOnLinux//wineprefix/COD4/drive_c/Program Files/Activision/Call of Duty 4 - Modern Warfare"
POL_Wine "iw3sp.exe" $@[/code]
Output :
11/18/11 10:37:12 - [main] Message: Debugger is starting
[code language%3Dconsole]
[POL_Wine_SetVersionEnv] Message: Setting wine version path: 1.3.31, x86
[POL_Wine_SetVersionEnv] Message: "/home/kinichi/.PlayOnLinux//wine/linux-x86/1.3.31" exists
[POL_Wine] Message: Running wine-1.3.31 iw3sp.exe
err:module:import_dll Loading library mss32.dll (which is needed by L"C:\\\\Program Files\\\\Activision\\\\Call of Duty 4 - Modern Warfare\\\\iw3sp.exe") failed (error c0000020).
err:module:import_dll Loading library binkw32.dll (which is needed by L"C:\\\\Program Files\\\\Activision\\\\Call of Duty 4 - Modern Warfare\\\\iw3sp.exe") failed (error c0000020).
err:module:LdrInitializeThunk Main exe initialization for L"C:\\\\Program Files\\\\Activision\\\\Call of Duty 4 - Modern Warfare\\\\iw3sp.exe" failed, status c0000135
[POL_Wine] Message: Wine return: 53
[/code]
Other :
Can you help me? I dont know what to do for fix it.
Thanks
|