Libnss-mdns problem

Questions about Wine on Linux
Locked
raideen
Newbie
Newbie
Posts: 2
Joined: Sat May 14, 2011 9:10 am

Libnss-mdns problem

Post by raideen »

Hi there!
I've got a problem with running wine under Debian.
When i try to start a download following comes :

root:~# wine ~/.wine/drive_c/Program\ Files/Valve/HLServer/HldsUpdateTool.exe -command update -game brink ~/server/brink

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

So what i have to do now to get i working?

Using 64 System.

Thx 4 your help
raideen
Newbie
Newbie
Posts: 2
Joined: Sat May 14, 2011 9:10 am

Post by raideen »

Ok got it.. but new problem:


wine hldsupdatetool.exe

Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.

And yes, x server is installed
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Libnss-mdns problem

Post by jjmckenzie »

On 5/14/11 7:33 AM, raideen wrote:
Ok got it.. but new problem:


wine hldsupdatetool.exe

Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.

And yes, x server is installed
Operating system, version?

James McKenzie
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Re: Libnss-mdns problem

Post by Usurp »

raideen wrote:Hi there!
I've got a problem with running wine under Debian.
When i try to start a download following comes :

root:~# wine ~/.wine/drive_c/Program\ Files/Valve/HLServer/HldsUpdateTool.exe -command update -game brink ~/server/brink

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

So what i have to do now to get i working?

Using 64 System.

Thx 4 your help
Don't run your program as root.
http://wiki.winehq.org/FAQ#run_as_root
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Libnss-mdns problem

Post by jjmckenzie »

On 5/14/11 7:16 AM, raideen wrote:
Hi there!
I've got a problem with running wine under Debian.
When i try to start a download following comes :

root:~# wine ~/.wine/drive_c/Program\ Files/Valve/HLServer/HldsUpdateTool.exe -command update -game brink ~/server/brink

It appears that libnss-mdns is installed on your system,
but lib32nss-mdns is not.
You need to do exactly what the error message says. You need to install
the 32 bit package of libnss-mdns. Otherwise Wine will not be able to
connect to the Internet.

James McKenzie
aironeous
Newbie
Newbie
Posts: 3
Joined: Thu Aug 30, 2012 8:20 pm

Re: Libnss-mdns problem

Post by aironeous »

I have the same problem. Conflicting info here because this https://launchpad.net/ubuntu/hardy/amd64/lib32nss-mdns says our libnss-mdns supersedes this lib32nss-mdns one and when I try to install it anyways because you say "make it so" this is what happens.


dpkg -i lib32nss-mdns_0.10-3ubuntu2_amd64.deb
(Reading database ... 162464 files and directories currently installed.)
Preparing to replace lib32nss-mdns 0.10-3ubuntu2 (using lib32nss-mdns_0.10-3ubuntu2_amd64.deb) ...
Unpacking replacement lib32nss-mdns ...
dpkg: dependency problems prevent configuration of lib32nss-mdns:
libc6-i386 (2.11.3-3) breaks lib32nss-mdns (<< 0.10-3.1) and is installed.
Version of lib32nss-mdns to be configured is 0.10-3ubuntu2.
dpkg: error processing lib32nss-mdns (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
lib32nss-mdns
aironeous
Newbie
Newbie
Posts: 3
Joined: Thu Aug 30, 2012 8:20 pm

Re: Libnss-mdns problem

Post by aironeous »

Don't run your program as root.
http://wiki.winehq.org/FAQ#run_as_root[/quote]
I followed the instructions in that link but as for the other info there it leads to wine config. Wine config won't run because that lib32nss-mdns pop-up happens when you try to run it. This is a catch 22 in more than one way.
aironeous
Newbie
Newbie
Posts: 3
Joined: Thu Aug 30, 2012 8:20 pm

Re: Libnss-mdns problem

Post by aironeous »

Locked