LittleWigs

LittleWigs

90M Downloads

Module "Court of Stars Trash" tried to register event "UPDATE_MOUSEOVER_UNIT"

Closed this issue ยท 2 comments

commented

Describe the problem

During Legion TW hovering over the lantern at the start of Court of Stars will yield this error.

Did this happen on PTR/Beta or the live version of WoW?

Live 11.1.7

What steps will reproduce the problem?

  • Enter Court of Stars (Timewalking?)
  • Hover over the lantern at the beginning

Attach a screenshot below to help describe your issue (Attach directly, do not link to other websites)

Image

What version of the addon are you using? (Stating 'latest' is not useful)

391 (1adddef)

Do you have an error log of what happened? (You can use the BugSack addon to see errors)

1x BigWigs: Module "Court of Stars Trash" tried to register event "UPDATE_MOUSEOVER_UNIT" to the function "UPDATE_MOUSEOVER_UNIT" but the event is in the middle of dispatching.
[BigWigs_Core/Core.lua]:52: in function <BigWigs_Core/Core.lua:48>

Locals:
_ = Frame {
}
event = "UPDATE_MOUSEOVER_UNIT"
(for state) = <table> {
}
(for control) = <table> {
}
k = <table> {
}
currentEvent = "UPDATE_MOUSEOVER_UNIT"
eventMap = <table> {
 NAME_PLATE_UNIT_REMOVED = <table> {
 }
 ADDON_LOADED = <table> {
 }
 PLAY_MOVIE = <table> {
 }
 DISPLAY_EVENT_TOASTS = <table> {
 }
 RAID_BOSS_WHISPER = <table> {
 }
 NAME_PLATE_UNIT_ADDED = <table> {
 }
 PLAYER_LEAVING_WORLD = <table> {
 }
 PLAYER_MAP_CHANGED = <table> {
 }
 UPDATE_MOUSEOVER_UNIT = <table> {
 }
 ENCOUNTER_START = <table> {
 }
 TALKINGHEAD_REQUESTED = <table> {
 }
 PLAYER_REGEN_ENABLED = <table> {
 }
 PLAYER_REGEN_DISABLED = <table> {
 }
 CINEMATIC_START = <table> {
 }
 PLAYER_TARGET_CHANGED = <table> {
 }
 CHAT_MSG_MONSTER_SAY = <table> {
 }
}

Any additional information? (example: WoW language if not English)

N/A

commented

Confirmed this happens in Timewalking.

commented

Fixed by 60491ea, thanks for reporting.