http://bugs.winehq.com/show_bug.cgi?id=667
*** shadow/667 Sat May 11 11:38:45 2002 --- shadow/667.tmp.4631 Sat May 11 11:47:50 2002 *************** *** 2,8 **** | Wine20020509: 'CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this | +----------------------------------------------------------------------------+ | Bug #: 667 Product: Wine | ! | Status: UNCONFIRMED Version: unspecified | | Resolution: Platform: | | Severity: normal OS/Version: All | | Priority: P1 Component: wine-gdi | --- 2,8 ---- | Wine20020509: 'CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this | +----------------------------------------------------------------------------+ | Bug #: 667 Product: Wine | ! | Status: NEW Version: unspecified | | Resolution: Platform: | | Severity: normal OS/Version: All | | Priority: P1 Component: wine-gdi | *************** *** 252,254 **** --- 252,273 ----
I have a copy of the full debug report, if it is needed. Thank you! + + ------- Additional Comments From andi@rhlx01.fht-esslingen.de 2002-05-11 11:47 ------- + I'm pretty sure + + err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this. + + is a result of + + err:local:LOCAL_GetBlock not enough space in GDI heap 01b7 for 20 bytes + + Please run something like e.g. + wine --debugmsg +relay,+local,+gdi MyPrg.exe &>/tmp/wine.log + to find out which function in Wine is leaking GDI local heap memory. + (try to find out which part always allocates memory blocks of a certain size but + doesn't free them any more). + + Then tell us which part it seems to be so that we can fix this. + + Thanks ! \ No newline at end of file