robert388 / Necrosis-classic

Necrosis addon wow classic
25 stars 14 forks source link

LUA error on startup #42

Open GaryREM opened 5 years ago

GaryREM commented 5 years ago

Saw the following when starting up.

Message: Interface\AddOns\Necrosis\Necrosis.lua:1961: attempt to concatenate a nil value Time: Mon Sep 23 12:06:29 2019 Count: 1 Stack: Interface\AddOns\Necrosis\Necrosis.lua:1961: attempt to concatenate a nil value Interface\AddOns\Necrosis\Necrosis.lua:1961: in function BagExplore' Interface\AddOns\Necrosis\Initialize.lua:151: in functionInitialize' Interface\AddOns\Necrosis\Necrosis.lua:355: in function `OnLoad'

Locals: self =

{ BindName = defined @Interface\AddOns\Necrosis\Bindings.lua:42 RezTimerUpdate = defined @Interface\AddOns\Necrosis\Timers\OtherTimers.lua:45 Unit =
{ } InsertTimerParTable = defined @Interface\AddOns\Necrosis\Timers\Functions.lua:46 ButtonSetup = defined @Interface\AddOns\Necrosis\Necrosis.lua:2034 Timer_Click = defined @Interface\AddOns\Necrosis\XML\Options-Timers.lua:194 Localize =
{ } SoulshardSwitch = defined @Interface\AddOns\Necrosis\Necrosis.lua:1970 FindSlot = defined @Interface\AddOns\Necrosis\Necrosis.lua:1996 Localization_Speech_Es = defined @Interface\AddOns\Necrosis\Speech\Speech-es.lua:37 BuffVector_Click = defined @Interface\AddOns\Necrosis\XML\Options-Menus.lua:792 Localization_Dialog_En = defined @Interface\AddOns\Necrosis\Locales\Dialog-en.lua:41 SetCompanionPage = defined @Interface\AddOns\Necrosis\XML\Options-Buttons.lua:551 CreateGroup = defined @Interface\AddOns\Necrosis\Timers\GraphicalTimers.lua:45 Localization_Dialog_De = defined @Interface\AddOns\Necrosis\Locales\Dialog-de.lua:41 Msg = defined @Interface\AddOns\Necrosis\Message.lua:42 AddFrame = defined @Interface\AddOns\Necrosis\Timers\GraphicalTimers.lua:114 HealthstoneCooldown = "Healthstone Cooldown" InCombatAttribute = defined @Interface\AddOns\Necrosis\XML\Attributes.lua:443 RetraitTimerParGuid = defined @Interface\AddOns\Necrosis\Timers\Functions.lua:313 OnLoad = defined @Interface\AddOns\Necrosis\Necrosis.lua:337 DemonVector_Init = defined @Interface\AddOns\Necrosis\XML\Options-Menus.lua:810 ShowAntiFearWarning = defined @Interface\AddOns\Necrosis\Necrosis.lua:2357 MenuAttribute = defined @Interface\AddOns\Necrosis\XML\Attributes.lua:47 CreateWarlockUI = defined @Interface\AddOns\Necrosis\XML\XML.lua:73 GetCompanionInfo = defined @Interface\AddOns\Necrosis\Necrosis.lua:2889 Event_Init = defined @Interface\AddOns\Necrosis\XML\Options-Sphere.lua:245 Speech_It = defined @Interface\AddOns\Necrosis\Message.lua:160 SetTimersConfig = defined @Interface\AddOns\Necrosis\XML\Options-Timers.lua:45 Event_Click = defined @Interface\AddOns\Necrosis\XML\Options-Sphere.lua:257 UnitHasBuff = defined @Interface\AddOns\Necrosis\Necrosis.lua:2338 Spell_Init = defined @Interface\AddOns\Necrosis\XML\Options-Sphere.lua:267 SetMenusConfig = defined @Interface\AddOns\Necrosis\XML\Options-Menus.lua:45 SetMessagesConfig = defined @Interface\AddOns\Necrosis\XML\Options-Messages.lua:45 StoneAttribute = defined @Interface\AddOns\Necrosis\XML\Attributes.lua:290 Spell_Click = defined @Interface\AddOns\Necrosis\XML\Options-Sphere.lua:278 UpdateHealth = defined @Interface\AddOns\Necrosis\Necrosis.lua:1437 Translation =
{ } RegisterManagement = defined @Interface\AddOns\Necrosis\Necrosis.lua:695 ChangeDemon = defined @Interface\AddOns\Necrosis\Necrosis.lua:711 Speech =
{ } Localization_Speech_Ru = defined @Interface\AddOns\Necrosis\Speech\Speech-ru.lua:38 CreateWarlockPopup = defined @Interface\AddOns\Necrosis\XML\XML.lua:417 MsgReplace = defined @Interface\AddOns\Necrosis\Message

GaryREM commented 5 years ago

Doing reload resolves problem and Shard management then appears to work correctly after that (was not working if I did not do a reload).