I have a pretty complex default template that has a number of styles in it that all render with funky true-type fonts. When you scroll up and down this list a couple of times, wine ceases to render the entries. It used to lock up in an endless loop somewhere, but now it bombs with the below error message.
fixme:hook:NotifyWinEvent (32773,0x30035,-4,11)-stub! fixme:hook:NotifyWinEvent (32773,0x30035,-4,10)-stub! err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes fixme:hook:NotifyWinEvent (32773,0x30035,-4,9)-stub! err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes fixme:hook:NotifyWinEvent (32773,0x30035,-4,8)-stub! err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes fixme:hook:NotifyWinEvent (32773,0x30035,-4,7)-stub! err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes fixme:hook:NotifyWinEvent (32773,0x30035,-4,6)-stub! err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes fixme:hook:NotifyWinEvent (32773,0x30035,-4,5)-stub! err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes fixme:hook:NotifyWinEvent (32773,0x30035,-4,4)-stub! err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes fixme:hook:NotifyWinEvent (32773,0x30035,-4,3)-stub! err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes fixme:hook:NotifyWinEvent (5,0x10022,-3,0)-stub! fixme:ole:I_RpcWindowProc (0x10026,0000001c,00000000,00000000): stub err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this.
This might be a similar (same?) problem as I have with my VB program. It uses a lot of controls and wine seems to create a font for every control even if they all have the same font style. I couldn't solve it but I had the same error messages (no GDI heap anymore when it tried to create a new font).
bye Fabi