Guten Tag,
ich habe vor kurzem einen neuen Server erstellt, dieses mal komplett ohne Mani dafür mit SourceMod. Nun habe ich das Problem das der Server immer wieder beim Mapchange hängen bleibt. Ich muss dann ins Webinterface und ihn neustarten, damit er wieder läuft. In den Logs finde ich auch nichts auffälliges. Gibts irgend eine andere Möglichkeit zu schauen warum oder wo der hängenbleibt??? Habe leider keinen SSH Zugang, hab nur einen Gameserver gemietet.
Das steht im normalen Logfile bevor es nicht mehr weiter geht:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
|
L 04/07/2009 - 01:36:55: "BUDIIII @ SO LOW<138><STEAM_0:0:XXXXXXXX><TERRORIST>" killed "-=[Zombie]=- Moe<164><BOT><CT>" with "p90" (headshot)
L 04/07/2009 - 01:36:55: Team "TERRORIST" triggered "Terrorists_Win" (CT "0") (T "15")
L 04/07/2009 - 01:36:55: Team "CT" scored "0" with "13" players
L 04/07/2009 - 01:36:55: Team "TERRORIST" scored "15" with "5" players
L 04/07/2009 - 01:36:55: World triggered "Round_End"
L 04/07/2009 - 01:36:55: World triggered "Intermission_Time_Limit"
L 04/07/2009 - 01:37:01: [META] Loaded 0 plugins (2 already loaded)
L 04/07/2009 - 01:37:01: [ZH] OnLevelShutdown() called from listener
L 04/07/2009 - 01:37:01: [META] Loaded 0 plugins (2 already loaded)
L 04/07/2009 - 01:37:01: [ZH] OnLevelShutdown() called from listener
L 04/07/2009 - 01:37:01: Log file closed
|
Im nächsten Logfile steht dann gar nix mehr drin, es wurde zwar noch angelegt aber das wars dann auch.
Das steht im Logfile von SourceMod:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
L 04/07/2009 - 00:08:46: SourceMod log file session started (file "L20090407.log") (Version "1.2.0")
L 04/07/2009 - 00:08:46: [mapchooser.smx] Voting for next map has started.
L 04/07/2009 - 00:09:06: [mapchooser.smx] Voting for next map has finished. Nextmap: de_aztec.
L 04/07/2009 - 00:13:15: [SM] Changed map to "de_aztec"
L 04/07/2009 - 00:13:16: -------- Mapchange to de_aztec --------
L 04/07/2009 - 00:13:22: [randomcycle.smx] RandomCycle has chosen zh_laststand_final for the nextmap.
L 04/07/2009 - 00:30:32: [mapchooser.smx] Voting for next map has started.
L 04/07/2009 - 00:30:53: [mapchooser.smx] Voting for next map has finished. Nextmap: cs_office.
L 04/07/2009 - 00:33:46: [SM] Changed map to "cs_office"
L 04/07/2009 - 00:33:48: -------- Mapchange to cs_office --------
L 04/07/2009 - 00:33:56: [randomcycle.smx] RandomCycle has chosen cs_assault for the nextmap.
L 04/07/2009 - 00:40:24: [afk_manager-compat.smx] BUDIIII @ SO LOW<105><STEAM_0:0:XXXXXXXX><> wurde entfernt, weil er zu lange in Abwesenheit war.
L 04/07/2009 - 00:51:05: [mapchooser.smx] Voting for next map has started.
L 04/07/2009 - 00:51:25: [mapchooser.smx] Voting for next map has finished. Nextmap: de_chateau.
L 04/07/2009 - 00:55:14: [SM] Changed map to "de_chateau"
L 04/07/2009 - 00:55:17: -------- Mapchange to de_chateau --------
L 04/07/2009 - 00:55:24: [randomcycle.smx] RandomCycle has chosen de_chateau for the nextmap.
L 04/07/2009 - 01:12:35: [mapchooser.smx] Voting for next map has started.
L 04/07/2009 - 01:12:56: [mapchooser.smx] Voting for next map has finished. Nextmap: de_dust2.
L 04/07/2009 - 01:16:12: [SM] Changed map to "de_dust2"
L 04/07/2009 - 01:16:14: -------- Mapchange to de_dust2 --------
L 04/07/2009 - 01:16:20: [randomcycle.smx] RandomCycle has chosen de_nuke for the nextmap.
L 04/07/2009 - 01:33:29: [mapchooser.smx] Voting for next map has started.
L 04/07/2009 - 01:33:49: [mapchooser.smx] Voting for next map has finished. Nextmap: de_train.
L 04/07/2009 - 01:37:01: [SM] Changed map to "de_train"
|
Danach kommt nix mehr und der Server steht!
Jemand eine Idee?