Splinter Cell Chaos Theory Not Working

Questions about Wine on Linux
Locked
Mriganka
Level 2
Level 2
Posts: 15
Joined: Wed Aug 29, 2018 12:22 am

Splinter Cell Chaos Theory Not Working

Post by Mriganka »

Splinter cell chaos theory is giving me this error
wine: Unhandled page fault on read access to 0x00000078 at address 0x7bc50270 (thread 0037), starting debugger...
Unhandled exception: page fault on read access to 0x00000078 in 32-bit code (0x7bc50270).

At 1st it asks me too install binkw32.dll which I do,then it gives me the mentioned error.
Game version-- 1.05
Wine version-- stable 3.3
It is platinum rated in DB. What am I doing wrong? HELP PLEASE!!
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Splinter Cell Chaos Theory Not Working

Post by jkfloris »

Could you start the game from the command line?
https://wiki.winehq.org/Wine_User's_Gui ... mmand_line
And post the complete terminal output.
Mriganka
Level 2
Level 2
Posts: 15
Joined: Wed Aug 29, 2018 12:22 am

Re: Splinter Cell Chaos Theory Not Working

Post by Mriganka »

jkfloris wrote:Could you start the game from the command line?
https://wiki.winehq.org/Wine_User's_Gui ... mmand_line
And post the complete terminal output.
$ WINEPREFIX=~/.wine wine start 'C:\\Program Files (x86)\\Ubisoft\\Splintercell Chaos Theory\\System\\splintercell3.exe'

0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
lenovo@lenovo-Lenovo-V310-14ISK:~$ wine: Unhandled page fault on read access to 0x00000074 at address 0x7bc3db91 (thread 0034), starting debugger...
Mriganka
Level 2
Level 2
Posts: 15
Joined: Wed Aug 29, 2018 12:22 am

Re: Splinter Cell Chaos Theory Not Working

Post by Mriganka »

BUMP...PLEASE HELP ME
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Splinter Cell Chaos Theory Not Working

Post by jkfloris »

(Not so impatient, we also have a life besides Wine :-)

Did you try to install Spliter Cell in a clean 32-bit Wineprefix set to Windows XP?
Mriganka
Level 2
Level 2
Posts: 15
Joined: Wed Aug 29, 2018 12:22 am

Re: Splinter Cell Chaos Theory Not Working

Post by Mriganka »

jkfloris wrote:(Not so impatient, we also have a life besides Wine :-)

Did you try to install Spliter Cell in a clean 32-bit Wineprefix set to Windows XP?
yeah both xp and 2000 and then win7.. Nothing happens,it doesn't start and also no output in the terminal... I have all the dlls it need,even the old dotnet20. I tried to move the folder to steam(thats how pes worked in my device) and also to ubisoft...


~/win32/drive_c/Program Files/Steam/steamapps/Common/Splintercell Chaos Theory/System$ WINEPREFIX=~/win32 wine splintercell3
0021:fixme:vcruntime:__telemetry_main_invoke_trigger (0x10000000)
0021:fixme:msvcrt:_configure_wide_argv (1) stub
0021:fixme:msvcrt:_initialize_wide_environment stub
0021:fixme:vcruntime:__telemetry_main_invoke_trigger ((nil))
002b:fixme:vcruntime:__telemetry_main_invoke_trigger (0x350000)
lenovo@lenovo-Lenovo-V310-14ISK:~/win32/drive_c/Program Files/Steam/steamapps/Common/Splintercell Chaos Theory/System$ 0021:fixme:vcruntime:__telemetry_main_return_trigger (0x350000)
0021:fixme:vcruntime:__telemetry_main_return_trigger (0x10000000)
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Splinter Cell Chaos Theory Not Working

Post by Bob Wya »

Mriganka wrote:Splinter cell chaos theory is giving me this error
wine: Unhandled page fault on read access to 0x00000078 at address 0x7bc50270 (thread 0037), starting debugger...
Unhandled exception: page fault on read access to 0x00000078 in 32-bit code (0x7bc50270).

