The bug I am referring to, that prevents steam from running is: http://bugs.winehq.org/show_bug.cgi?id=3293
Hmm..... it looks like
---> CALL
0011:Call kernel32.VirtualAlloc(00800000,00002000,00001000,00000004) ret=20d13a13 0011:Call ntdll.NtAllocateVirtualMemory(ffffffff,7fcae0fc,00000000,7fcae114,00001000,00000004) ret=201ce723 0011:Ret ntdll.NtAllocateVirtualMemory() retval=c0000019 ret=201ce723 0011:Call ntdll.RtlNtStatusToDosError(c0000019) ret=201ce72d 0011:Ret ntdll.RtlNtStatusToDosError() retval=000001e7 ret=201ce72d 0011:Ret kernel32.VirtualAlloc() retval=00000000 ret=20d13a13
returns: STATUS_NOT_MAPPED_VIEW
Then an exception is thrown, dbghelp is loaded, and things get bad from there....