View Single Post
  #4  
Unread 29th September, 2008, 04:24 PM
Nacsiar Nacsiar is offline
Forum Newcomer
 
Join Date: Sep 2008
Posts: 4
Default

It's happening when moving away from DM-Antalus. I haven't tried moving away from another map yet.

I use a bash script to run my server (server-init). Heres what it contains:
Code:
#!/bin/bash
./ucc-bin-linux-amd64 server DM-Antalus?game=XGame.xDeathMatch?mutator=XGame.MutInstaGib ini=UT2004.ini log=ut2004log.log -nohomedir
This is the contents of ut2004log.log. I load the server, login to the WebAdmin then switch maps:
Code:
Log: Log file open, Mon Sep 29 16:15:29 2008
Init: Name subsystem initialized
Init: Version: 3355 (128.29)
Init: Compiled: Feb 21 2005 05:31:57
Init: Command line: DM-Antalus?game=XGame.xDeathMatch?mutator=XGame.MutInstaGib ini=UT2004.ini log=ut2004log.log -nohomedir
Init: (This is Linux64 patch version 3355.0)
Init: Character set: Unicode
Init: Base directory: /home/scan/ut2004serv/System/
Init: Ini:UT2004.ini   UserIni:User.ini
Init: Build label:  Build UT2004_Build_[2005-02-15_17.02]
Init: Object subsystem initialized
Log: Executing Class Engine.ServerCommandlet
Log: Browse: DM-Antalus?Name=Player?Class=Engine.Pawn?Character=Jakob?team=255?game=XGame.xDeathMatch?mutator=XGame.MutInstaGib
Log: Collecting garbage
Log: Purging garbage
Log: Garbage: objects: 36637->36631; refs: 417241
Log: Game class is 'xDeathMatch'
Log: Fixing up DM-Antalus
Log: Bringing Level DM-Antalus.myLevel up for play (20) appSeconds: 5.465082...
ScriptLog: Loading Admins & Groups
ScriptLog: Kick and Ban Privileges Loaded
ScriptLog: Maps & Game Privileges Loaded
ScriptLog: Admins & Groups Management Loaded
ScriptLog: Extra Privileges Loaded
ScriptLog: Mutators XGame.MutInstaGib
ScriptLog: GameInfo::InitGame : bEnableStatLogging False
ScriptLog: UdpServerQuery(crt): Port 7787 successfully bound.
Log: Resolving master0.gamespy.com...
ScriptLog: MasterServerUplink: MasterServerGameStats not found - stats uploading disabled.
Log: Defaulting to false
Log: Defaulting to false
Log: Resolving ut2004master1.epicgames.com...
WebAdmin: Loading Available Maps
WebAdmin: Loading Game Types
WebAdmin: xWebAdmin.UTServerAdmin Initialized on port 1337
Log: MasterServerUplink: Resolved ut2004master1.epicgames.com as 216.27.56.6.
Log: Resolved master0.gamespy.com (207.38.11.174)
ScriptLog: UdpGameSpyUplink: Master Server is master0.gamespy.com:27900
ScriptLog: UdpGameSpyUplink: Port 7788 successfully bound.
Log: MasterServerUplink: Connection to ut2004master1.epicgames.com established.
Log: Approval APPROVED
Log: Master server requests heartbeat 0 with code 9444
Log: Master server requests heartbeat 1 with code 9444
Log: Master server requests heartbeat 2 with code 9444
Log: Master server assigned our MatchID: 0
ScriptLog: ProcessServerTravel: DM-1on1-Trite?game=XGame.xDeathMatch?mutator=XGame.MutInstaGib
ScriptLog: PreClientTravel
Log: Server switch level: DM-1on1-Trite?game=XGame.xDeathMatch?mutator=XGame.MutInstaGib
Log: Browse: DM-1on1-Trite?Name=Player?Class=Engine.Pawn?Character=Jakob?team=255?game=XGame.xDeathMatch?mutator=XGame.MutInstaGib
Exit: Socket shut down
Log: Collecting garbage
Log: Purging garbage
Log: (Karma): Level Karma Terminated.
Log: Garbage: objects: 43784->37845; refs: 433062
Log: Game class is 'xDeathMatch'
Log: Bringing Level DM-1on1-Trite.myLevel up for play (20) appSeconds: 30.957544...
ScriptLog: Loading Admins & Groups
ScriptLog: Kick and Ban Privileges Loaded
ScriptLog: Maps & Game Privileges Loaded
ScriptLog: Admins & Groups Management Loaded
ScriptLog: Extra Privileges Loaded
ScriptLog: Mutators XGame.MutInstaGib
ScriptLog: GameInfo::InitGame : bEnableStatLogging False
ScriptLog: UdpServerQuery(crt): Port 7787 successfully bound.
Log: Resolving master0.gamespy.com...
ScriptLog: MasterServerUplink: MasterServerGameStats not found - stats uploading disabled.
Log: Defaulting to false
Log: Defaulting to false
Log: Resolving ut2004master1.epicgames.com...
WebAdmin: Loading Available Maps
WebAdmin: Loading Game Types
WebAdmin: xWebAdmin.UTServerAdmin Initialized on port 1337
Log: WebServer DM-1on1-Trite.WebServer (Function UWeb.WebServer.BeginPlay:0227) BindPort: bind failed
Log: MasterServerUplink: Resolved ut2004master1.epicgames.com as 216.27.56.6.
Log: Resolved master0.gamespy.com (207.38.11.174)
ScriptLog: UdpGameSpyUplink: Master Server is master0.gamespy.com:27900
ScriptLog: UdpGameSpyUplink: Port 7788 successfully bound.
Log: MasterServerUplink: Connection to ut2004master1.epicgames.com established.
Log: Approval APPROVED
Log: Master server requests heartbeat 0 with code 28288
Log: Master server requests heartbeat 1 with code 28288
Log: Master server requests heartbeat 2 with code 28288
Log: Master server assigned our MatchID: 0
Log: CTRL-C has been pressed.

Log: appRequestExit(0)
Exit: Preparing to exit.
Log: Purging garbage
Exit: Game engine shut down
Log: (Karma): Level Karma Terminated.
Exit: Socket shut down
Log: Garbage: objects: 40266->0; refs: 433062
Exit: Object subsystem successfully closed.
Exit: Exiting.
Log: FileManager: Reading 0 GByte 55 MByte 108 KByte 41 Bytes from HD took 0.828690 seconds (0.311607 reading, 0.517083 seeking).
Log: FileManager: 0.000000 seconds spent with misc. duties
Uninitialized: Name subsystem shut down
Uninitialized: Allocation checking disabled
Uninitialized: Log file closed, Mon Sep 29 16:16:15 2008
I am aware the server is somewhat out of date. The newest version gives me "Error closing socket" spam so I downgraded. System is x64 Ubuntu Server.
Reply With Quote