http://bugs.winehq.org/show_bug.cgi?id=35050
--- Comment #4 from Anastasius Focht focht@gmx.net 2013-12-04 16:08:58 CST --- Hello Babae:
from your trace log:
--- snip --- ... 004e:Call advapi32.OpenProcessToken(ffffffff,00000028,073bb64c) ret=382358cc 004e:Ret advapi32.OpenProcessToken() retval=00000001 ret=382358cc 004e:Call advapi32.LookupPrivilegeValueA(00000000,3868af44,073bb374) ret=38234d64 004e:Ret advapi32.LookupPrivilegeValueA() retval=00000001 ret=38234d64 004e:Call advapi32.AdjustTokenPrivileges(00000130,00000000,073bb364,00000010,073bb354,00000000) ret=38234dae 004e:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7bc5c3bd ip=7bc5c3bd tid=004e 004e:trace:seh:raise_exception info[0]=00000001 004e:trace:seh:raise_exception info[1]=00000000 004e:trace:seh:raise_exception eax=0000000c ebx=7bcc7000 ecx=00000000 edx=00000010 esi=073bb354 edi=00000000 004e:trace:seh:raise_exception ebp=073bb288 esp=073bb1b0 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00210206 004e:trace:seh:call_stack_handlers calling handler at 0x3f02b990 code=c0000005 flags=0 ... 004e:Call KERNEL32.OutputDebugStringA(100353fc "Starting minidump reporter process\n") ret=100010a4 004e:Ret KERNEL32.OutputDebugStringA() retval=00000000 ret=100010a4 004e:Call KERNEL32.CreateEventA(00000000,00000001,00000000,100353e0 "SteamErrorReporter_Running") ret=100010c2 004e:Ret KERNEL32.CreateEventA() retval=00000134 ret=100010c2 ... 004e:Call KERNEL32.CreateFileW(00b1f3f0 L"\\.\pipe\SteamCrashHandler\BreakpadServer",00000103,00000000,00000000,00000003,00110000,00000000) ret=10024c1d 004e:Ret KERNEL32.CreateFileW() retval=00000134 ret=10024c1d ... --- snip ---
This is exactly bug 35030 (crash in AdjustTokenPrivileges() -> last argument is NULL).
So you are definitely _not_ running the patched Wine/GIT version.
You have most likely multiple Wine versions installed and run the wrong one.
Regards