http://bugs.winehq.org/show_bug.cgi?id=25717
--- Comment #20 from Rafał Mużyło galtgendo@o2.pl 2011-02-03 11:27:35 CST --- That crash with native happens the moment gdiplus would draw the first string (as it's not used before) and a backtrace of: wine: Unhandled page fault on read access to 0x00000028 at address 0x5a94ee (thread 0033), starting debugger... Unhandled exception: page fault on read access to 0x00000028 in 32-bit code (0x005a94ee). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:005a94ee ESP:0032d000 EBP:00000000 EFLAGS:00210246( R- -- I Z- -P- ) EAX:00000000 EBX:00007fff ECX:00000000 EDX:00000000 ESI:009e5518 EDI:00000000 Stack dump: 0x0032d000: ffc0c0c0 009e5518 009e5518 00004081 0x0032d010: 00000000 7efb6209 00000043 000002ec 0x0032d020: b7641640 b7620db8 00000025 b76413b8 0x0032d030: b7620ca4 b7620f92 000002f0 00000002 0x0032d040: 000003d8 00000fff 000006c8 01c02000 0x0032d050: 0041b000 b7641380 000002ec 00000000 Backtrace: 0x005a94ee: movl 0x28(%edx),%eax
is not exactly helpful (at least not for me)