http://bugs.winehq.org/show_bug.cgi?id=36157
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|No Time to Explain crashes |No Time to Explain (Steam) |on start |crashes on start | |(madCodeHook, in-memory PE | |image of Wine builtins vs. | |placeholder image on disk)
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 15437
--- snip --- $ WINEDEBUG=+tid,+seh,+relay wine ./steam.exe -no-dwrite -applaunch 227280 -windowed >>log.txt 2>&1 ... 005a:Call KERNEL32.CreateFileW(0014c9c0 L"C:\windows\system32\KERNEL32.dll",80000000,00000001,00000000,00000003,00000000,00000000) ret=009716f5 005a:Ret KERNEL32.CreateFileW() retval=00000094 ret=009716f5 ... 005a:Call KERNEL32.CreateFileMappingW(00000094,00000000,00000002,00000000,00000000,00000000) ret=00971751 005a:Ret KERNEL32.CreateFileMappingW() retval=00000098 ret=00971751 005a:Call KERNEL32.MapViewOfFile(00000098,00000004,00000000,00000000,00000000) ret=00971779 005a:Ret KERNEL32.MapViewOfFile() retval=02180000 ret=00971779 005a:Call KERNEL32.CloseHandle(00000098) ret=00971781 005a:Ret KERNEL32.CloseHandle() retval=00000001 ret=00971781 005a:Call KERNEL32.CloseHandle(00000094) ret=00971787 005a:Ret KERNEL32.CloseHandle() retval=00000001 ret=00971787 005a:trace:seh:raise_exception code=c0000005 flags=0 addr=0x9718d6 ip=009718d6 tid=005a 005a:trace:seh:raise_exception info[0]=00000000 005a:trace:seh:raise_exception info[1]=028e03c6 005a:trace:seh:raise_exception eax=028e0072 ebx=7b810000 ecx=00000001 edx=000000d5 esi=7b810040 edi=02180000 005a:trace:seh:raise_exception ebp=0222b2d8 esp=0033fb1c cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010206 005a:trace:seh:call_stack_handlers calling handler at 0x97ddf4 code=c0000005 flags=0 005a:trace:seh:call_stack_handlers handler at 0x97ddf4 returned 1 005a:trace:seh:call_stack_handlers calling handler at 0x95a308 code=c0000005 flags=0 --- snip ---
--- snip --- $ upx -d NoTimeToExplain.exe -o /tmp/unpacked && strings /tmp/unpacked | grep -i mad Ultimate Packer for eXecutables Copyright (C) 1996 - 2013 UPX 3.91 Markus Oberhumer, Laszlo Molnar & John Reiser Sep 30th 2013
File size Ratio Format Name -------------------- ------ ----------- ----------- 27299275 <- 11991499 43.93% win32/pe unpacked
Unpacked 1 file. madTypes MadException madTools madDisAsm madRemote ... --- snip ---
$ wine --version wine-1.7.18
Regards