http://bugs.winehq.org/show_bug.cgi?id=4147
Summary: Regression: steam crashes on wine 0.9.4/cvs from 24.12.2005 Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: leon_fraitak@mail.ru
Steam started crashing with wine 0.9.4 with following message: wine: Unhandled page fault on read access to 0x0000000c at address 0x524c0b6c (thread 001b), starting debugger... [...] 1 0x524c0b6c DllMain+0x1cc(hinstDLL=0x524a0000, fdwReason=0x3, lpvReserved=0x0) [/home/leon/Downloads/tarballs/wine/wine/dlls/msvcrt/../../include/winbase.h:2250] in msvcrt (0x524c0b6c) 2 0x524d1a28 __wine_spec_dll_entry(inst=0x524a0000, reason=0x3, reserved=0x0) [dll_entry.c:42] in msvcrt (0x524d1a28) [...] With 0.9.3 it worked fine. Maybe that has something to do with msvcrt, since Bug 4128 also describes a msvcrt regression, but I'm not sure (I didn't test without the patch) The patch which may have broken it, is this one: http://www.winehq.org/pipermail/wine-cvs/2005-December/019940.html This was the last msvcrt patch committed, but I didn't test without it yet (that's why I'm not sure if it's msvcrt)