View Single Post
11-23-22, 11:00 AM   #4
TightwadTheMage
A Deviate Faerie Dragon
Join Date: Jul 2018
Posts: 11
OMG thank you so much, that part of it is working again, but now whenever i am trying to use the addon "Farmer" and i turn on the farmer radar thing, the radar is locked onto the carbonite map, and i am getting the following:

770x Carbonite/NxUI.lua:560: attempt to compare nil with number
[string "@Carbonite/NxUI.lua"]:560: in function `Util_IsMouseOver'
[string "@Carbonite/NxMap.lua"]:3966: in function <Carbonite/NxMap.lua:3905>

Locals:
frm = Minimap {
0 = <userdata>
OnLeave = <function> defined @FrameXML/Minimap.lua:186
OnMouseWheel = <function> defined @FrameXML/Minimap.lua:73
OnLoad = <function> defined @FrameXML/Minimap.lua:52
ZoomOut = Button {
}
OnEvent = <function> defined @FrameXML/Minimap.lua:151
NxMap = <table> {
}
defaultFramePoints = <table> {
}
ZoomIn = Button {
}
timer = 0
ZoomHitArea = Frame {
}
OnClick = <function> defined @FrameXML/Minimap.lua:60
OnEnter = <function> defined @FrameXML/Minimap.lua:180
}
x = 1254.400146
y = 150.755539
left = nil
right = nil
(*temporary) = Minimap {
0 = <userdata>
OnLeave = <function> defined @FrameXML/Minimap.lua:186
OnMouseWheel = <function> defined @FrameXML/Minimap.lua:73
OnLoad = <function> defined @FrameXML/Minimap.lua:52
ZoomOut = Button {
}
OnEvent = <function> defined @FrameXML/Minimap.lua:151
NxMap = <table> {
}
defaultFramePoints = <table> {
}
ZoomIn = Button {
}
timer = 0
ZoomHitArea = Frame {
}
OnClick = <function> defined @FrameXML/Minimap.lua:60
OnEnter = <function> defined @FrameXML/Minimap.lua:180
}
(*temporary) = <userdata>
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to compare nil with number"




anyone have any idea what could be causing this? Farmer appears to be updated to 10.0.2, and the error is apparently coming from some issue between Carbonite and the new default minimap coding.
  Reply With Quote