https://bugs.winehq.org/show_bug.cgi?id=46568
--- Comment #3 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Paul Gofman from comment #2)
Created attachment 65805 [details] patch
Does this patch fix the issue as well?
Yes it does!
Symptoms without the patch (after winetricks msxml6):
wine X2.EXE
003d:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\windows\system32\msxml6.dll" 003d:err:ole:create_server class {88d96a05-f192-11d4-a65f-0040963251e5} not registered 003d:err:ole:CoGetClassObject no class object {88d96a05-f192-11d4-a65f-0040963251e5} could be created for context 0x5 003d:fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0x52ea88 {VT_BOOL: 0} wine: Unhandled page fault on read access to 0000000000000000 at address 0000001400053E4C (thread 003d), starting debugger... 0048:fixme:dbghelp:elf_search_auxv can't find symbol in module ( loads of these errors)
With the patch it gets to the loginscreen (after disabling Altium`s own IntegratedLibrary.dll needed because of missing msado15, see bug 46107 for other workaround)
Nice job Paul, is this now a duplicate or should it be linked to the AION-bug?