http://bugs.winehq.org/show_bug.cgi?id=36549
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello,
the crashes are likely related to (yet) unimplemented Windows 7+ API
--- snip --- ... 0009:Call KERNEL32.CreateFileMappingW(00000000,00000000,08000004,00000000,00080000,0032fd94 L"Trion.Kiwi.DebugSection-8") ret=005620e1 0009:Ret KERNEL32.CreateFileMappingW() retval=000000a0 ret=005620e1 0009:Call KERNEL32.MapViewOfFile(000000a0,000f001f,00000000,00000000,00000000) ret=00562102 0009:Ret KERNEL32.MapViewOfFile() retval=01350000 ret=00562102 0009:Call KERNEL32.VirtualProtect(01350000,0007ffff,00000002,0032fd84) ret=00562136 0009:Ret KERNEL32.VirtualProtect() retval=00000001 ret=00562136 0009:Call KERNEL32.GetCommandLineW() ret=00561c06 0009:Ret KERNEL32.GetCommandLineW() retval=00115470 ret=00561c06 0009:Call ntdll.RtlAllocateHeap(00110000,00000000,00000028) ret=00f4daff 0009:Ret ntdll.RtlAllocateHeap() retval=0015b240 ret=00f4daff 0009:Call KERNEL32.GetVersionExW(0032fa68) ret=00f630b7 0009:Ret KERNEL32.GetVersionExW() retval=00000001 ret=00f630b7 0009:Call KERNEL32.GetModuleHandleW(00f63758 L"kernel32.dll") ret=00f62fb1 0009:Ret KERNEL32.GetModuleHandleW() retval=7b810000 ret=00f62fb1 0009:Call KERNEL32.GetProcAddress(7b810000,00f62ffc "SetThreadGroupAffinity") ret=00f62fbf 0009:Ret KERNEL32.GetProcAddress() retval=00000000 ret=00f62fbf 0009:Call KERNEL32.GetProcAddress(7b810000,00f63014 "GetThreadGroupAffinity") ret=00f62fcd 0009:Ret KERNEL32.GetProcAddress() retval=00000000 ret=00f62fcd 0009:Call KERNEL32.GetLastError() ret=00f62ff7 0009:Ret KERNEL32.GetLastError() retval=0000007f ret=00f62ff7 0009:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0032fa04) ret=00f581ab 0009:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83a32c ip=7b83a32c tid=0009 0009:trace:seh:raise_exception info[0]=19930520 0009:trace:seh:raise_exception info[1]=0032fa28 0009:trace:seh:raise_exception info[2]=01003774 0009:trace:seh:raise_exception eax=7b827341 ebx=7b8b2000 ecx=0032f930 edx=0032fa04 esi=00000008 edi=0032fa28 0009:trace:seh:raise_exception ebp=0032f988 esp=0032f904 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000212 --- snip ---
Can you lower the version reported in WINEPREFIX to 'Windows Vista' using 'winecfg' and check if it helps? If not, please attach another log (created the same way).
Regards