https://bugs.winehq.org/show_bug.cgi?id=44470
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- (In reply to Fabian Maurer from comment #3)
That's odd, then I don't know what's going on here.
winecfg depends on winmm (for the audio devices tab) which depends on msacm32, which loads the ACM drivers during DllMain().
However when I run winecfg by defining the architecture to 64 bit, like WINEARCH=win64 WINEPREFIX=~/.wine winecfg, and I expected it to use only 64-bit binaries in this case.
You need to keep in mind that it's not a pure 64bit installation, it's a wow64 installation, with 32bit support.
Anyways, since this is not a wine bug, I'm closing it.
To be more specific, any builtin application will start in 32-bit mode unless explicitly started with `wine64`. winecfg (as well as regedit) will always restart themselves in 64-bit mode if this happens, but the dependency is at load-time so the error will still occur.
It is, though, as was said, harmless, since it's a dynamic dependency.