[Bug 12322] Sacrifice game crashes with unhandled page fault

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Apr 11 06:31:06 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=12322





--- Comment #3 from Jeff Layton <jlayton at poochiereds.net>  2008-04-11 06:31:05 ---
My mistake -- I misread the assembly. This isn't loading 0x4da918 into %ecx.
It's loading the contents of addr 0x4da918 into that reg:

  408dc0:       8b 0d 18 a9 4d 00       mov    0x4da918,%ecx

...when I set a breakpoint at that address and look:

Wine-dbg>x 0x004da918     
 00000001

...so these instructions are working as expected, but the contents at that
address are not what is expected. I'll have to poke around and see if I can
tell what that address is supposed to hold.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list