Buggraber does not detect Bugsack and throws all possible error codes when it detects a Lua error from another addon but bugsack is working fine
milotic opened this issue · 0 comments
Describe the problem
A boss threw a LUA error, and from the middle down the error had all the possible buggraber error codes because it "didn't find" bugsack.
Did this happen on PTR/Beta or the live version of WoW?
remix
What steps will reproduce the problem?
- a lua error happen
Attach a screenshot below to help describe your issue (Attach directly, do not link to other websites)
What version of the addon are you using? (Stating 'latest' is not useful)
buggraber: 11.2.3
bugsack: 11.2.6
Do you have an error log of what happened?
1x [ADDON_ACTION_BLOCKED] El addon 'BigWigs_Core' ha intentado llamar a la función protegida 'UNKNOWN()'.
[!BugGrabber/BugGrabber.lua]:583: in function '?'
[!BugGrabber/BugGrabber.lua]:507: in function <!BugGrabber/BugGrabber.lua:507>
[C]: ?
[C]: ?
[BigWigs_Core/BossPrototype.lua]:3861: in function 'Say'
[BigWigs_Legion/BrokenIsles/Nazak.lua]:100: in function '?'
[BigWigs_Core/BossPrototype.lua]:990: in function <BigWigs_Core/BossPrototype.lua:985>
Locals:
self =
{
}
event = "ADDON_ACTION_BLOCKED"
addonName = "BigWigs_Core"
addonFunc = "UNKNOWN()"
name = "BigWigs_Core"
badAddons =
{
BigWigs_Core = true
}
L =
{
ADDON_CALL_PROTECTED_MATCH = "^%[(.)%] (El accesorio '.' ha intentado llamar a la función protegida '.*'.)$"
NO_DISPLAY_2 = "|cffffff00El addon estándar de visualización para !BugGrabber es |r|cff44ff44BugSack|r|cff4411. Puedes descargarlo desde el mismo lugar donde descargó BugSack.|r"
ERROR_DETECTED = "%s |cffffff00capturado. Haz clic en el vínculo para más información.|r"
USAGE = "|cffffff00Uso: /buggrabber <1-%d>|r"
BUGGRABBER_STOPPED = "|cffffff00¡Hay demasiados errores en la interfaz! Esto puede afectar negativamente el rendimiento del juego. Desactivar o actualizar los addons que están causando los errores si no deseas ver este mensaje nunca más.|r"
STOP_NAG = "|cffffff00!BugGrabber no te recordará sobre el desaparecido |r|cff44ff44BugSack|r|cffff4411 nunca más, hasta el próximo parche.|r"
ADDON_DISABLED = "|cffffff00!BugGrabber|r y |cffffff7f%s|r no pueden coexistir juntos. |cffffff7f%s|r ha sido desactivado por la fuerza. Si lo deseas, puedes salir del juego, desactivar |cffffff7fBugGrabber|r y reactivar |cffffff7f%s|r."
NO_DISPLAY_STOP = "|cffffff00Si no quieres ver este mensaje nunca más, ejecute el comando |r|cff44ff44/stopnag|r|cffff4411.|r"
NO_DISPLAY_1 = "|cffffff00Parece que estás usando !BugGrabber sin un addon de visualización para acompañarlo. Aunque !BugGrabber proporciona un comando para ver a los errores, un addon de visualización puede proporciona una interfaz más convenientemente.|r"
ERROR_UNABLE = "|cffffff00!BugGrabber no puede recibir errores de otro jugadores por sí mismo. Instalar BugSack o un addon similar que proporciona esta función.|r"
ADDON_CALL_PROTECTED = "[%s] El addon '%s' ha intentado llamar a la función protegida '%s'."
Any additional information? (example: WoW language if not English)
mx