Issue loading with 11.0
Spennig opened this issue ยท 7 comments
Just started this morning with the new update:
1x Peddler/Options.lua:170: attempt to call global 'InterfaceOptions_AddCategory' (a nil value)
[string "@Peddler/Options.lua"]:170: in main chunk
Locals:
_ = "Peddler"
Peddler =
ARMOUR = "Armor"
WEAPON = "Weapon"
WANTED_ITEMS =
}
}
frame = Frame {
name = "Peddler"
}
(*temporary) = nil
(*temporary) = Frame {
name = "Peddler"
}
(*temporary) = "attempt to call global 'InterfaceOptions_AddCategory' (a nil value)"
Hi old chap!
I managed to fix that issue, but unfortunately there are other changes to the WoW API which means that I can't seem to get the actual coins part to work...
Think I'm going to need a WoW programmer expert to help out before I can get Peddler working again. :(
Hi old chap!
I managed to fix that issue, but unfortunately there are other changes to the WoW API which means that I can't seem to get the actual coins part to work... Think I'm going to need a WoW programmer expert to help out before I can get Peddler working again. :(
Sounds like not so much fun. Thanks for letting me know!
I've actually got a slight workaround which should hopefully work for most bag addons, but the default Blizzard bags aren't gonna be working for some time. I'll upload a new version to Curse shortly and you can let me know if it works!
Crazy question - is there a way to see a list of all the things I've added to junk list? Or should I just clear them and start over?