[Bug 15642] Quake Live fails to install

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 25 21:42:23 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=15642





--- Comment #16 from Kyle Hubert <kjmph at hotmail.com>  2009-01-25 21:42:23 ---
Here is the backtrace from pbsvc.exe:

Wine-dbg>where
Backtrace:
=>0 0x7eb8dd04 GetDIBits+0xf94(hdc=0x198, hbitmap=0x31c, startscan=0, lines=32,
bits=0x742ec4, info=0x33f224, coloruse=0)
[/home/NNNN/wine/dlls/gdi32/dib.c:1016] in gdi32 (0x0033f164)
  1 0x7ec4178e CreateIconIndirect+0x71e(iconinfo=0x33f2a4)
[/home/NNNN/wine/dlls/user32/cursoricon.c:2144] in user32 (0x0033f274)
  2 0x00439f80 in pbsvc (+0x39f80) (0x7ebb4a70)
  3 0x5d8928ec (0x83e58955)
Wine-dbg>list
1016                                        *dstbits++ =  srcbits[0] |
1017                                                     (srcbits[1] <<  8) |
1018                                                     (srcbits[2] << 16);
1019                                    dstbits=(LPDWORD)(dbits+=dstwidthb);
1020                                    srcbits=(sbits+=srcwidthb);
1021                                }
1022                            }
1023                            break;
1024    
1025                        case 32: /* 32 bpp srcDIB -> 32 bpp dstDIB */
1026                            {


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list