At 1st it asks me too install binkw32.dll which I do,then it gives me the mentioned error.
Game version-- 1.05
Wine version-- stable 3.3
It is platinum rated in DB. What am I doing wrong? HELP PLEASE!!
Does the game not have a bundled: binkw32.dll ; library?
I'd be very surprised if it doesn't!
Wine doesn't ship a builtin version of this library - so the bundled version should just work (as a native dll) out-of-the-box...

Please post a full Wine debug log:

Code: Select all

export WINEDEBUG=+timestamp,+tid,+loaddll,+seh,+module
wine start 'C:\Program Files (x86)\Ubisoft\Splintercell Chaos Theory\System\splintercell3.exe' &>~/wine-stable-3.0.3_loaddll_seh_module_log.txt
Note:
  • single quotes ' preserve backslashes \ - and doesn't treat them as escape sequences.
  • double quotes " don't preserve backslashes \ - and treats them as escape sequences.
There is no Wine Stable version 3.3 - it's 3.0.3. This may sound rather pedantic...
But Wine Development version 3.3 exists and was released some months ago...
They are therefore completely different builds of Wine.

The 0 Wine minor version - is used to designate Wine Stable releases.
This scheme used since the release of Wine 2.0.

Please, in future, use the forum Code tags:

Code: Select all

...
for terminal commands and output.
This de-marks these blocks and makes your post easier to read...
Thereby making it far more likely that people will bother to reply, to your requests for help. :lol:

Bob
Mriganka
Level 2
Level 2
Posts: 15
Joined: Wed Aug 29, 2018 12:22 am

Re: Splinter Cell Chaos Theory Not Working

Post by Mriganka »

Bob Wya wrote:
Mriganka wrote:Splinter cell chaos theory is giving me this error
wine: Unhandled page fault on read access to 0x00000078 at address 0x7bc50270 (thread 0037), starting debugger...
Unhandled exception: page fault on read access to 0x00000078 in 32-bit code (0x7bc50270).

At 1st it asks me too install binkw32.dll which I do,then it gives me the mentioned error.
Game version-- 1.05
Wine version-- stable 3.3
It is platinum rated in DB. What am I doing wrong? HELP PLEASE!!
Does the game not have a bundled: binkw32.dll ; library?
I'd be very surprised if it doesn't!
Wine doesn't ship a builtin version of this library - so the bundled version should just work (as a native dll) out-of-the-box...

Please post a full Wine debug log:

Code: Select all

export WINEDEBUG=+timestamp,+tid,+loaddll,+seh,+module
wine start 'C:\Program Files (x86)\Ubisoft\Splintercell Chaos Theory\System\splintercell3.exe' &>~/wine-stable-3.0.3_loaddll_seh_module_log.txt
Note:
  • single quotes ' preserve backslashes \ - and doesn't treat them as escape sequences.
  • double quotes " don't preserve backslashes \ - and treats them as escape sequences.
There is no Wine Stable version 3.3 - it's 3.0.3. This may sound rather pedantic...
But Wine Development version 3.3 exists and was released some months ago...
They are therefore completely different builds of Wine.

The 0 Wine minor version - is used to designate Wine Stable releases.
This scheme used since the release of Wine 2.0.

Please, in future, use the forum Code tags:

Code: Select all

...
for terminal commands and output.
This de-marks these blocks and makes your post easier to read...
Thereby making it far more likely that people will bother to reply, to your requests for help. :lol:

Bob
Never mind. I am done with WINE. After updating to 3.0.3 from 3.0.2 all the dlls are messed up,none of the games working. After installing directx9(which have the caution of 'usually overkill'.. Games are not recognizing directx. there is some issues with mfc42 too... AOE3 have stopped working which worked flawlessly earlier.. This is just frustrating :cry: :cry:
Locked