On Fri, Jan 31, 2003 at 09:05:17AM +0000, Mike Hearn wrote:
Not sure. I think some people have got half life to work.
It sounds like the program is getting stuck in a loop trying to allocate GDI resources, which are presumably limited. I don't know if Wine simulates the Win9x resource limitations or not (i hope not!). Try doing a relay trace and looking at what happens just before it starts to die.
Well, in some cases the objects are allocated on a pretty limited heap. The palette object was moved to a larger heap because of this.