https://bugs.winehq.org/show_bug.cgi?id=51361
Bug ID: 51361 Summary: SimSig with Wine 6.11 breaks after upgrading from libxml2 2.9.10 to 2.9.12 Product: Wine Version: 6.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msxml3 Assignee: wine-bugs@winehq.org Reporter: bugs@chead.ca Distribution: ---
Launching the SimSig launcher with Wine 6.11 and libxml2 2.9.10 works fine. After upgrading to libxml2 2.9.12, the software no longer works properly, and the following shows up in the console output:
0104:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 5000 0024:fixme:ieframe:PersistStreamInit_Load (002B8CD8)->(002B2130) 0024:fixme:ieframe:PersistStreamInit_InitNew (0028C590) 0024:err:ole:apartment_add_dll couldn't load in-process dll L"C:\windows\system32\msxml3.dll" 0024:err:ole:create_server class {f5078f32-c551-11d3-89b9-0000f81fe221} not registered 0024:err:ole:com_get_class_object no class object {f5078f32-c551-11d3-89b9-0000f81fe221} could be created for context 0x5 0024:err:module:find_forwarded_export module not found for forward 'msxml3.DllGetClassObject' used by L"C:\windows\system32\msxml2.dll" 0024:err:ole:apartment_add_dll couldn't find function DllGetClassObject in L"C:\windows\system32\msxml2.dll" 0024:err:ole:create_server class {f5078f1b-c551-11d3-89b9-0000f81fe221} not registered 0024:err:ole:com_get_class_object no class object {f5078f1b-c551-11d3-89b9-0000f81fe221} could be created for context 0x5 0024:err:module:find_forwarded_export module not found for forward 'msxml3.DllGetClassObject' used by L"C:\windows\system32\msxml.dll" 0024:err:ole:apartment_add_dll couldn't find function DllGetClassObject in L"C:\windows\system32\msxml.dll" 0024:err:ole:create_server class {2933bf90-7b36-11d2-b20e-00c04f983e60} not registered 0024:err:ole:com_get_class_object no class object {2933bf90-7b36-11d2-b20e-00c04f983e60} could be created for context 0x5
There is a lot more output, but it is either benign messages that also appear with 2.9.10, or else repeats of the same messages.
I have recompiled Wine after installing the new libxml2, but that did not make any difference; the problem still occurs.