Need help interpreting debug log for Wine hard loop

Alexandre Julliard julliard at winehq.com
Thu Oct 3 17:03:54 CDT 2002


Sean Millichamp <sean at compu-aid.net> writes:

> Here is what appears to be looping:
> 08ec96c8:Call USER.109: PEEKMESSAGE(0487:e792,0000,0000,0000,0001) ret=05bf:24ed ds=05d7
> [...]
> 08ec96c8:Ret  USER.109: PEEKMESSAGE() retval=0000 ret=05bf:24ed ds=05d7

That's a standard PeekMessage loop. My first guess is that this is the
application main loop but for some reason the main window didn't get
displayed, so it doesn't get any messages. Look before the loop for a
failing CreateWindow or ShowWindow call.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list