This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] Hello.
Im running a CS 1.6 server on my gentoo machine at home, 2 days ago i wanted to try to set up a HLTV on the same machine so we could be able to record our PCW matches. But I get this error when i try to connect with my HLTV to my CS server (which are running on the same machine). The error message looks like this: << ---- ERROR MESSAGE ENDS HERE ---- >> Console initialized. FileSystem initialized. Network initialized. Adding master server 207.173.177.11:27010 Adding master server 69.28.151.178:27010 Master module initialized. Server module initialized. World module initialized. Demo client initialized. Executing file hltv.cfg. Proxy module initialized. Type 'help' for a list of commands. Challenging 127.0.0.1:27015 (1/3). Challenging 127.0.0.1:27015 (2/3). Challenging 127.0.0.1:27015 (3/3). WARNING! Server::Challenge: Timeout after 3 retries Automatic connection retry... << ---- ERROR MESSAGE ENDS HERE ---- >> I have added the "sv_proxies 1" to my server.cfg under the cstrike mapp The CS server starts on this IP 213.66.26.37 (and NO it doesent work even if i try to connect to that IP with HLTV) My hltv.cfg looks like this: << ---- CFG STARTS HERE ---- >> connect localhost:27015 name "Spliff Clan HLTV Recorder" hostname "Spliff Clan HLTV" offlinetext "Sorry the game is delayed try again later." delay 30.0 logfile 1 serverpassword "*******" adminpassword "*******" << ---- CFG ENDS HERE --- >> I use this script (hltv_run) that I use in my executible file "serverstarthltv" to start the HLTV with: << ---- SCRIPT --->> #/bin/sh export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH" if [ -x ./hltv ]; then ./hltv $@ fi chmod +x hltv_run << --- SCRIPT END --->> My serverstarthltv looks like this: << ---- SERVERSTARTHLTV --->> /home/pierre/hlds_l/hltv_run -port 27020 << ---- SERVERSTARTHLTV END ---- >> I have tried to reinstall the whole CS server but I get the same error message anyway. If someone knows and could explain for me how to be able to connect to CS server with the HLTV (which are located on the same machine) i would be more then happy. Regards in Advance Pierre Johansson SWEDEN -- _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

