Hi,
on our headless build servers we require Wine to be compiled with "--without-x" and "--without-freetype" (in order to not to install X11 at all).
This works great, except for tons of warnings:
err:menubuilder:convert_to_native_icon error 0x80004005 creating bitmap encoder
err:wincodecs:PngEncoder_CreateInstance Trying to save PNG picture, but PNG support is not compiled in.
Is there a way to suppress such warnings, f.i. via WINEDEBUG env.variable?
Suppress warnings in CLI-only wine
Re: Suppress warnings in CLI-only wine
Code: Select all
WINEDEBUG=-all
Re: Suppress warnings in CLI-only wine
excellent! 
I just had WINEDEBUG=fixme-all before.

I just had WINEDEBUG=fixme-all before.