Go to Page... |
Compatibility: | Markarth (6.2.5) |
Updated: | 11/11/20 06:00 AM |
Created: | 06/27/14 12:58 PM |
Monthly downloads: | 44,409 |
Total downloads: | 1,312,019 |
Favorites: | 1,012 |
MD5: |
## DependsOn: LibGPS>=30
local gps = LibGPS3
local x, y = gps:LocalToGlobal(GetMapPlayerPosition("player"))
local x, y = gps:GlobalToLocal(x, y)
lib:IsReady()
lib:IsMeasuring()
lib:ClearMapMeasurements()
lib:ClearCurrentMapMeasurement()
Measurement measurement = lib:GetCurrentMapMeasurement()
number mapIndex, number zoneIndex, number zoneId = lib:GetCurrentMapParentZoneIndices()
boolean isSuccess, SetMapResultCode result = lib:CalculateMapMeasurement()
number x, number y = lib:LocalToGlobal(number x, number y)
number x, number y = lib:GlobalToLocal(number x, number y)
lib:SetPlayerChoseCurrentMap()
SetMapResultCode result = lib:SetMapToRootMap(number globalX, number globalY)
SetMapResultCode result = lib:MapZoomInMax(number globalX, number globalY)
lib:PushCurrentMap()
SetMapResultCode result = lib:PopCurrentMap()
number scale = lib:GetCurrentWorldSize()
number distance = lib:GetLocalDistanceInMeters(number lx1, number ly1, number lx2, number ly2)
number distance = lib:GetGlobalDistanceInMeters(number gx1, number gy1, number gx2, number gy2)
number ratio = lib:GetWorldGlobalRatio()
number ratio = lib:GetGlobalWorldRatio()
CALLBACK_MANAGER:RegisterCallback(lib.LIB_EVENT_STATE_CHANGED, function(boolean isMeasuring) end)
local id = measurement:GetId()
local mapIndex = measurement:GetMapIndex()
local zoneId = measurement:GetZoneId()
local scaleX, scaleY = measurement:GetScale()
local offsetX, offsetY = measurement:GetOffset()
local valid = measurement:IsValid()
local gx, gy = measurement:ToGlobal(x, y)
local x, y = measurement:ToLocal(gx, gy)
local cx, cy = measurement:GetCenter()
local inside = measurement:Contains(gx, gy)
File Name |
Version |
Size |
Uploader |
Date |
3.0.2 |
18kB |
sirinsidiator |
11/09/20 11:50 AM |
|
3.0.1 |
18kB |
sirinsidiator |
04/25/20 11:44 AM |
|
3.0.0 |
18kB |
sirinsidiator |
04/24/20 03:36 AM |
|
2.0 r21 |
11kB |
sirinsidiator |
02/28/20 04:10 PM |
|
2.0 r20 |
11kB |
sirinsidiator |
02/27/20 01:51 PM |
|
2.0 r19 |
11kB |
sirinsidiator |
02/26/20 03:26 PM |
|
2.0_r18 |
11kB |
votan |
01/11/20 04:23 PM |
|
r17 |
20kB |
sirinsidiator |
05/15/19 01:15 PM |
|
r16 |
28kB |
sirinsidiator |
09/19/18 10:48 AM |
|
r15 |
19kB |
votan |
04/29/18 01:35 PM |
|
r14 |
19kB |
votan |
11/07/17 12:25 PM |
|
r13 |
19kB |
votan |
10/08/17 09:52 AM |
|
r12 |
19kB |
votan |
09/29/17 11:32 AM |
|
r11 |
19kB |
sirinsidiator |
02/13/17 12:57 PM |
|
r10 |
19kB |
sirinsidiator |
01/28/17 01:49 PM |
|
r9 |
18kB |
votan |
09/30/16 11:04 AM |
|
r8 |
19kB |
sirinsidiator |
07/14/16 02:47 PM |
|
r7.1 |
18kB |
sirinsidiator |
04/24/16 12:55 PM |
|
r7a |
18kB |
sirinsidiator |
03/19/16 09:00 AM |
|
r7 |
18kB |
sirinsidiator |
03/14/16 10:45 AM |
|
r6 |
18kB |
sirinsidiator |
02/20/16 11:43 AM |
|
2.0 r5.4 |
11kB |
votan |
12/06/15 02:53 PM |
|
2.0 r5.3 |
11kB |
votan |
11/25/15 03:10 PM |
|
2.0 r5.2 |
11kB |
votan |
11/08/15 09:24 AM |
|
2.0 r5.1 |
11kB |
votan |
10/01/15 10:56 AM |
|
2.0 r5 |
11kB |
votan |
09/19/15 07:39 AM |
|
2.0 r4.3 |
10kB |
votan |
09/06/15 01:39 AM |
|
2.0 r4.2 |
10kB |
votan |
08/30/15 12:13 PM |
|
2.0 r4.1 |
10kB |
votan |
08/21/15 11:03 AM |
|
2.0 r4 |
10kB |
votan |
08/13/15 01:05 PM |
|
2.0 r3 |
8kB |
votan |
04/23/15 12:33 PM |
|
2.0.1 |
7kB |
sirinsidiator |
08/06/14 09:14 AM |
|
2.0 |
7kB |
sirinsidiator |
07/30/14 01:58 PM |
|
1.0.1 |
3kB |
sirinsidiator |
06/28/14 06:44 AM |
|
1.0 |
3kB |
sirinsidiator |
06/27/14 12:58 PM |
![]() |
Comment Options |
![]() |
||
Hey. Looking at everything you posted so far, this error shouldn't be possible. If it happens again, could you please upload your LibDebugLogger.lua file from the Saved Variables folder to https://sir.insidi.at/or/logviewer/ and pm the link to votan or me?
You should also check if there are other copies of LibGPS bundled with some of your addons. Maybe one of them gets loaded over the latest version for some reason. You can see that in the log viewer for yourself too when you switch to the sessions tab.
__________________
https://www.imperialtradingcompany.eu/ - My Addons - The Vault (Early updates and experimental projects) - My patreon - My blog
|
||
![]() |
![]() |
sirinsidiator |
View Public Profile |
Send a private message to sirinsidiator |
Find More Posts by sirinsidiator |
Add sirinsidiator to Your Buddy List |
Armodeniz |
View Public Profile |
Send a private message to Armodeniz |
Find More Posts by Armodeniz |
Add Armodeniz to Your Buddy List |
Armodeniz |
View Public Profile |
Send a private message to Armodeniz |
Find More Posts by Armodeniz |
Add Armodeniz to Your Buddy List |
votan |
View Public Profile |
Send a private message to votan |
Find More Posts by votan |
Add votan to Your Buddy List |
![]() |
|
|
I install the newest dependencies, and get this error:
Code:
Checking type on argument stringToSplit failed in SplitString_lua stack traceback: [C]: in function 'SplitString' user:/AddOns/LibGPS/Measurement.lua:135: in function 'Measurement:Deserialize' |caaaaaa<Locals> self = [table:1]{offsetX = 0, zoneId = 0, mapIndex = 0, scaleX = 1, scaleY = 1, offsetY = 0, id = ""}, id = "Art/maps/vvardenfell/viviccity...", data = [table:2]{zoneIndex = 467, offsetX = 0.7591916056, scaleX = 0.0317431973, scaleY = 0.0317432018, offsetY = 0.3652052118, mapIndex = 30} </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:78: in function 'TamrielOMeter:GetMeasurement' |caaaaaa<Locals> self = [table:3]{unitZoneId = 0, measuring = F}, id = "Art/maps/vvardenfell/viviccity...", measurement = [table:1] </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:124: in function 'TamrielOMeter:GetCurrentMapMeasurement' |caaaaaa<Locals> self = [table:3], mapId = "Art/maps/vvardenfell/viviccity..." </Locals>|r (tail call): ? user:/AddOns/LibGPS/MapAdapter.lua:43: in function 'SetMapToPlayerLocation' |caaaaaa<Locals> result = 1 </Locals>|r user:/AddOns/LibGPS/StartUp.lua:95: in function '(anonymous)' |caaaaaa<Locals> event = 65536, name = "LibGPS" </Locals>|r |
![]() |
![]() |
Armodeniz |
View Public Profile |
Send a private message to Armodeniz |
Find More Posts by Armodeniz |
Add Armodeniz to Your Buddy List |
![]() |
||
Forum posts: 0
File comments: 3
Uploads: 0
|
|
|
![]() |
![]() |
ectoninja |
View Public Profile |
Send a private message to ectoninja |
Send email to ectoninja |
Find More Posts by ectoninja |
Add ectoninja to Your Buddy List |
![]() |
|||
__________________
https://www.imperialtradingcompany.eu/ - My Addons - The Vault (Early updates and experimental projects) - My patreon - My blog
|
|||
![]() |
![]() |
sirinsidiator |
View Public Profile |
Send a private message to sirinsidiator |
Send email to sirinsidiator |
Find More Posts by sirinsidiator |
Add sirinsidiator to Your Buddy List |
![]() |
|
Forum posts: 0
File comments: 3
Uploads: 0
|
I have the most recent version and am still getting errors. This was thrown on entering Deshaan:
user:/AddOns/LibGPS/MapStack.lua:29: function expected instead of nil stack traceback: user:/AddOns/LibGPS/MapStack.lua:29: in function 'MapStack:Push' |caaaaaa<Locals> self = [table:1]{}, adapter = [table:2]{}, mapId = 205, zoom = 0, offsetX = 0, offsetY = 0 </Locals>|r (tail call): ? user:/AddOns/LibGPS/api.lua:119: in function 'lib:PushCurrentMap' |caaaaaa<Locals> self = [table:3]{LIB_EVENT_STATE_CHANGED = "OnLibGPSMeasurementChanged"} </Locals>|r user:/AddOns/AwesomeGuildStore/guildstorelist/StoreLocationHelper.lua:474: in function 'StoreLocationHelper:UpdateKioskAndStore' |caaaaaa<Locals> self = [table:4]{}, kioskName = "Hayaia" </Locals>|r user:/AddOns/AwesomeGuildStore/guildstorelist/GuildStoreList.lua:527: in function 'RefreshKioskOwner' |caaaaaa<Locals> kioskName = "Hayaia", now = 540.0632595, hasKioskData = T, ownerName = "Ancient Traders", guildId = 375495 </Locals>|r EsoUI/Libraries/Utility/ZO_Hook.lua:18: in function 'SetText' EsoUI/Ingame/UnitFrames/UnitFrames.lua:1360: in function 'UnitFrame:UpdateName' |caaaaaa<Locals> self = [table:5]{hasTarget = T, hidden = F, lastPowerType = 0, neverHideStatusBar = T, unitTag = "reticleover", barTextMode = 0, animateShowHide = T, style = "ZO_TargetUnitFrame", templateName = "ZO_TargetUnitFrame"}, name = "Hayaia", tag = "reticleover" </Locals>|r EsoUI/Ingame/UnitFrames/UnitFrames.lua:1044: in function 'UnitFrame:RefreshControls' |caaaaaa<Locals> self = [table:5] </Locals>|r EsoUI/Ingame/UnitFrames/UnitFrames.lua:1002: in function 'UnitFrame:RefreshVisible' |caaaaaa<Locals> self = [table:5], instant = F, hidden = F </Locals>|r EsoUI/Ingame/UnitFrames/UnitFrames.lua:985: in function 'UnitFrame:SetHasTarget' |caaaaaa<Locals> self = [table:5], hasTarget = T, ANIMATED = F </Locals>|r EsoUI/Ingame/UnitFrames/UnitFrames.lua:1083: in function 'UnitFrame:RefreshUnit' |caaaaaa<Locals> self = [table:5], unitChanged = T, validTarget = T </Locals>|r EsoUI/Ingame/UnitFrames/UnitFrames.lua:1454: in function 'ZO_UnitFrames_UpdateWindow' |caaaaaa<Locals> unitTag = "reticleover", unitChanged = T, unitFrame = [table:5] </Locals>|r EsoUI/Ingame/UnitFrames/UnitFrames.lua:1876: in function 'OnReticleTargetChanged' |caaaaaa<Locals> _ = 131119 </Locals>|r I get this anytime I point my cursor at a guild trader, but also have errors randomly throughout the world. |
![]() |
![]() |
ectoninja |
View Public Profile |
Send a private message to ectoninja |
Send email to ectoninja |
Find More Posts by ectoninja |
Add ectoninja to Your Buddy List |
![]() |
|||
Re: I don't use EHT
@Duir Thanks for the additional information!
__________________
https://www.imperialtradingcompany.eu/ - My Addons - The Vault (Early updates and experimental projects) - My patreon - My blog
|
|||
![]() |
![]() |
sirinsidiator |
View Public Profile |
Send a private message to sirinsidiator |
Send email to sirinsidiator |
Find More Posts by sirinsidiator |
Add sirinsidiator to Your Buddy List |
![]() |
|
Forum posts: 0
File comments: 5
Uploads: 0
|
I don't use EHT
I had to google what EHT is. That said it's not installed. Up until the latest update of LibGPS I had never had it throw an error.
I've received errors like this on going into the final main story quest (both the fight with Molag Bal, and the afterward with Meridia). As well as when I zoned into BlackHeart Haven. Code:
user:/AddOns/LibGPS/TamrielOMeter.lua:274: attempt to index a nil value stack traceback: user:/AddOns/LibGPS/TamrielOMeter.lua:274: in function 'TamrielOMeter:CalculateMeasurementsInternal' |caaaaaa<Locals> self = [table:1]{unitZoneId = 38, measuring = T}, mapId = "Art/maps/coldharbor/coldharbou...", localX = 2.1823246479034, localY = -1.1926789283752, adapter = [table:2]{}, wpX = 2.1775629520416, wpY = -1.1879172325134, measurementPositions = [table:3]{}, x1 = 0.18332760035992, y1 = -0.05512959882617, x2 = 0.1825276017189, y2 = -0.054329600185156, mapIndex = 23, zoneId = 347, scaleX = 0.16800708491889, scaleY = 0.16800708491889, offsetX = -0.18331840208098, offsetY = 0.14524891117434, wZoneId = 38, pwx = 45191 </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:145: in function 'TamrielOMeter:TryCalculateRootMapMeasurement' |caaaaaa<Locals> self = [table:1], rootMapIndex = 23, rootMapId = "Art/maps/coldharbor/coldharbou..." </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:290: in function 'TamrielOMeter:FindRootMapMeasurementForCoordinates' |caaaaaa<Locals> self = [table:1], x = 0.18332760035992, y = -0.05512959882617, rootMapIndex = 23, measurement = F </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:273: in function 'TamrielOMeter:CalculateMeasurementsInternal' |caaaaaa<Locals> self = [table:1], mapId = "Art/maps/clockwork/clockwork_b...", localX = 0.12902592122555, localY = -5.0835747718811, adapter = [table:2], wpX = 0.13303132355213, wpY = -5.0795693397522, measurementPositions = [table:4]{}, x1 = 0.18332760035992, y1 = -0.05512959882617, x2 = 0.18412759900093, y2 = -0.054329600185156, mapIndex = 31, zoneId = 980, scaleX = 0.19972990870468, scaleY = 0.19972842261905, offsetX = 0.157557264893, offsetY = 0.96020477162763, wZoneId = 38, pwx = 45191 </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:145: in function 'TamrielOMeter:TryCalculateRootMapMeasurement' |caaaaaa<Locals> self = [table:1], rootMapIndex = 31, rootMapId = "Art/maps/clockwork/clockwork_b..." </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:290: in function 'TamrielOMeter:FindRootMapMeasurementForCoordinates' |caaaaaa<Locals> self = [table:1], x = 0.18332760035992, y = -0.05512959882617, rootMapIndex = 31, measurement = F </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:273: in function 'TamrielOMeter:CalculateMeasurementsInternal' |caaaaaa<Locals> self = [table:1], mapId = "Art/maps/summerset/artaeum_bas...", localX = -2.4745044708252, localY = 0.36032637953758, adapter = [table:2], wpX = -2.4708182811737, wpY = 0.36401268839836, measurementPositions = [table:5]{}, x1 = 0.18332760035992, y1 = -0.05512959882617, x2 = 0.18412759900093, y2 = -0.054329600185156, mapIndex = 33, zoneId = 1027, scaleX = 0.2170259038872, scaleY = 0.21701888561912, offsetX = 0.72035916981367, offsetY = -0.13332722817259, wZoneId = 38, pwx = 45191 </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:145: in function 'TamrielOMeter:TryCalculateRootMapMeasurement' |caaaaaa<Locals> self = [table:1], rootMapIndex = 33, rootMapId = "Art/maps/summerset/artaeum_bas..." </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:290: in function 'TamrielOMeter:FindRootMapMeasurementForCoordinates' |caaaaaa<Locals> self = [table:1], x = 0.18332760035992, y = -0.05512959882617, rootMapIndex = 33, measurement = F </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:273: in function 'TamrielOMeter:CalculateMeasurementsInternal' |caaaaaa<Locals> self = [table:1], mapId = "Art/maps/skyrim/blackreachworl...", localX = -2.5138790607452, localY = -9.7478399276733, adapter = [table:2], wpX = -2.5087792873383, wpY = -9.7427406311035, measurementPositions = [table:6]{}, x1 = 0.18332760035992, y1 = -0.05512959882617, x2 = 0.18412759900093, y2 = -0.054329600185156, mapIndex = 24, zoneId = 0, scaleX = 1.7517293134952, scaleY = 1.7517864717591, offsetX = -0.38630604435607, offsetY = -0.38296685964839, wZoneId = 38, pwx = 45191 </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:145: in function 'TamrielOMeter:TryCalculateRootMapMeasurement' |caaaaaa<Locals> self = [table:1], rootMapIndex = 40, rootMapId = "Art/maps/skyrim/blackreachworl..." </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:290: in function 'TamrielOMeter:FindRootMapMeasurementForCoordinates' |caaaaaa<Locals> self = [table:1], x = 0.18332760035992, y = -0.05512959882617, rootMapIndex = 40, measurement = F </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:273: in function 'TamrielOMeter:CalculateMeasurementsInternal' |caaaaaa<Locals> self = [table:1], mapId = "Art/maps/bangkorai/blackhearth...", localX = 0.47879999876022, localY = 0.54799997806549, adapter = [table:2], wpX = 0.74546664953232, wpY = 0.2813333272934, measurementPositions = [table:7]{}, x1 = 0.18332760035992, y1 = -0.05512959882617, x2 = 0.18412759900093, y2 = -0.055929601192474, mapIndex = 6, zoneId = 92, scaleX = 0.12992164094224, scaleY = 0.12992539011074, offsetX = 0.23070307127472, offsetY = 0.26930528011672, wZoneId = 38, pwx = 45191 </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:191: in function 'TamrielOMeter:CalculateMapMeasurement' |caaaaaa<Locals> self = [table:1], returnToInitialMap = T, adapter = [table:2], mapId = "Art/maps/bangkorai/blackhearth...", localX = 0.47879999876022, localY = 0.54799997806549, waypointManager = [table:8]{playerY = 0, playerX = 0, x = 0, suppressCount = 5, y = 0}, hasWaypoint = F </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:128: in function 'TamrielOMeter:GetCurrentMapMeasurement' |caaaaaa<Locals> self = [table:1], mapId = "Art/maps/bangkorai/blackhearth..." </Locals>|r (tail call): ? user:/AddOns/LibGPS/MapAdapter.lua:43: in function 'SetMapToPlayerLocation' |caaaaaa<Locals> result = 2 </Locals>|r user:/AddOns/HarvestMap/Libs/Lib3D/Lib3D.lua:92: in function 'lib:RefreshZoneMeasurement' |caaaaaa<Locals> self = [table:9]{currentZoneId = 38, currentZoneIndex = 8, DEFAULT_GLOBAL_TO_WORLD_FACTOR = 25000}, zoneIndex = 8, zoneId = 38, originalMapTexture = "Art/maps/bangkorai/blackhearth...", hasMapPing = F, originalPinX = 0, originalPinY = 0, centerX = 45193, _ = 0, centerY = 121773, success = T </Locals>|r user:/AddOns/HarvestMap/Libs/Lib3D/Lib3D.lua:125: in function 'OnPlayerActivated' |caaaaaa<Locals> zoneIndex = 8, zoneId = 38, newWorld = T </Locals>|r
Last edited by Honestaly : 11/11/20 at 05:48 AM.
|
![]() |
![]() |
Honestaly |
View Public Profile |
Send a private message to Honestaly |
Send email to Honestaly |
Find More Posts by Honestaly |
Add Honestaly to Your Buddy List |
![]() |
|||
Forum posts: 0
File comments: 10
Uploads: 0
|
Re: Re: Error after updating
I logged out in that map after getting the error to try a clean install of LibGPS 3.0.2 and after logging in got an error immediately which I didn't grab but when I hit ESC to bring up the game menu my entire UI went away until I hit ESC again and none of my abilities worked. I had to ALT+F4 out of the game since the UI/Menu wouldn't show. I uninstalled LibGPS 3.0.2 again (deleting saved vars) and installed 3.0.1 and everything was fine again when I logged in and was able to play fine. File uploaded as requested.
Last edited by Duir : 11/11/20 at 01:55 AM.
|
||
![]() |
![]() |
Duir |
View Public Profile |
Send a private message to Duir |
Send email to Duir |
Find More Posts by Duir |
Add Duir to Your Buddy List |
![]() |
|
Forum posts: 1
File comments: 15
Uploads: 0
|
Re: Re: Error after updating
The error looks to be fixed on the EHT side. Make sure to get that updated.
Quoted from EHT Commets: "Update 15.8.6 should resolve the LibGPS compatibility error Please update to version 15.8.6 when possible as this should resolve the LibGPS compatibility error that appeared today. My apologies for this resolution taking the better part of the day - I just saw these comments as I was returning home from work. Please let us know if you have any questions or continue to experience any other issues." |
![]() |
![]() |
orcashow |
View Public Profile |
Send a private message to orcashow |
Send email to orcashow |
Find More Posts by orcashow |
Add orcashow to Your Buddy List |
![]() |
|||
Re: Error after updating
__________________
https://www.imperialtradingcompany.eu/ - My Addons - The Vault (Early updates and experimental projects) - My patreon - My blog
|
|||
![]() |
![]() |
sirinsidiator |
View Public Profile |
Send a private message to sirinsidiator |
Send email to sirinsidiator |
Find More Posts by sirinsidiator |
Add sirinsidiator to Your Buddy List |
![]() |
|
Forum posts: 0
File comments: 10
Uploads: 0
|
Error after updating
So first off, I am not using EHT.
Logged in without issue but got this zoning into Coldharbour to do main quest on alt. Had no issues prior to updating to LibGPS v3.0.2 just before logging in today. Code:
user:/AddOns/LibGPS/TamrielOMeter.lua:274: attempt to index a nil value stack traceback: user:/AddOns/LibGPS/TamrielOMeter.lua:274: in function 'TamrielOMeter:CalculateMeasurementsInternal' |caaaaaa<Locals> self = [table:1]{measuring = T, unitZoneId = 381}, mapId = "Art/maps/coldharbor/coldharbou...", localX = -1.5095400810242, localY = -0.1621470451355, adapter = [table:2]{}, wpX = -1.4619232416153, wpY = -0.11453025788069, measurementPositions = [table:3]{}, x1 = -0.43693518638611, y1 = 0.11800800263882, x2 = -0.42893519997597, y2 = 0.12600800395012, mapIndex = 23, zoneId = 347, scaleX = 0.1680075055265, scaleY = 0.16800800248223, offsetX = -0.18332112288097, offsetY = 0.14525000380043, wZoneId = 809, pwx = 2662 </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:145: in function 'TamrielOMeter:TryCalculateRootMapMeasurement' |caaaaaa<Locals> self = [table:1], rootMapIndex = 23, rootMapId = "Art/maps/coldharbor/coldharbou..." </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:290: in function 'TamrielOMeter:FindRootMapMeasurementForCoordinates' |caaaaaa<Locals> self = [table:1], x = -0.43693518638611, y = 0.11800800263882, rootMapIndex = 23, measurement = F </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:273: in function 'TamrielOMeter:CalculateMeasurementsInternal' |caaaaaa<Locals> self = [table:1], mapId = "Art/maps/clockwork/clockwork_b...", localX = -2.9764742851257, localY = -4.2167181968689, adapter = [table:2], wpX = -2.9364202022552, wpY = -4.176664352417, measurementPositions = [table:4]{}, x1 = -0.43693518638611, y1 = 0.11800800263882, x2 = -0.42893519997597, y2 = 0.12600800395012, mapIndex = 31, zoneId = 980, scaleX = 0.19972961148578, scaleY = 0.19973117239491, offsetX = 0.15755486617948, offsetY = 0.96021807175839, wZoneId = 809, pwx = 2662 </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:145: in function 'TamrielOMeter:TryCalculateRootMapMeasurement' |caaaaaa<Locals> self = [table:1], rootMapIndex = 31, rootMapId = "Art/maps/clockwork/clockwork_b..." </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:290: in function 'TamrielOMeter:FindRootMapMeasurementForCoordinates' |caaaaaa<Locals> self = [table:1], x = -0.43693518638611, y = 0.11800800263882, rootMapIndex = 31, measurement = F </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:273: in function 'TamrielOMeter:CalculateMeasurementsInternal' |caaaaaa<Locals> self = [table:1], mapId = "Art/maps/summerset/artaeum_bas...", localX = -5.3326106071472, localY = 1.1581263542175, adapter = [table:2], wpX = -5.295747756958, wpY = 1.1212632656097, measurementPositions = [table:5]{}, x1 = -0.43693518638611, y1 = 0.11800800263882, x2 = -0.42893519997597, y2 = 0.11000800132751, mapIndex = 33, zoneId = 1027, scaleX = 0.21702028923642, scaleY = 0.21701928984898, offsetX = 0.72034950996219, offsetY = -0.13332775630886, wZoneId = 809, pwx = 2662 </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:145: in function 'TamrielOMeter:TryCalculateRootMapMeasurement' |caaaaaa<Locals> self = [table:1], rootMapIndex = 33, rootMapId = "Art/maps/summerset/artaeum_bas..." </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:290: in function 'TamrielOMeter:FindRootMapMeasurementForCoordinates' |caaaaaa<Locals> self = [table:1], x = -0.43693518638611, y = 0.11800800263882, rootMapIndex = 33, measurement = F </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:273: in function 'TamrielOMeter:CalculateMeasurementsInternal' |caaaaaa<Locals> self = [table:1], mapId = "Art/maps/skyrim/blackreachworl...", localX = -6.4679017066956, localY = -8.6441307067871, adapter = [table:2], wpX = -6.4169039726257, wpY = -8.5931329727173, measurementPositions = [table:6]{}, x1 = -0.43693518638611, y1 = 0.11800800263882, x2 = -0.42893519997597, y2 = 0.12600800395012, mapIndex = 24, zoneId = 0, scaleX = 1.7517943313121, scaleY = 1.7517897347212, offsetX = -0.38632805929938, offsetY = -0.38296676541723, wZoneId = 809, pwx = 2662 </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:145: in function 'TamrielOMeter:TryCalculateRootMapMeasurement' |caaaaaa<Locals> self = [table:1], rootMapIndex = 40, rootMapId = "Art/maps/skyrim/blackreachworl..." </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:290: in function 'TamrielOMeter:FindRootMapMeasurementForCoordinates' |caaaaaa<Locals> self = [table:1], x = -0.43693518638611, y = 0.11800800263882, rootMapIndex = 40, measurement = F </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:273: in function 'TamrielOMeter:CalculateMeasurementsInternal' |caaaaaa<Locals> self = [table:1], mapId = "Art/maps/coldharbor/wailingpri...", localX = 0.10189189016819, localY = 0.34324324131012, adapter = [table:2], wpX = 1.0027928352356, wpY = 1.2441442012787, measurementPositions = [table:7]{}, x1 = -0.43693518638611, y1 = 0.11800800263882, x2 = -0.42893519997597, y2 = 0.12600800395012, mapIndex = 1, zoneId = 809, scaleX = 0.0088799844799169, scaleY = 0.0088800008733272, offsetX = -0.43783998478943, offsetY = 0.11496000235622, wZoneId = 809, pwx = 2662 </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:191: in function 'TamrielOMeter:CalculateMapMeasurement' |caaaaaa<Locals> self = [table:1], returnToInitialMap = T, adapter = [table:2], mapId = "Art/maps/coldharbor/wailingpri...", localX = 0.10189189016819, localY = 0.34324324131012, waypointManager = [table:8]{x = 0, playerX = 0, suppressCount = 5, y = 0, playerY = 0}, hasWaypoint = F </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:128: in function 'TamrielOMeter:GetCurrentMapMeasurement' |caaaaaa<Locals> self = [table:1], mapId = "Art/maps/coldharbor/wailingpri..." </Locals>|r user:/AddOns/LibGPS/compatibility.lua:81: in function 'lib:LocalToGlobal' |caaaaaa<Locals> self = [table:9]{LIB_EVENT_STATE_CHANGED = "OnLibGPSMeasurementChanged"}, x = 0.10189189016819, y = 0.34324324131012 </Locals>|r user:/AddOns/HarvestMap/Modules/HarvestMap/Main/MapTools.lua:110: in function 'MapTools:GetViewedMapMetaDataAndPlayerGlobalPosition' |caaaaaa<Locals> self = [table:10]{lastMapTexture = "Art/maps/coldharbor/wailingpri...", lastMap = "coldharbor/wailingprison1_base..."}, localX = 0.10189189016819, localY = 0.34324324131012, heading = 4.7819933891296 </Locals>|r user:/AddOns/HarvestMap/Modules/HarvestMap/Pins/MapPins.lua:390: in function 'MapPins:PinTypeRefreshCallback' |caaaaaa<Locals> self = [table:11]{lastViewedY = 4162.43, currentMap = "auridon/vulkhelguard_base", visibleDistance = 300, lastViewedX = 2497.52}, validMapMode = F, validMinimapMode = [table:12]{zoomMode = "subZoneZoom", scale = 0.75, cameraAngleRad = 0, limitedScale = 0.8, cameraAngle = 0, name = "VotansMiniMap", lastTitleFont = "BOLD_FONT", isSpecialZoom = F} </Locals>|r user:/AddOns/HarvestMap/Modules/HarvestMap/Pins/MapPins.lua:228: in function 'PIN_CALLBACKS' user:/AddOns/HarvestMap/Modules/HarvestMap/Pins/QuickPins.lua:401: in function 'lib:RedrawPinsOfPinType' |caaaaaa<Locals> self = [table:13]{numRequestedPins = 0, maxZoom = 4.428, initialized = T, minZoom = 1, numCreatedPins = 22, MAP_WIDTH = 1280, MAP_HEIGHT = 1280}, pinType = 0 </Locals>|r user:/AddOns/HarvestMap/Modules/HarvestMap/Pins/QuickPins.lua:377: in function 'lib.RedrawPins' |caaaaaa<Locals> pinType = 0, callback = user:/AddOns/HarvestMap/Modules/HarvestMap/Pins/MapPins.lua:228 </Locals>|r EsoUI/Libraries/Utility/ZO_Hook.lua:18: in function 'ZO_WorldMap_UpdateMap' EsoUI/Ingame/Map/WorldMap.lua:5034: in function 'callback' EsoUI/Libraries/Utility/ZO_CallbackObject.lua:116: in function 'ZO_CallbackObject:FireCallbacks' |caaaaaa<Locals> self = [table:14]{fireCallbackDepth = 1}, eventName = "OnWorldMapChanged", registry = [table:15]{}, callbackInfoIndex = 22, callbackInfo = [table:16]{3 = F}, callback = EsoUI/Ingame/Map/WorldMap.lua:5028, deleted = F </Locals>|r EsoUI/Ingame/Map/WorldMap.lua:4640: in function '(anonymous)' |
![]() |
![]() |
Duir |
View Public Profile |
Send a private message to Duir |
Send email to Duir |
Find More Posts by Duir |
Add Duir to Your Buddy List |
![]() |
|
Forum posts: 3
File comments: 30
Uploads: 0
|
having a similar error after updating libGPS. reinstalled eht both through minion once and manually once, error still happens. it only started after updating libGPS
this happens when i jump into any zone: bad argument #1 to 'pairs' (table/struct expected, got nil) stack traceback: [C]: in function 'pairs' user:/AddOns/EssentialHousingTools/EssentialHousingToolsSaver/EssentialHousingToolsSaver.lua:231: in function 'S.Archive.CreateArchive' |caaaaaa<Locals> es = [table:1]{}, esData = [table:2]{} </Locals>|r user:/AddOns/EssentialHousingTools/EssentialHousingToolsSaver/EssentialHousingToolsSaver.lua:388: in function 'S.Archive.AutoCreateArchive' |caaaaaa<Locals> loggingOut = F, hasReset = F </Locals>|r EsoUI/Libraries/Globals/globalapi.lua:216: in function '(anonymous)' this happens when i first load into the game: EsoUI/Ingame/Map/WorldMap.lua:2232: attempt to index a nil value stack traceback: EsoUI/Ingame/Map/WorldMap.lua:2232: in function 'SetMapWindowSize' |caaaaaa<Locals> newWidth = 690, newHeight = 708 </Locals>|r EsoUI/Ingame/Map/WorldMap.lua:2661: in function 'ZO_MapPanAndZoom:SetCurrentNormalizedZoomInternal' |caaaaaa<Locals> self = [table:1]{canZoomOutFurther = F, reachedTargetOffset = T, minZoom = 1, currentNormalizedZoom = 0, allowPanPastMapEdge = F, canZoomInFurther = T, mapMax = 5, maxZoom = 5, mapMin = 1}, normalizedZoom = 0 </Locals>|r EsoUI/Ingame/Map/WorldMap.lua:2648: 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 = 1}, adapter = [table:5]{}, meter = [table:6]{unitZoneId = 0, measuring = T}, mapId = 1, 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/Glenumbra/glenumbra_b...", localX = 1.4733247756958, localY = 1.7058130502701, waypointManager = [table:7]{x = 0, playerX = 0, suppressCount = 1, y = 0, playerY = 0}, hasWaypoint = F, mapIndex = 2 </Locals>|r user:/AddOns/LibGPS/TamrielOMeter.lua:128: in function 'TamrielOMeter:GetCurrentMapMeasurement' |caaaaaa<Locals> self = [table:6], mapId = "Art/maps/Glenumbra/glenumbra_b..." </Locals>|r (tail call): ? user:/AddOns/LibGPS/MapAdapter.lua:43: in function 'SetMapToMapListIndex' |caaaaaa<Locals> result = 2 </Locals>|r user:/AddOns/EssentialHousingTools/effects.lua:29505: in function '(main chunk)' |caaaaaa<Locals> round = user:/AddOns/EssentialHousingTools/effects.lua:3, RAD5 = 0.087266462599716, RAD15 = 0.26179938779915, RAD30 = 0.5235987755983, RAD45 = 0.78539816339745, RAD90 = 1.5707963267949, RAD180 = 3.1415926535898, RAD270 = 4.7123889803847, RAD360 = 6.2831853071796, RADGL_LOW = 1.5673056682909, RADGL_HIGH = 1.5742869852989, GOLDEN = 1.6180339887499, bit = user:/AddOns/EssentialHousingTools/utilities.lua:24, hasbit = user:/AddOns/EssentialHousingTools/utilities.lua:28, setbit = user:/AddOns/EssentialHousingTools/utilities.lua:32, clearbit = user:/AddOns/EssentialHousingTools/utilities.lua:36, BIT1 = 1, BIT2 = 2, BIT4 = 4, BIT8 = 8 </Locals>|r
Last edited by Frompa : 11/09/20 at 06:50 PM.
|
![]() |
![]() |
Frompa |
View Public Profile |
Send a private message to Frompa |
Send email to Frompa |
Find More Posts by Frompa |
Add Frompa to Your Buddy List |
![]() |
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.