Author Topic: Creating a server crashes trem.  (Read 3090 times)

pharo212

  • Posts: 70
  • Turrets: +3/-18
Creating a server crashes trem.
« on: March 02, 2008, 01:44:23 am »
 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:
Code: [Select]
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

  • Posts: 642
  • Turrets: +252/-668
    • My Homepage
Re: Creating a server crashes trem.
« Reply #1 on: March 02, 2008, 02:08:32 am »
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

  • Posts: 70
  • Turrets: +3/-18
Re: Creating a server crashes trem.
« Reply #2 on: March 02, 2008, 02:18:37 am »
unknown command +set. Also, /map and /devmap work.
« Last Edit: March 02, 2008, 02:48:01 am by pharo212 »

Odin

  • Spam Killer
  • *
  • Posts: 1767
  • Turrets: +113/-204
    • My Website
Re: Creating a server crashes trem.
« Reply #3 on: March 02, 2008, 03:36:48 am »
Use the tremded executable. Also, are you running other servers? It looks like ports 30720 and 30721 are failing.

pharo212

  • Posts: 70
  • Turrets: +3/-18
Re: Creating a server crashes trem.
« Reply #4 on: March 02, 2008, 05:29:08 pm »
not that I know of. And tremded? Huh?

Odin

  • Spam Killer
  • *
  • Posts: 1767
  • Turrets: +113/-204
    • My Website
Re: Creating a server crashes trem.
« Reply #5 on: March 02, 2008, 10:42:08 pm »
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

  • Posts: 70
  • Turrets: +3/-18
Re: Creating a server crashes trem.
« Reply #6 on: March 02, 2008, 11:05:37 pm »
where is tremded? Its not in either of the trem folders..

benmachine

  • Posts: 915
  • Turrets: +99/-76
    • ben's machinery
Re: Creating a server crashes trem.
« Reply #7 on: March 03, 2008, 05:06:23 pm »
benmachine