https://bugs.winehq.org/show_bug.cgi?id=37158
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://store.steampowered.c | |om/app/500/ CC| |focht@gmx.net Summary|Left 4 Dead pressing tab |Left 4 Dead (Steam) crashes |crashes the game |after pressing 'tab' key | |in-game
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
for completeness the logs were created upon my request (#winehq) with:
--- snip --- $ WINEDEBUG=+tid,+seh,+loaddll,+process,+debugstr wine ./steam.exe -applaunch 500 -nominidumps -nobreakpad -noassert -nocrashdialog >>log.txt 2>&1 --- snip ---
to avoid the builtin crash reporter interfering here.
Crash site is 'libcef.dll' (Valve uses Chromium Embedded Framework for in-game browser/overlay).
Interestingly the lib from crash doesn't match the one I have here (different opcodes at crash site).
My 'libcef.dll' version is 3.1916.1692
--- snip --- 1 VERSIONINFO FILEVERSION 3,1916,1692,0 PRODUCTVERSION 3,1916,1692,0 FILEOS 0x4 FILETYPE 0x2 { BLOCK "StringFileInfo" { BLOCK "040904b0" { VALUE "FileDescription", "Chromium Embedded Framework (CEF) Dynamic Link Library" VALUE "FileVersion", "3.1916.1692" VALUE "InternalName", "libcef" VALUE "LegalCopyright", "Copyright (C) 2014 The Chromium Embedded Framework Authors" VALUE "OriginalFilename", "libcef.dll" VALUE "ProductName", "Chromium Embedded Framework (CEF) Dynamic Link Library" VALUE "ProductVersion", "3.1916.1692" } } --- snip ---
'C:\Program Files\Steam\bin'
--- snip --- $ ls -la libcef.dll -rw-rw-r--. 1 focht focht 34587328 Aug 13 08:27 libcef.dll
$ sha1sum libcef.dll 5185ed8343a5cfae8154452599424808c6f26eaa libcef.dll --- snip ---
It looks like Valve uses a private build, the official ones near are 3.1846.1637 <- steam -> 3.1921.1652 (http://cefbuilds.com/) otherwise it might be possible to get debugging symbols from official servers.
Regards