Ludovicus-Maior / WoW-Pro-Guides

A World of Warcraft addon bringing guides into the game.
Other
143 stars 89 forks source link

TomTom integration causing LUA errors in The War Within. #2781

Closed Furydins closed 2 months ago

Furydins commented 4 months ago

Since the latest Alpha build TomTom is generating the following LUA Error whenever a guide step updates.

62x ...aceBlizzard_MapCanvas/Blizzard_MapCanvas.lua:189: attempt to call method 'CheckMouseButtonPassthrough' (a nil value)
[string "@Blizzard_MapCanvas/Blizzard_MapCanvas.lua"]:189: in function `AcquirePin'
[string "@TomTom/libs/HereBeDragons/HereBeDragons-Pins-2.0.lua"]:437: in function `HandlePin'
[string "@TomTom/libs/HereBeDragons/HereBeDragons-Pins-2.0.lua"]:733: in function `AddWorldMapIconMap'
[string "@TomTom/TomTom_Waypoints.lua"]:196: in function `SetWaypoint'
[string "@TomTom/TomTom.lua"]:1003: in function `AddWaypoint'
[string "@TomTom/TomTom_POIIntegration.lua"]:129: in function <TomTom/TomTom_POIIntegration.lua:32>
[string "@TomTom/TomTom_POIIntegration.lua"]:161: in function <TomTom/TomTom_POIIntegration.lua:157>

This error is preventing the TomTom arrow from being displayed.

Furydins commented 4 months ago

Disabling world map waypoints in the TomTom options stops the error and restores the TomTom Arrow

Furydins commented 2 months ago

New update from TomTom has resolved this