Hello Guys, since today I got some strange problems after starting my server. I run my server since nearly one month now and I use many of your great addons. But today, suddendly ( we were playing already some minuts/hours) after a map change ( I changed nothing!) the problem suddendly apeared. After the map change everyone was spectator and the round didnn't even start after some minutes. Everyone was marked with the Guest User Group, also me as Admin and I couldn't use admin commands as well.
I restarted the server serval times and already wrote to my hoster, but with no results. In the console are this errors after the server starts:
[ERROR] addons/ulx_auto_promote/lua/ulx/xgui/server/sv_apromote.lua:56: attempt to index field 'set' (a nil value)
1. init - addons/ulx_auto_promote/lua/ulx/xgui/server/sv_apromote.lua:56
2. fn - addons/ulx/lua/ulx/modules/xgui_server.lua:269
3. unknown - addons/ulib/lua/ulib/shared/hook.lua:183
[ERROR] addons/ulx_auto_promote/lua/ulx/xgui/server/sv_apromote.lua:56: attempt to index field 'set' (a nil value)
1. init - addons/ulx_auto_promote/lua/ulx/xgui/server/sv_apromote.lua:56
2. fn - addons/ulx/lua/ulx/modules/xgui_server.lua:269
3. unknown - addons/ulib/lua/ulib/shared/hook.lua:183
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file server.cfg
Using map cycle file 'cfg/mapcycle_default.txt'. ('cfg/mapcycle.txt' was not found.)
[ERROR] gamemodes/terrortown/entities/entities/ttt_map_settings.lua:27: attempt to index field 'crowbar_unlocks' (a nil value)
1. unknown - gamemodes/terrortown/entities/entities/ttt_map_settings.lua:27
[ERROR] gamemodes/terrortown/entities/entities/ttt_map_settings.lua:27: attempt to index
field 'crowbar_unlocks' (a nil value)
1. unknown - gamemodes/terrortown/entities/entities/ttt_map_settings.lua:27
[ERROR] gamemodes/terrortown/entities/entities/ttt_map_settings.lua:20: attempt to index field 'crowbar_unlocks' (a nil value)
1. unknown - gamemodes/terrortown/entities/entities/ttt_map_settings.lua:20
[ERROR] gamemodes/terrortown/entities/entities/ttt_map_settings.lua:20: attempt to index field 'crowbar_unlocks' (a nil value)
1. unknown - gamemodes/terrortown/entities/entities/ttt_map_settings.lua:20
[ERROR] gamemodes/terrortown/entities/entities/ttt_map_settings.lua:24: attempt to index field 'crowbar_unlocks' (a nil value)
1. unknown - gamemodes/terrortown/entities/entities/ttt_map_settings.lua:24
[ERROR] gamemodes/terrortown/entities/entities/ttt_map_settings.lua:24: attempt to index field 'crowbar_unlocks' (a nil value)
1. unknown - gamemodes/terrortown/entities/entities/ttt_map_settings.lua:24
[ERROR] gamemodes/terrortown/entities/entities/ttt_map_settings.lua:27: attempt to index field 'crowbar_unlocks' (a nil value)
1. unknown - gamemodes/terrortown/entities/entities/ttt_map_settings.lua:27
[ERROR] gamemodes/terrortown/entities/entities/ttt_map_settings.lua:27: attempt to index field 'crowbar_unlocks' (a nil value)
1. unknown - gamemodes/terrortown/entities/entities/ttt_map_settings.lua:27
[ERROR] gamemodes/terrortown/entities/entities/ttt_map_settings.lua:20: attempt to index field 'crowbar_unlocks' (a nil value)
1. unknown - gamemodes/terrortown/entities/entities/ttt_map_settings.lua:20
[ERROR] gamemodes/terrortown/entities/entities/ttt_map_settings.lua:20: attempt to index field 'crowbar_unlocks' (a nil value)
1. unknown - gamemodes/terrortown/entities/entities/ttt_map_settings.lua:20
[ERROR] gamemodes/terrortown/entities/entities/ttt_map_settings.lua:24: attempt to index field 'crowbar_unlocks' (a nil value)
1. unknown - gamemodes/terrortown/entities/entities/ttt_map_settings.lua:24
[ERROR] gamemodes/terrortown/entities/entities/ttt_map_settings.lua:24: attempt to index field 'crowbar_unlocks' (a nil value)
1. unknown - gamemodes/terrortown/entities/entities/ttt_map_settings.lua:24
Lua Error: ULib queue error: addons/ulx/lua/ulx/xgui/server/sv_bans.lua:151: attempt to call field 'splitbans' (a nil value)
ULib queue error: addons/ulx/lua/ulx/xgui/server/sv_bans.lua:151: attempt to call field 'splitbans' (a nil value)
ULib queue error: addons/ulx/lua/ulx/xgui/server/sv_bans.lua:151: attempt to call field 'splitbans' (a nil value)
addons/ulx_auto_promote/lua/ulx/xgui/server/sv_apromote.lua:56: attempt to index field 'set' (a nil value):
ULib.replicatedWritableCvar("ap_enabled","rep_ap_enabled", APromote["set"]["ap_enabled"],false,false,"apromote_settings")
2. fn - addons/ulx/lua/ulx/modules/xgui_server.lua:269
for _, v in ipairs( xgui.svmodules ) do v.init() end
3. unknown - addons/ulib/lua/ulib/shared/hook.lua:183
a, b, c, d, e, f = v.fn( ... )
gamemodes/terrortown/entities/entities/ttt_map_settings.lua:20: attempt to index field 'crowbar_unlocks' (a nil value)
GAMEMODE.crowbar_unlocks[OPEN_DOOR] = opens
gamemodes/terrortown/entities/entities/ttt_map_settings.lua:24: attempt to index field 'crowbar_unlocks' (a nil value)
GAMEMODE.crowbar_unlocks[OPEN_BUT] = (v == "1")
gamemodes/terrortown/entities/entities/ttt_map_settings.lua:27: attempt to index field 'crowbar_unlocks' (a nil value)
GAMEMODE.crowbar_unlocks[OPEN_NOTOGGLE] = (v == "1")
Lua Error: ULib queue error: addons/ulx/lua/ulx/xgui/server/sv_bans.lua:151: attempt to call field 'splitbans' (a nil value)
bans.splitbans()
I really don't know why these errors could happen, as I said I really changed nothing it just happend while we were playing, and in the last days the only thing I changed was uploading a new map (which we already played without problems) and adding this script:
http://forums.ulyssesmod.net/index.php/topic,7901.0.html (which also worked).
Does anyone has an idea? I really can't imagine why it happend and if I won't get it solved my server won't worked any more
Thanks for every answer!
DH