Generally it means you are not specifying the correct port for it to use. It can play out in many ways. Typically here are a few common causes.
A. You have more than one instance of source running at a time on the same port. -Can be caused by not specifying the port number in srcds while having two srcds server running. -Can be caused by using a daemon app to keep the server running which is ignoring your command line specification of port. B.You have another program using that UDP port. Scenario A. is more likely as it looks like you are trying to use a daemon and I say this because the arguments and other setting are not being passed to console correctly even though the sytax looks correct. Kill both servers and start both from a bare command line without a daemon to see if this is in fact your issue. > Send hlds mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://list.valvesoftware.com/mailman/listinfo/hlds > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of hlds digest..." > > > Today's Topics: > > 1. udp port? (sprout) > 2. RE: udp port? (dexion) > 3. Re: udp port? (sprout) > 4. SV: [hlds] -- (Ako) > 5. Re: Server crashing? ([xXx] infexXxious clan) > 6. free sound list is full ([xXx] infexXxious clan) > 7. Re: free sound list is full (Jason L. Schwab) > > --__--__-- > > Message: 1 > From: "sprout" <[EMAIL PROTECTED]> > To: <[email protected]> > Date: Wed, 12 Oct 2005 00:57:43 -0500 > Subject: [hlds] udp port? > Reply-To: [email protected] > > This is a multi-part message in MIME format. > -- > [ Picked text/plain from multipart/alternative ] > Anyone have a idea what couldn't allocate dedicated server udp port means? > > http://64.154.39.150/test.gif > > thats a screenshot of it after it tries to start _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

