http://bugs.winehq.org/show_bug.cgi?id=15520
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #14 from Anastasius Focht focht@gmx.net 2010-08-21 17:41:36 --- Hello,
that's a page fault due to DIB section access - harmless and by design.
Use:
--- snip --- set $BreakOnFirstChance=0 --- snip ---
and then continue in debugger.
Anyway, running this stuff under debugger is not for the faint-hearted people.
I suggest you attach a full relay log with your most recent Wine version (make sure log.txt doesn't exist prior):
--- snip --- $ WINEDEBUG=+tid,+seh,+relay wine Riven.exe >>log.txt 2>&1 --- snip ---
Regards