http://bugs.winehq.org/show_bug.cgi?id=24038
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
still present.
Another victim: bug 35788
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Sony Online Entertainment/Installed Games/PlanetSide 2
$ WINEDEBUG=+tid,+seh,+relay wine ./LaunchPad.exe >>log.txt 2>&1 ... 004a:Call KERNEL32.SetUnhandledExceptionFilter(00000000) ret=01258702 004a:Ret KERNEL32.SetUnhandledExceptionFilter() retval=0091cf00 ret=01258702 004a:Call KERNEL32.UnhandledExceptionFilter(0289d718) ret=0125870d wine: Unhandled exception 0xc0000409 in thread 4a at address 0x94e263 (thread 004a), starting debugger... 004a:trace:seh:start_debugger Starting debugger "winedbg --auto 73 1388" 004a:trace:process:create_process_impl app (null) cmdline L"winedbg --auto 73 1388" 004a:trace:process:find_exe_file looking for L"winedbg" 004a:trace:process:find_exe_file Trying native exe L"C:\windows\system32\winedbg.exe" 004a:trace:process:create_process_impl starting L"C:\windows\system32\winedbg.exe" as Win32 binary (0x10000000-0x10017000, arch 014c) 004a:trace:process:create_process_impl started process pid 0061 tid 0062 ... 004a:Ret KERNEL32.UnhandledExceptionFilter() retval=00000000 ret=0125870d 005f:Call KERNEL32.Sleep(00000064) ret=0092d4fd 004a:Call KERNEL32.TerminateProcess(ffffffff,c0000409) ret=01258730 004a:Call KERNEL32.FreeLibrary(f7270000) ret=f70a242a 004a:Call PE DLL (proc=0xf7285318,module=0xf7270000 L"uxtheme.dll",reason=PROCESS_DETACH,res=(nil)) 004a:Ret PE DLL (proc=0xf7285318,module=0xf7270000 L"uxtheme.dll",reason=PROCESS_DETACH,res=(nil)) retval=1 004a:trace:loaddll:free_modref Unloaded module L"C:\windows\system32\uxtheme.dll" : builtin 004a:Ret KERNEL32.FreeLibrary() retval=00000001 ret=f70a242a Process of pid=0049 has terminated No process loaded, cannot execute 'echo Modules:' Cannot get info on module while no process is loaded No process loaded, cannot execute 'echo Threads:' process tid prio (all id:s are in hex) 00000008 notepad.exe 00000009 0 0000000e services.exe 0000001d 0 0000001c 0 00000014 0 00000010 0 0000000f 0 00000012 winedevice.exe 0000001b 0 00000018 0 00000017 0 00000013 0 00000019 plugplay.exe 0000001f 0 0000001e 0 0000001a 0 00000020 explorer.exe 00000021 0 winedbg: Internal crash at 0x7edc33b7 --- snip ---
In this case 'winedbg' races against the process termination hence the internal crash.
$ wine --version wine-1.7.16-133-gd8ca8c2
Regards