http://bugs.winehq.org/show_bug.cgi?id=24788
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW CC| |dank@kegel.com Ever Confirmed|0 |1
--- Comment #2 from Dan Kegel dank@kegel.com 2010-10-17 16:07:44 CDT --- Please don't paste logs inline, attach them instead. To get a good backtrace from this problem, do winetricks nocrashdialog Then do WINEDEBUG=+heap,+seh wine et > log 2>&1 That shows
trace:seh:call_stack_handlers handler at 0x7bc85160 returned 1 Unhandled exception: page fault on read access to 0xfeeeff02 in 32-bit code (0x009389f0). Backtrace: =>0 in ogremain 1 WINPROC_wrapper+0x19() in user32 2 WINPROC_wrapper+0x19() in user32 3 call_window_proc+0x4c(hwnd=0x2002c, msg=0x0006, wp=0, lp=0x20028, result=0x33b63c, arg=0x9388f0) [dlls/user32/winproc.c:242] in user32
Without +heap, the page fault is on read access to some rather different address. I wonder if this might not be a memory bug in the app... have they tried running it under AppVerifier on Windows?