Skip to content

Instantly share code, notes, and snippets.

Created April 11, 2014 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/038b94631e174cf7b061 to your computer and use it in GitHub Desktop.
Save anonymous/038b94631e174cf7b061 to your computer and use it in GitHub Desktop.
[Server] Script Error #43325: lua/TeamJoin.lua:54: attempt to index a nil value
Call stack:
#1: lua/TeamJoin.lua:54
self = TeamJoin-1382 {name="", playerCount=0, scale=cdata, teamIsFull=false, teamNumber=3 }
team1PlayerCount = 0
Error: lua/mvm/MapEntityLoader.lua:161: attempt to index global 'Client' (a nil value)
[Server] Script Error #43326: lua/mvm/MapEntityLoader.lua:161: attempt to index global 'Client' (a nil value)
Call stack:
#1: UpdateInfo lua/mvm/MapEntityLoader.lua:161
className = TeamInfo-1691 {kills=0, lastCommPingPosition=cdata, lastCommPingTime=0, latestResearchId=0, numCapturedResPoints=0, numCapturedTechPoint=0, numResourceTowers=0, personalResources=0, playerCount=0, supplyUsed=0, teamNumber=1, teamResources=0, techActiveMask=0, techOwnedMask=0, totalTeamResources=0 }
groupName = nil
values = nil
#2: lua/TeamInfo.lua:354
self = TeamInfo-1691 {kills=0, lastCommPingPosition=cdata, lastCommPingTime=0, latestResearchId=0, numCapturedResPoints=0, numCapturedTechPoint=0, numResourceTowers=0, personalResources=0, playerCount=0, supplyUsed=0, teamNumber=1, teamResources=0, techActiveMask=0, techOwnedMask=0, totalTeamResources=0 }
deltaTime = 0.03315606340766
Error: lua/TeamJoin.lua:54: attempt to index a nil value
[Server] Script Error #43327: lua/TeamJoin.lua:54: attempt to index a nil value
Call stack:
#1: lua/TeamJoin.lua:54
self = TeamJoin-2023 {name="", playerCount=0, scale=cdata, teamIsFull=false, teamNumber=0 }
team1PlayerCount = 0
Error: lua/mvm/NS2Gamerules.lua:191: attempt to index field 'team2' (a nil value)
[Server] Script Error #43328: lua/mvm/NS2Gamerules.lua:191: attempt to index field 'team2' (a nil value)
Call stack:
#1: UpdateAutoTeamBalance lua/mvm/NS2Gamerules.lua:191
self = NS2Gamerules-3884 { }
dt = 0.03315606340766
wasDisabled = false
autoTeamBalance = {enabled_after_seconds=5, enabled_on_unbalance_amount=2 }
enabledOnUnbalanceAmount = 2
enabledAfterSeconds = 5
team1Players = 0
#2: lua/mvm/NS2Gamerules.lua:618
self = NS2Gamerules-3884 { }
timePassed = 0.03315606340766
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment