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
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
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
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 helpDon't run your program as root. http://wiki.winehq.org/FAQ#run_as_root
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