Wine Warning Is Annoying

Questions about Wine on Linux
Locked
Henipatra
Newbie
Newbie
Posts: 2
Joined: Sat May 25, 2013 8:08 pm

Wine Warning Is Annoying

Post by Henipatra »

Hi folks, I'm new on this board.

I'm using Wine under Debian Linux Squeeze to sucessfully run Cleopatra. But there is one detail I'd like to change.

Whenever I start Wine (using a shell script invoked from a terminal) I get the following message:

It appears that libnss-mdns is installed on your system, but lib32nss-mdns is not. Please not that Wine will not be3 able3 to access the Internet unless you either install lib32nss-mdns (or ia32-libn3ess-mdns), or uninstall libnss-mdns.

Is there some way to configure Wine to "not show me this again?" Mind you, I'm ONLY talking about suppressing the message. I have NO intention of installing or uninstalling any packages.

I know I won't be able to access the Internet under Wine but so what? There are plenty of native apps I can use to surf with.

Any ideas?

Henipatra
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine Warning Is Annoying

Post by dimesio »

Henipatra
Newbie
Newbie
Posts: 2
Joined: Sat May 25, 2013 8:08 pm

Re: Wine Warning Is Annoying

Post by Henipatra »

I looked at the WINEDEBUG page and tried the following (added line in italics);

cd "/home/user/.wine/drive_c/Impressions Games/Pharaoh" ;#
rm -f Save/highscore.jas ;#
rm -f Save/Henipatra/autosave_replay.sav ;#
rm -f Save/Henipatra/autosave_history.sav ;#
export WINEDEBUG=warn-ntdll ;#
export WINEPREFIX="$HOME/.wine" ;#
wine "c:\Impressions Games\Pharaoh\Pharaoh.exe" ;#

I suppose ntdll is the wrong channel.

Does anyone know what the right channel is?

Henipatra
Locked