Dear visitor, welcome to Gaming Insight Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Tennberg

Intermediate

  • "Tennberg" started this thread

Posts: 275

Occupation: Grammar policeman

  • Send private message

1

Friday, June 4th 2010, 4:42am

r4114 LUA error (Waiting)

I had logged out while we were forming a 10-man raid, hopped onto an alt to check something, then logged back onto my main. I got this LUA error right as I logged in:


1x DBM-Core\DBM-Core.lua:1064: table index is nil
DBM-Core\DBM-Core.lua:1307: in function `?'
DBM-Core\DBM-Core.lua:292: in function <DBM-Core\DBM-Core.lua:288>

Locals:
self = <table> {
MoveSpecialWarning = <function> @ DBM-Core\DBM-Core.lua:2817:
CreatePizzaTimer = <function> @ DBM-Core\DBM-Core.lua:874:
MapSizes = <table> {}
GetModByName = <function> @ DBM-Core\DBM-Core.lua:2246:
CHAT_MSG_RAID_BOSS_EMOTE = <function> @ DBM-Core\DBM-Core.lua:1697:
CHAT_MSG_WHISPER = <function> @ DBM-Core\DBM-Core.lua:2010:
Mods = <table> {}
ShowUpdateReminder = <function> @ DBM-Core\DBM-Core.lua:1529:
PLAYER_REGEN_DISABLED = <function> @ DBM-Core\DBM-Core.lua:1645:
CreateModLocalization = <function> @ DBM-Core\DBM-Core.lua:3586:
IsEnabled = <function> @ DBM-Core\DBM-Core.lua:2109:
Bars = <table> {}
AddMsg = <function> @ DBM-Core\DBM-Core.lua:2117:
Schedule = <function> @ DBM-Core\DBM-Core.lua:644:
Capitalize = <function> @ DBM-Core\DBM-Core.lua:2167:
ADDON_LOADED = <function> @ DBM-Core\DBM-Core.lua:1258:
ShowPizzaInfo = <function> @ DBM-Core\DBM-Core.lua:890:
BossHealth = <table> {}
Revision = "4094"
RegisterEvents = <function> @ DBM-Core\DBM-Core.lua:297:
COMBAT_LOG_EVENT_UNFILTERED = <function> @ DBM-Core\DBM-Core.lua:326:
FilterRaidBossEmote = <function> @ DBM-Core\DBM-Core.lua:322:
RequestTimers = <function> @ DBM-Core\DBM-Core.lua:1876:
ForceUpdate = <function> @ DBM-Core\DBM-Core.lua:652:
CHAT_MSG_MONSTER_YELL = <function> @ DBM-Core\DBM-Core.lua:1689:
Unschedule = <function> @ DBM-Core\DBM-Core.lua:648:
ReleaseRevision = 4094
Enable = <function> @ DBM-Core\DBM-Core.lua:2105:
PLAYER_ENTERING_WORLD = <function> @ DBM-Core\DBM-Core.lua:1981:
UNIT_DESTROYED = <function> @ DBM-Core\DBM-Core.lua:1861:
RAID_ROSTER_UPDATE = <function> @ DBM-Core\DBM-Core.lua:1056:
SendCombatInfo = <function> @ DBM-Core\DBM-Core.lua:1948:
GetRaidUnitId = <function> @ DBM-Core\DBM-Core.lua:1165:
ReceiveCombatInfo = <function> @ DBM-Core\DBM-Core.lua:1889:
LoadGUI = <function> @ DBM-Core\DBM-Core.lua:941:
DefaultOptions = <table> {}
StartCombat = <function> @ DBM-Core\DBM-Core.lua:1738:
AddOns = <table> {}
ToggleMinimapButton = <function> @ DBM-Core\DBM-Core.lua:1034:
Options = <table> {}
OnMobKill = <function> @ DBM-Core\DBM-Core.lua:1831:
NewMod = <function> @ DBM-Core\DBM-Core.lua:2210:
UpdateSpecialWarningOptions = <function> @ DBM-Core\DBM-Core.lua:2674:
GetModLocalization = <function> @ DBM-Core\DBM-Core.lua:3601:
HideMinimapButton = <function> @ DBM-Core\DBM-Core.lua:1043:
ReceiveTimerInfo = <function> @ DBM-Core\DBM-Core.lua:1901:
GetRaidRank = <function> @ DBM-Core\DBM-Core.lua:1150:
ShowTestSpecialWarning = <function> @ DBM-Core\DBM-Core.lua:2867:
Arrow = <table> {}
RangeCheck = <table> {}
RegisterMapSize = <function> @ DBM-Core\DBM-Core.lua:2185:
LFG_PROPOSAL_SHOW = <function> @ DBM-Core\DBM-Core.lua:1316:
UnregisterAllEvents = <function> @ DBM-Core\DBM-Core.lua:306:
DemoMode = <function> @ DBM-Core\DBM-Core.lua:2127:
EndCombat = <function> @ DBM-Core\DBM-Core.lua:1775:
SendTimers = <function> @ DBM-Core\DBM-Core.lua:1916:
CHAT_MSG_MONSTER_EMOTE = <function> @ DBM-Core\DBM-Core.lua:1693:
SendBGTime
---

2

Friday, June 4th 2010, 4:53am

Re: r4114 LUA error

hmm i can't reproduce that. it's not a specific mod acting up either that i can see.

raid[name] = raid[name] or {}

looks like dbm tried to perform the raid promoted check before your UI finished loading your raid. sometimes when you login depending on where you might not get your raid group sent to you right away, maybe dbm just failed on this?

Tennberg

Intermediate

  • "Tennberg" started this thread

Posts: 275

Occupation: Grammar policeman

  • Send private message

3

Friday, June 4th 2010, 4:55am

Re: r4114 LUA error

I'll see if it happens again. I was logged out in Dalaran when I hopped onto my alt, so maybe the combination of logging on, being in a raid, and being in the lagfest that is Dalaran made it happen.

4

Friday, June 4th 2010, 4:56am

Re: r4114 LUA error

Quoted from ""Tennberg""

I'll see if it happens again. I was logged out in Dalaran when I hopped onto my alt, so maybe the combination of logging on, being in a raid, and being in the lagfest that is Dalaran made it happen.

that's pretty much what i suspected, being in a raid group, but not having the raid names in table yet when dbm requested them.