https://bugs.winehq.org/show_bug.cgi?id=45260
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |-unknown Product|Wine-staging |Wine
--- Comment #16 from Matteo Bruni matteo.mystral@gmail.com --- (In reply to Anthony Jagers from comment #13)
It appears and I don't know how this happened that my windows 10 install placed 32-bit xact dlls in C:\Windows/SysWOW64 and 64-bit versions in system32. This placement was duplicated within my wine prefix.
Yeah, that is expected, if confusing: it turns out that on a 64-bit OS, 64-bit DLLs are stored under System32 and 32-bit DLLs are in SysWOW64. You can blame MS for that.