News:

Come Chat with us live! Learn how HERE!

Main Menu

Creating a server crashes trem.

Started by pharo212, March 02, 2008, 01:44:23 AM

pharo212

 The problem is simple;
When I try to create a server, tremulous shuts down. No error message is displayed, It just cuts to the desktop. Condump revealed this:
Opening IP socket: localhost:30720
ERROR: UDP_OpenSocket: bind: Address already in use
Opening IP socket: localhost:30721
ERROR: UDP_OpenSocket: bind: Address already in use
Opening IP socket: localhost:30722
Hostname: allen-laptop
IP: 127.0.1.1
stdin is not a tty, tty console mode failed

Rocinante

Looks like the ports it's trying to use for incoming connections are already in use; try starting it with '+set net_port 30750' (or something, just something other than the default)
}MG{Mercenaries Guild
"On my ship, the Rocinante, wheeling through the galaxies, headed for the heart of Cygnus, headlong into mystery." -- Rush, "Cygnus X-1"

pharo212

#2
unknown command +set. Also, /map and /devmap work.

Odin

Use the tremded executable. Also, are you running other servers? It looks like ports 30720 and 30721 are failing.

pharo212

not that I know of. And tremded? Huh?

Odin

Use the tremded(.exe or .x86) executable, not tremulous(.exe or .x86). Tremded is the Tremulous Dedicated Server, and runs in a console window only. This is the preferable solution, as you should only use tremulous as a temporary server for LANs.

pharo212

where is tremded? Its not in either of the trem folders..