http://bugs.winehq.org/show_bug.cgi?id=8777
------- Additional Comments From aryah47@gmail.com 2007-03-08 17:39 ------- Created an attachment (id=7401) --> (http://bugs.winehq.org/attachment.cgi?id=7401&action=view) +all trace of Bad Mojo
results of command WINEDEBUG=+all wine "C:\Program Files\BADMOJO\BADMOJO.EXE" 2>&1 | tail -n 20000 | head -n 7500
(head & tail so it would include the place where it fails)
fails with:
0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x40d833 0009:trace:seh:raise_exception info[0]=00000000 0009:trace:seh:raise_exception info[1]=00002940 .. wine: Unhandled page fault on read access to 0x00002940 at address 0x40d833 (thread 0009), starting debugger...
, right after a return from user32.ReleaseDC() , if I read correctly, retval says it returned from that sucessfully?