smaitch / Grail

World of Warcraft addon to provide a database of quest information.
31 stars 20 forks source link

Still getting 4 LUA errors when turning on Grail #238

Closed Houseofkannan closed 3 years ago

Houseofkannan commented 4 years ago

This one, the count keeps spinning up into infinity. This also prevents you from going into the menu and turning the game off...it requires you to ALT-F4 to close the game.

Message: Interface\AddOns\Grail\Grail.lua:10092: attempt to index field 'rawLocations' (a nil value) Time: Mon Oct 19 11:19:31 2020 Count: 1718 Stack: Interface\AddOns\Grail\Grail.lua:10092: attempt to index field 'rawLocations' (a nil value)

[string "@Interface\AddOns\Grail\Grail.lua"]:10092: in function _RawNPCLocations' [string "@Interface\AddOns\Grail\Grail.lua"]:8549: in functionNPCLocations' [string "@Interface\AddOns\Grail\Grail.lua"]:9752: in function <Interface\AddOns\Grail\Grail.lua:9740>

[string "@Interface\AddOns\Grail\Grail.lua"]:10040: in function QuestsInMap' [string "@Interface\AddOns\Wholly\Wholly.lua"]:1432: in function_ClassifyQuestsInMap' [string "@Interface\AddOns\Wholly\Wholly.lua"]:1885: in function _ForcePanelMapArea' [string "@Interface\AddOns\Wholly\Wholly.lua"]:4417: in functionUpdateQuestCaches' [string "@Interface\AddOns\Wholly\Wholly.lua"]:1378: in function f' [string "@Interface\AddOns\Grail\Grail.lua"]:8834: in function_PostNotification' [string "@Interface\AddOns\Grail\Grail.lua"]:9024: in function `_ProcessDelayedNotifications' [string "@Interface\AddOns\Grail\Grail.lua"]:8823: in function <Interface\AddOns\Grail\Grail.lua:8823>

Locals:

Message: Interface\AddOns\Grail\Grail.lua:10092: attempt to index field 'rawLocations' (a nil value) Time: Mon Oct 19 11:18:49 2020 Count: 1 Stack: Interface\AddOns\Grail\Grail.lua:10092: attempt to index field 'rawLocations' (a nil value)

[string "@Interface\AddOns\Grail\Grail.lua"]:10092: in function _RawNPCLocations' [string "@Interface\AddOns\Grail\Grail.lua"]:8549: in functionNPCLocations' [string "@Interface\AddOns\Grail\Grail.lua"]:9752: in function <Interface\AddOns\Grail\Grail.lua:9740>

[string "@Interface\AddOns\Grail\Grail.lua"]:10040: in function QuestsInMap' [string "@Interface\AddOns\Wholly\Wholly.lua"]:1432: in function_ClassifyQuestsInMap' [string "@Interface\AddOns\Wholly\Wholly.lua"]:1885: in function _ForcePanelMapArea' [string "@Interface\AddOns\Wholly\Wholly.lua"]:4417: in functionUpdateQuestCaches' [string "@Interface\AddOns\Wholly\Wholly.lua"]:963: in function ?' [string "@Interface\AddOns\Wholly\Wholly.lua"]:2532: in function_OnEvent' [string "@Interface\AddOns\Wholly\Wholly.lua"]:4433: in function <Interface\AddOns\Wholly\Wholly.lua:4433>

Locals:

Message: Interface\AddOns\Grail\Grail.lua:10092: attempt to index field 'rawLocations' (a nil value) Time: Mon Oct 19 11:18:47 2020 Count: 1 Stack: Interface\AddOns\Grail\Grail.lua:10092: attempt to index field 'rawLocations' (a nil value)

[string "@Interface\AddOns\Grail\Grail.lua"]:10092: in function _RawNPCLocations' [string "@Interface\AddOns\Grail\Grail.lua"]:8549: in functionNPCLocations' [string "@Interface\AddOns\Grail\Grail.lua"]:9752: in function <Interface\AddOns\Grail\Grail.lua:9740>

[string "@Interface\AddOns\Grail\Grail.lua"]:10040: in function QuestsInMap' [string "@Interface\AddOns\Wholly\Wholly.lua"]:1432: in function_ClassifyQuestsInMap' [string "@Interface\AddOns\Wholly\Wholly.lua"]:3274: in function _RecordTooltipNPCs' [string "@Interface\AddOns\Wholly\Wholly.lua"]:669: in function?' [string "@Interface\AddOns\Wholly\Wholly.lua"]:2532: in function `_OnEvent' [string "@Interface\AddOns\Wholly\Wholly.lua"]:4433: in function <Interface\AddOns\Wholly\Wholly.lua:4433>

Locals:

Message: Interface\AddOns\Grail\Grail.lua:10092: attempt to index field 'rawLocations' (a nil value) Time: Mon Oct 19 11:18:44 2020 Count: 1 Stack: Interface\AddOns\Grail\Grail.lua:10092: attempt to index field 'rawLocations' (a nil value)

[string "@Interface\AddOns\Grail\Grail.lua"]:10092: in function _RawNPCLocations' [string "@Interface\AddOns\Grail\Grail.lua"]:8549: in functionNPCLocations' [string "@Interface\AddOns\Grail\Grail.lua"]:4494: in function _UpdateWorldQuestSelfNPC' [string "@Interface\AddOns\Grail\Grail.lua"]:4525: in function?' [string "@Interface\AddOns\Grail\Grail.lua"]:1636: in function ?' [string "@Interface\AddOns\Grail\Grail.lua"]:10992: in function_Tooltip_OnEvent' [string "@Interface\AddOns\Grail\Grail.lua"]:11532: in function <Interface\AddOns\Grail\Grail.lua:11532>

Locals:

smaitch commented 4 years ago

Can you download the current version of Grail-112 from GitHub to see if it fixes the problem?

ReglohPri commented 4 years ago

I see only Grail-111. Where is 112?

smaitch commented 4 years ago

It is the current code being developed. There is no release tag for it yet.

smaitch commented 3 years ago

Grail 112 has been released.