View Single Post
08/14/21, 09:09 AM   #1
DarkRuler2500
Join Date: May 2015
Posts: 3
Error log without specific addon mentioned

I am receiving the following error log ever since i tried to log-in today. My addons are unchanged for days now and I am only having those issues today.

Can anyone make something out of this?
Code:
EsoUI/Ingame/Map/WorldMap.lua:2246: attempt to index a nil value
stack traceback:
EsoUI/Ingame/Map/WorldMap.lua:2246: in function 'SetMapWindowSize'
|caaaaaa<Locals> newWidth = 690, newHeight = 708 </Locals>|r
EsoUI/Ingame/Map/WorldMap.lua:2675: in function 'ZO_MapPanAndZoom:SetCurrentNormalizedZoomInternal'
|caaaaaa<Locals> self = [table:1]{mapMin = 1, mapMax = 5, allowPanPastMapEdge = F, maxZoom = 5, reachedTargetOffset = T, canZoomInFurther = T, canZoomOutFurther = F, currentNormalizedZoom = 0, minZoom = 1}, normalizedZoom = 0 </Locals>|r
EsoUI/Ingame/Map/WorldMap.lua:2662: in function 'ZO_MapPanAndZoom:SetCurrentNormalizedZoom'
|caaaaaa<Locals> self = [table:1], zoom = 0 </Locals>|r
(tail call): ?
user:/AddOns/LibGPS/MapStack.lua:54: in function 'MapStack:Pop'
|caaaaaa<Locals> self = [table:2]{}, mapStack = [table:3]{}, data = [table:4]{1 = 1131}, adapter = [table:5]{}, meter = [table:6]{measuring = T, unitZoneId = 0}, mapId = 1131, zoom = 0, offsetX = 0, offsetY = 0, result = 2 </Locals>|r
(tail call): ?
user:/AddOns/LibGPS/TamrielOMeter.lua:201: in function 'TamrielOMeter:CalculateMapMeasurement'
|caaaaaa<Locals> self = [table:6], returnToInitialMap = T, adapter = [table:5], mapId = "Art/maps/craglorn/belkarth_bas...", localX = 0.47509932518005, localY = 0.37061810493469, waypointManager = [table:7]{y = 0, playerY = 0, x = 0, suppressCount = 1, playerX = 0}, hasWaypoint = F, mapIndex = 25 </Locals>|r
user:/AddOns/LibGPS/TamrielOMeter.lua:128: in function 'TamrielOMeter:GetCurrentMapMeasurement'
|caaaaaa<Locals> self = [table:6], mapId = "Art/maps/craglorn/belkarth_bas..." </Locals>|r
(tail call): ?
user:/AddOns/LibGPS/MapAdapter.lua:43: in function 'orgSetMapToPlayerLocation'
|caaaaaa<Locals> result = 2 </Locals>|r
user:/AddOns/LibGroupSocket/LibGPS/LibGPS.lua:325: in function 'NewSetMapToPlayerLocation'
user:/AddOns/LibGroupSocket/LibGPS/LibGPS.lua:423: in function 'Initialize'
user:/AddOns/LibGroupSocket/LibGPS/LibGPS.lua:712: in function '(main chunk)'
|caaaaaa<Locals> LIB_NAME = "LibGPS2", lib = [table:8]{LIB_EVENT_STATE_CHANGED = "OnLibGPS2MeasurementChanged", suppressCount = 0}, LMP = [table:9]{MAP_PING_SET = 3, MAP_PING_NOT_SET = 0, MAP_PING_SET_PENDING = 2, MAP_PING_NOT_SET_PENDING = 1}, DUMMY_PIN_TYPE = "LibGPS2DummyPin", LIB_IDENTIFIER_FINALIZE = "LibGPS2_Finalize", LOG_WARNING = "Warning", LOG_NOTICE = "Notice", LOG_DEBUG = "Debug", POSITION_MIN = 0.085, POSITION_MAX = 0.915, TAMRIEL_MAP_INDEX = 1, COLDHARBOUR_MAP_INDEX = 23, mapMeasurements = [table:10]{}, mapStack = [table:11]{}, MAP_PIN_TYPE_PLAYER_WAYPOINT = 182, currentWaypointX = 0, currentWaypointY = 0, needWaypointRestore = F, orgSetMapToMapListIndex = user:/AddOns/LibGPS/MapAdapter.lua:41, orgSetMapToQuestCondition = user:/AddOns/LibGPS/MapAdapter.lua:41 </Locals>|r
I can click it away but since its an error message,i hope someone might figure out, what is wrong here.
  Reply With Quote