Thread Tools Display Modes
10-23-14, 06:21 PM   #1
Mirrikh
A Flamescale Wyrmkin
 
Mirrikh's Avatar
AddOn Compiler - Click to view compilations
Join Date: Sep 2011
Posts: 111
dRecMap error

So I'm getting this error, could someone help me fix this?
Code:
Message: Interface\AddOns\dRecMap\dRecMap.lua:280: attempt to index global 'WatchFrame' (a nil value)
Time: 10/23/14 19:07:06
Count: 1
Stack: Interface\AddOns\dRecMap\dRecMap.lua:280: in main chunk

Locals: useInfoPanel = true
showclock = false
AddonNumb = 30
mediaFolder = "Interface\AddOns\dMedia\"
texture = "Interface\Buttons\WHITE8x8"
backdrop = <table> {
 edgeSize = 1
 edgeFile = "Interface\Buttons\WHITE8x8"
}
mailicon = "Interface\AddOns\dMedia\mail"
font = "Interface\AddOns\dMedia\big_noodle_titling.ttf"
fontSize = 12
fontFlag = "THINOUTLINE"
backdropcolor = <table> {
 1 = 0.10196078431373
 2 = 0.098039215686275
 3 = 0.12156862745098
}
brdcolor = <table> {
 1 = 0
 2 = 0
 3 = 0
}
infocolor = <table> {
 1 = 0.11372549019608
 2 = 0.24705882352941
 3 = 0.28235294117647
}
IpanelBGalpha = 0.3
classColoredBorder = false
scale = 1
enableCombatFade = true
inCombatAlpha = 0.3
outCombatAlpha = 1
_ = "Death Knight"
class = "DEATHKNIGHT"
color = <table> {
 b = 0.23
 colorStr = "ffc41f3b"
 g = 0.12
 r = 0.77
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = TimeManagerClockButton {
 0 = <userdata>
 Show = <function> defined =[C]:-1
}
(*temporary) = <userdata>
(*temporary) = TimeManagerAlarmFiredTexture {
 0 = <userdata>
}
(*temporary) = "Blizzard_TimeManager"
(*temporary) = <function> defined =[C]:-1
(*temporary) = <function> defined @Interface\AddOns\Blizzard_TimeManager\Blizzard_TimeManager.lua:648
(*temporary) = nil
(*temporary) = nil
(*temporary) = "Blizzard_TimeManager"
(*temporary) = StopwatchFrame {
 0 = <userdata>
}
(*temporary) = "ADDON_LOADED"
(*temporary) = "Blizzard_TimeManager"
(*temporary) = <function> defined =[C]:-1
(*temporary) = "attempt to index global 'WatchFrame' (a nil value)"
  Reply With Quote
10-23-14, 07:08 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
It appears that addon is doing stuff with the objectives tracker frame. Since everything about that frame, from its name on down to its entire structure, changed in the patch, fixing addons that do stuff with it is not just a simple "change X to Y" copy-paste job. If you're not able to fix it yourself (asking for help with specific problems you get stuck on is fine) then I'd recommend you just find another addon to use.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
10-23-14, 07:35 PM   #3
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
This particular addon only moved the WatchFrame, according to its code. You should be able to replace WatchFrame with ObjectiveTrackerFrame and be okay.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
10-24-14, 04:54 AM   #4
Mirrikh
A Flamescale Wyrmkin
 
Mirrikh's Avatar
AddOn Compiler - Click to view compilations
Join Date: Sep 2011
Posts: 111
Thanks, that seemed to do it. I'll relay this to the addon comments in case anyone else needs it.

Last edited by Mirrikh : 10-24-14 at 04:58 AM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » dRecMap error

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off