https://bugs.winehq.org/show_bug.cgi?id=53546
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #3 from Zeb Figura z.figura12@gmail.com --- (In reply to Wu Zhenyu from comment #2)
(In reply to Alexandre Julliard from comment #1)
It's not possible to preload 64-bit libraries in a 32-bit binary like wine. You can safely ignore the warnings.
Thanks. How can I disable the output of these ERROR? I try `export WINEDEBUG=-all` but useless.
The messages come from ld.so, not Wine. You might be able to mess with ld.so environment variables (LD_DEBUG?).