http://bugs.winehq.org/show_bug.cgi?id=46552 --- Comment #22 from luca.finizio@protonmail.com --- Created attachment 80371 --> http://bugs.winehq.org/attachment.cgi?id=80371 Debug log with Wine 11.2 The application hangs during startup and eventually shows a window load timeout. I ran Wine with: WINEDEBUG=+mshtml,+urlmon,+wininet,+ole,+shell wine CrossFireWest.exe &> cf_debug.txt The log shows multiple COM-related failures and missing components, in particular: ShellMessageBoxW forward missing from builtin shell32.dll Failure to create Internet Explorer/MSHTML related COM objects Repeated errors loading dxtrans.dll: err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 for dll "C:\\windows\\system32\\Dxtrans.dll" CLSID {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered It appears the application requires: MSHTML/Internet Explorer COM components DXTransform (dxtrans.dll) Using builtin Wine DLLs only, the application never completes initialization. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.