On Sun, Jul 04, 2010 at 01:57:09AM -0700, paulo lesgaz wrote: > Hello > > As soon as I use Winedbg, the debugger stops at this exception: > > First chance exception: page fault on write access to 0x00ad0000 in 32-bit > code (0x7e96fc9d). > > Register dump: > > CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b > > EIP:7e96fc9d ESP:0033f7a0 EBP:0033f818 EFLAGS:00010a02( R- --O I - - - ) > > EAX:80808081 EBX:7ea1a518 ECX:00000000 EDX:00000067 > > ESI:000000ac EDI:00ad0000 > > Stack dump: > > 0x0033f7a0: 0000031c 00000000 00000000 00000010 > > 0x0033f7b0: 00000010 00000000 00000000 00000010 > > 0x0033f7c0: 00000010 7e524eb0 0012bc20 00000000 > > 0x0033f7d0: 00cc0020 00000308 00330001 7e8c0001 > > 0x0033f7e0: 0033f7f8 0000031c 0012c490 00000328 > > 0x0033f7f0: 00000000 00000000 00000010 00000010 > > Backtrace: > > =>0 0x7e96fc9d create_alpha_bitmap+0x1cd(color=<is not available>, mask=<is > not available>, src_info=0x12bc20, color_bits=0x7e524eb0) > [/home/david/wine/dlls/user32/cursoricon.c:771] in user32 (0x0033f8a8) > > 771 ptr[0] = ptr[0] * alpha / 255; This is an expected first chance exception due to our DIB code.
> Any way to bypass it? pass<return> It will happen around 5 times and then it will go to the main program. Ciao, Marcus