https://bugs.winehq.org/show_bug.cgi?id=50782 --- Comment #6 from Javier Domingo Cansino <javierdo1(a)gmail.com> --- Not sure what's the difference between homebrew's winetricks script [1] and the one packaged by the arch[2]. However I did install the msi given by https://www.exefiles.com/en/msi/msxml3-msi/ but didn't seem to work. Would you mind sharing what's the sha256 of the msxml3 msi you got hold of? Both the msi in exefiles.com I linked to and the one downloaded by winetricks have the following hash: `f9c678f8217e9d4f9647e8a1f6d89a7c26a57b9e9e00d39f7487493dd7b4e36c /home/javier/.cache/winetricks/msxml3/msxml3.msi` Not sure what's different between your approach and mine. Regarding your patch, I was able to apply and compile wine locally, however I hit more errors just afterwards: ``` 013c:err:module:import_dll Library TD_Alloc_20.12_14.dll (which is needed by L"Z:\\home\\javier\\projects\\wine\\pcon\\drive_c\\Program Files\\EasternGraphics\\pCon.planner STD\\bin\\eedwg.dll") not found 013c:err:module:import_dll Library TD_Db_20.12_14.dll (which is needed by L"Z:\\home\\javier\\projects\\wine\\pcon\\drive_c\\Program Files\\EasternGraphics\\pCon.planner STD\\bin\\eedwg.dll") not found 013c:err:module:import_dll Library TD_DbCore_20.12_14.dll (which is needed by L"Z:\\home\\javier\\projects\\wine\\pcon\\drive_c\\Program Files\\EasternGraphics\\pCon.planner STD\\bin\\eedwg.dll") not found 013c:err:module:import_dll Library TD_DbRoot_20.12_14.dll (which is needed by L"Z:\\home\\javier\\projects\\wine\\pcon\\drive_c\\Program Files\\EasternGraphics\\pCon.planner STD\\bin\\eedwg.dll") not found 013c:err:module:import_dll Library TD_Ge_20.12_14.dll (which is needed by L"Z:\\home\\javier\\projects\\wine\\pcon\\drive_c\\Program Files\\EasternGraphics\\pCon.planner STD\\bin\\eedwg.dll") not found 013c:err:module:import_dll Library TD_Root_20.12_14.dll (which is needed by L"Z:\\home\\javier\\projects\\wine\\pcon\\drive_c\\Program Files\\EasternGraphics\\pCon.planner STD\\bin\\eedwg.dll") not found ``` The error window said registering EOM libs failed [1] Homebrew winetricks installs official: https://formulae.brew.sh/formula/winetricks [2] Arch linux winetrics installs official: https://archlinux.org/packages/multilib/x86_64/winetricks/ -- 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.