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).