Ludovicus-Maior/WoW-Pro-Guides

TomTom integration causing LUA errors in The War Within.

Closed this issue · 2 comments

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.

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

New update from TomTom has resolved this