[Wine] Re: fixmes and errs

DanKegel wineforum-user at winehq.org
Sun Mar 27 07:19:43 CDT 2011


slord wrote:
> 
> http://pastebin.com/nSevzpQ0
> 


You could try 
  winetricks nocrashdialog
that might get a stack dump.

And/or run with the environment variable WINEDEBUG set, e.g.
   WINEDEBUG=+relay,+seh wine foo.exe > log 2>&1
but that will slow you down a lot.

Sometimes
   WINEDEBUG=warn+heap wine foo.exe > log 2>&1
is informative (if it avoids the crash, or crashes earlier, or shows 
heap warnings).







More information about the wine-users mailing list