http://bugs.winehq.org/show_bug.cgi?id=30939
Bug #: 30939 Summary: Chains of Satinav - unhandled page fault Product: Wine Version: 1.4.1 Platform: x86 OS/Version: Mac OS X Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: thanoulas@gmail.com Classification: Unclassified
Created attachment 40588 --> http://bugs.winehq.org/attachment.cgi?id=40588 Log: err+all,fixme+all
The game "The Dark Eye - Chains of Satinav" fails to start and displays a message: Invalid Parameters Received" Log trace shows an unhandled page fault.
Attached err+all,fixme+all log and +relay,+seh,+tid
http://bugs.winehq.org/show_bug.cgi?id=30939
thanoulas thanoulas@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thanoulas@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=30939
--- Comment #1 from thanoulas thanoulas@gmail.com 2012-06-18 06:13:24 CDT --- Created attachment 40589 --> http://bugs.winehq.org/attachment.cgi?id=40589 +relay,+seh,+tid
http://bugs.winehq.org/show_bug.cgi?id=30939
--- Comment #2 from thanoulas thanoulas@gmail.com 2012-06-18 11:05:32 CDT --- It looks that the module entry point for satinav.exe is wrong in wine. Just compared with Ollydbg in windows XP and wine 1.4.1 and it looks that the entry point address is completely different.
In Windows XP: 0x5DDE2F (0x40000 + 0x1DDE2F) In Wine: 0x4E9E57 (0x40000 + 0x0E9E57)
Building a custom wine that makes satinav.exe load at the correct entry point (0x5DDE2F) makes the unhandled exception go away, and properly continues execution, but throws another (irrelevant) error later on, but that might need to be filed as another bug as soon as this one is properly fixed.
http://bugs.winehq.org/show_bug.cgi?id=30939
thanoulas thanoulas@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |kernel32
http://bugs.winehq.org/show_bug.cgi?id=30939
thanoulas thanoulas@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.4.1 |1.5.6
http://bugs.winehq.org/show_bug.cgi?id=30939
thanoulas thanoulas@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from thanoulas thanoulas@gmail.com 2012-06-22 04:42:38 CDT --- Used a patched exe and the game works fine now with the latest wine version from git.
http://bugs.winehq.org/show_bug.cgi?id=30939
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com 2012-06-22 15:33:44 CDT --- Closing.