Luna Unit Frames - Classic Fix

Luna Unit Frames - Classic Fix

26.7k Downloads

LunaUnitFrames isn't registed with AceConfigRegistry, unable to open config

Larzie opened this issue · 3 comments

commented

Any chance you know how to fix this error? Seems to be on my end only, disabled all addons except Luna and Swatter and removed saved variables but no luck so far.

Date: 2023-11-29 01:35:14

ID: 2

Error occured in: Global

Count: 1

Message: Interface/AddOns/LunaUnitFrames/modules/options.lua line 8933:

   LunaUnitFrames isn't registed with AceConfigRegistry, unable to open config

Debug:

   [string "=[C]"]: ?

   [string "@Interface/AddOns/LunaUnitFrames/libs/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua"]:1852: Open()

   [string "@Interface/AddOns/LunaUnitFrames/modules/options.lua"]:8933: ?()

   [string "@Interface/FrameXML/ChatFrame.lua"]:4975: ChatEdit_ParseText()

   [string "@Interface/FrameXML/ChatFrame.lua"]:4638: ChatEdit_SendText()

   [string "@Interface/FrameXML/ChatFrame.lua"]:4674: ChatEdit_OnEnterPressed()

   [string "*ChatFrame.xml:121_OnEnterPressed"]:1:

      [string "*ChatFrame.xml:121_OnEnterPressed"]:1

Locals:

(*temporary) = "LunaUnitFrames isn't registed with AceConfigRegistry, unable to open config"

 

AddOns:

  Swatter, v1.13.6652 (SwimmingSeadragon)

  LunaUnitFrames, v4360

  BlizRuntimeLib_enUS v1.15.0.11500 <none>

  (ck=6d)

Thanks so much for making this addon work again <3

commented

You have WOTLK data in your SavedVariable\LunaUnitFrames.lua file that breaks the code in classic. I am going to add a check for it and remove it so it doesn't error.

These are the offenders

"focus"
"focustarget"
"focustargettarget"
"arena"
"arenapet"
"arenatarget"
"boss"
commented

Doh! makes sense, thank you so much!

commented