nyyr / ArcHUD3

WoW Addon: Smooth combat HUD based on ArcHUD2
GNU General Public License v2.0
5 stars 10 forks source link

Attempt to register unknown event "PLAYER_FOCUS_CHANGED" #47

Closed hovissimo closed 5 years ago

hovissimo commented 5 years ago

I get this stack trace when I first log in. I suspect this isn't directly AH's fault, but I'm not sure how to interpret the trace.

Side note from the bug report, maybe someone can suggest a "getting started" for debugging addon interactions? I've dabbled in Lua before, but WoW addons sure seem like the deep end of the pool. Just finding some real API docs seems like a Hard Thing.

Date: 2019-09-23 08:44:47
ID: 1
Error occured in: Global
Count: 1
Message: ...ce\AddOns\ArcHUD3\Libs\AceEvent-3.0\AceEvent-3.0.lua line 33:
   Attempt to register unknown event "PLAYER_FOCUS_CHANGED"
Debug:
   [C]: RegisterEvent()
   ...ce\AddOns\ArcHUD3\Libs\AceEvent-3.0\AceEvent-3.0.lua:33: OnUsed()
   ...ags\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:142: RegisterEvent()
   ArcHUD3\Core.lua:345: OnProfileChanged()
   ArcHUD3\Core.lua:228:
      ArcHUD3\Core.lua:195
   [C]: ?
   ...ce\AddOns\AdiBags\libs\AceAddon-3.0\AceAddon-3.0.lua:70:
      ...ce\AddOns\AdiBags\libs\AceAddon-3.0\AceAddon-3.0.lua:65
   ...ce\AddOns\AdiBags\libs\AceAddon-3.0\AceAddon-3.0.lua:527: EnableAddon()
   ...ce\AddOns\AdiBags\libs\AceAddon-3.0\AceAddon-3.0.lua:620:
      ...ce\AddOns\AdiBags\libs\AceAddon-3.0\AceAddon-3.0.lua:605
   [C]: LoadAddOn()
   ..\FrameXML\UIParent.lua:353: UIParentLoadAddOn()
   ..\FrameXML\UIParent.lua:424: TimeManager_LoadUI()
   ..\FrameXML\UIParent.lua:693:
      ..\FrameXML\UIParent.lua:658
Locals:
None
AddOns:
  Swatter, v8.2.6377 (SwimmingSeadragon)
  AdiBags, vDEV
  AdvancedInterfaceOptions, v1.3.1
  ArcHUD3, vv5.0.12
  AtlasLootClassic, vv1.1.6-beta
  AucAdvanced, v8.2.6420 (SwimmingSeadragon)
  AucFilterBasic, v8.2.6364 (SwimmingSeadragon)
  AucStatHistogram, v8.2.6366 (SwimmingSeadragon)
  AucStatiLevel, v8.2.6370 (SwimmingSeadragon)
  AucStatPurchased, v8.2.6367 (SwimmingSeadragon)
  AucStatSimple, v8.2.6399 (SwimmingSeadragon)
  AucStatStdDev, v8.2.6369 (SwimmingSeadragon)
  AucUtilFixAH, v8.2.6371 (SwimmingSeadragon)
  BeanCounter, v8.2.6422 (SwimmingSeadragon)
  ClassicThreatMeter, v1.06
  Details, v
  Dominos, v8.2.13
  DominosCast, v
  DominosProgress, v
  DominosRoll, v
  ElkBuffBars, v2.6.0-194
  LeatrixPlus, v1.13.25
  LunaUnitFrames, v1.0
  MapCoords, v1.4
  Questie, v4.0.10 BETA
  SlideBar, v8.2.6375 (SwimmingSeadragon)
  Stubby, v8.2.6376 (SwimmingSeadragon)
  WeakAuras, v2.14.4
  BlizRuntimeLib_enUS v1.13.2.11302 <none>
  (ck=3b2)
nyyr commented 5 years ago

It seems you are playing WoW Classic with the retail version of ArcHUD. Remove ArcHUD and add ArcHUD Classic instead (currently, it is a different project on CurseForge/WowAce and WoWInterface).

Does this fix you issue?

hovissimo commented 5 years ago

Derp!

hovissimo commented 5 years ago

I'm getting another error with the classic version ('attempt to call global 'GetSpecialization' (a nil value)'). Should I have wiped my AH3 settings in SavedVariables?

nyyr commented 5 years ago

Yeah, you should wipe them (although for other reasons).

Do you have a stack trace?

nyyr commented 5 years ago

Closing again due to inactivity