LittleWigs

LittleWigs

90M Downloads

lua error on the boss gekkan

milotic opened this issue ยท 1 comments

commented

Describe the problem

1x BigWigs: Module "Gekkan" tried to register event "INSTANCE_ENCOUNTER_ENGAGE_UNIT" to the function "CheckBossStatus" but the event is in the middle of dispatching.
[BigWigs_Core/Core.lua]:57: in function <BigWigs_Core/Core.lua:51>

Locals:
_ = Frame {
}
event = "INSTANCE_ENCOUNTER_ENGAGE_UNIT"
(for state) =

{
}
(for control) =
{
colorOptions =
{
}
enableMobs =
{
}
enabled = true
journalId = 690
name = "BigWigs_Bosses_Gekkan"
localization =
{
}
instanceId = 994
sayCountdowns =
{
}
soundOptions =
{
}
db =
{
}
toggleOptions =
{
}
notes =
{
}
displayName = "Gekkan"
optionHeaders =
{
}
respawnTime = 30
moduleName = "Gekkan"
toggleDefaults =
{
}
}
k =
{
colorOptions =
{
}
enableMobs =
{
}
enabled = true
journalId = 690
name = "BigWigs_Bosses_Gekkan"
localization =
{
}
instanceId = 994
sayCountdowns =
{
}
soundOptions =
{
}
db =
{
}
toggleOptions =
{
}
notes =
{
}
displayName = "Gekkan"
optionHeaders =
{
}
respawnTime = 30
moduleName = "Gekkan"
toggleDefaults =
{
}
}
v = "CheckBossStatus"
currentEvent = "INSTANCE_ENCOUNTER_ENGAGE_UNIT"
eventMap =
{
NAME_PLATE_UNIT_REMOVED =
{
}
ADDON_LOADED =
{
}
ENCOUNTER_START =
{
}
TALKINGHEAD_REQUESTED =
{
}
PLAY_MOVIE =
{
}
INSTANCE_ENCOUNTER_ENGAGE_UNIT =
{
}
PLAYER_MAP_CHANGED =
{
}
UPDATE_MOUSEOVER_UNIT =
{
}
PLAYER_LEAVING_WORLD =
{
}
DISPLAY_EVENT_TOASTS =
{
}
CINEMATIC_START =
{
}
PLAYER_TARGET_CHANGED =
{
}
RAID_BOSS_WHISPER =
{
}
NAME_PLATE_UNIT_ADDED =
{
}
}

What steps will reproduce the problem?

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

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

11.1.58

Do you have an error log of what happened?

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

mx

commented

Should be fixed by 4d58fec, thanks for reporting.