https://bugs.winehq.org/show_bug.cgi?id=37158
--- Comment #7 from Collin nothingmuchheretosay@gmail.com --- (In reply to Anastasius Focht from comment #6)
Hello folks,
it seems the game ships an ancient version of 'libcef.dll' on its own. (Steam client uses CEF v3)
--- snip --- 1 VERSIONINFO FILEVERSION 1,0,0,1 PRODUCTVERSION 1,0,0,1 FILEOS 0x4 FILETYPE 0x2 { BLOCK "StringFileInfo" { BLOCK "040904b0" { VALUE "FileDescription", "Chromium Embedded Framework (CEF) Dynamic Link Library" VALUE "FileVersion", "1, 0, 0, 1" VALUE "InternalName", "libcef" VALUE "LegalCopyright", "Copyright (C) 2009 The Chromium Embedded Framework Authors" VALUE "OriginalFilename", "libcef.dll" VALUE "ProductName", "Chromium Embedded Framework (CEF) Dynamic Link Library" VALUE "ProductVersion", "1, 0, 0, 1" } }
BLOCK "VarFileInfo" { VALUE "Translation", 0x0409 0x04B0 } } --- snip ---
You could try some official release build for CEF v1 from here:
http://www.magpcss.net/cef_downloads/index.php
http://www.magpcss.net/cef_downloads/index.php?file=cef_binary_1.1364. 1123_windows.zip
Not sure if they are ABI compatible ... might be worth a try since there are debug symbols available for that package.
Regards
Unfortunately the newer versions of libcef made the game refuse to launch. :(