Suppress warnings in CLI-only wine

Questions about Wine on Linux
Locked
DerDoc
Newbie
Newbie
Posts: 2
Joined: Thu Nov 06, 2014 5:45 am

Suppress warnings in CLI-only wine

Post by DerDoc »

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?
User avatar
dimesio
Moderator
Moderator
Posts: 13372
Joined: Tue Mar 25, 2008 10:30 pm

Re: Suppress warnings in CLI-only wine

Post by dimesio »

DerDoc
Newbie
Newbie
Posts: 2
Joined: Thu Nov 06, 2014 5:45 am

Re: Suppress warnings in CLI-only wine

Post by DerDoc »

excellent! :-)

I just had WINEDEBUG=fixme-all before.
Locked