Error on login
throw-this-shit-away opened this issue ยท 6 comments
Hi,
I have the newest version and get this error on login:
Message: Interface\AddOns\Questie\Modules\Map\QuestieMap.lua:185: attempt to index field 'char' (a nil value)
Time: Tue May 25 00:00:13 2021
Count: 1
Stack: Interface\AddOns\Questie\Modules\Map\QuestieMap.lua:185: attempt to index field 'char' (a nil value)
[string "@interface\AddOns\Questie\Modules\Map\QuestieMap.lua"]:185: in function GetScaleValue' [string "@Interface\AddOns\Questie\Modules\Map\QuestieMap.lua"]:201: in function
OnMapChanged'
[string "@interface\AddOns\Blizzard_MapCanvas\Blizzard_MapCanvas.lua"]:531: in function OnMapChanged' [string "@Interface\AddOns\Blizzard_WorldMap\Blizzard_WorldMap.lua"]:121: in function
OnMapChanged'
[string "@interface\AddOns\Blizzard_MapCanvas\Blizzard_MapCanvas.lua"]:39: in function SetMapID' [string "@Interface\AddOns\TitanClassicLocation\TitanClassicLocation.lua"]:75: in function
TitanPanelLocationButton_OnShow'
[string ":OnShow"]:1: in function <[string ":OnShow"]:1>
[string "=[C]"]: in function Show' [string "@Interface\AddOns\TitanClassic\TitanPanelClassic.lua"]:1475: in function
TitanPanel_InitPanelButtons'
[string "@interface\AddOns\TitanClassic\TitanClassicVariables.lua"]:1045: in function TitanVariables_UseSettings' [string "@Interface\AddOns\TitanClassic\TitanPanelClassic.lua"]:400: in function <Interface\AddOns\TitanClassic\TitanPanelClassic.lua:327> [string "=[C]"]: in function
pcall'
[string "@interface\AddOns\TitanClassic\TitanPanelClassic.lua"]:467: in function `?'
[string "@interface\AddOns\TitanClassic\TitanPanelClassic.lua"]:309: in function <Interface\AddOns\TitanClassic\TitanPanelClassic.lua:308>
Locals: self =
{zoneWaypointColorOverrides =
}
ShowNPC = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:276
GetManualFrames = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:96
UnloadQuestFrames = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:74
utils =
}
UnloadManualFrames = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:109
GetNearestSpawn = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:772
zoneWaypointHoverColorOverrides =
}
GetNearestQuestSpawn = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:806
manualFrames =
}
private =
}
_minimapDrawQueue =
}
questIdFrames =
}
DrawWaypoints = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:890
FindClosestStarter = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:652
ResetManualFrames = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:119
DrawWorldIcon = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:493
DrawManualIcon = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:402
DrawLineIcon = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:383
ShowObject = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:335
ProcessQueue = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:243
QueueDraw = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:232
ProcessShownMinimapIcons = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:208
ICON_MAP_TYPE = "MAP"
GetFramesForQuest = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:61
RescaleIcons = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:127
InitializeQueue = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:149
GetScaleValue = defined @interface\AddOns\Questie\Modules\Map\QuestieMap.lua:175
_mapDrawQueue =
}
ICON_MINIMAP_TYPE = "MINIMAP"
}
mapId = 1414
scaling = 1
(*temporary) = nil
(*temporary) = "attempt to index field 'char' (a nil value)"
HBDPins =
minimapPins =
}
SetMinimapObject
By troubleshooting, there seems to be a conflict between Questie & TitanClassicLocation. The error can temporarily be stopped by disabling TitanClassicLocation while we wait for resolution.