AceEvent-3.0 error in AskMrRobot mod

Date: 2018-08-05 09:32:04
ID: 1
Error occured in: Global
Count: 1
Message: …AddOns\AskMrRobot\Libs\AceEvent-3.0\AceEvent-3.0.lua line 33:
Attempt to register unknown event “PET_BATTLE_TURN_STARTED”
Debug:
[C]: RegisterEvent()
…AddOns\AskMrRobot\Libs\AceEvent-3.0\AceEvent-3.0.lua:33: OnUsed()
…ker\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:102: Fire()
…AddOns\AskMrRobot\Libs\AceEvent-3.0\AceEvent-3.0.lua:120:
…AddOns\AskMrRobot\Libs\AceEvent-3.0\AceEvent-3.0.lua:119
Locals:
(*temporary) = AceEvent30Frame {
0 =
}
(*temporary) = “PET_BATTLE_TURN_STARTED”

AddOns:
KalielsTracker, v3.0.0
Swatter, v7.7.6000 (SwimmingSeadragon)
AchievementsReminder, v
AdvancedInterfaceOptions, v1.2.4
AllTheThings, v1.6.4a
AskMrRobot, v62
AucAdvanced, v7.7.6000 (SwimmingSeadragon)
AucFilterBasic, v7.7.6000 (SwimmingSeadragon)
AucStatHistogram, v7.7.6000 (SwimmingSeadragon)
AucStatiLevel, v7.7.6000 (SwimmingSeadragon)
AucStatPurchased, v7.7.6000 (SwimmingSeadragon)
AucStatSimple, v7.7.6000 (SwimmingSeadragon)
AucStatStdDev, v7.7.6000 (SwimmingSeadragon)
AucUtilFixAH, v7.7.6000 (SwimmingSeadragon)
BattlePetBreedID, vr170
BeanCounter, v7.7.6000 (SwimmingSeadragon)
BigWigs, vv100.1
BrokerAudioHardware, v1.04
BtWQuests, v1.3
BtWQuestsBattleForAzerothPrologue, v2
BtWQuestsLegion, v3
ClassHall, v0.1
CTBarMod, v8.0.1.0
CTBottomBar, v8.0.1.0
CTBuffMod, v8.0.1.0
CTCore, v8.0.1.0
CTExpenseHistory, v8.0.1.0
CTLibrary, v8.0.1.0
CTMailMod, v8.0.1.0
CTPartyBuffs, v8.0.1.0
CTTimer, v8.0.1.0
CTUnitFrames, v8.0.1.0
CTViewport, v8.0.1.0
CurrencySorter, v
DailyGlobalCheck, v
DailyGlobalCheckLegionRareMobs, v
DailyGlobalCheckLegionTreasureChests, v
DailyGlobalCheckLegionWorldQuests, v
DejaCharacterStats, v800r105
Details, v
DetailsDmgRank, v
DetailsDpsTuning, v
DetailsEncounterDetails, v
DetailsRaidCheck, v
DetailsRaidInfoEmeraldNightmare, v
DetailsRaidInfoNighthold, v
DetailsRaidInfoTombOfSargeras, v
DetailsRaidInfoTrialOfValor, v
DetailsStreamer, v
DetailsTimeAttack, v
DetailsTinyThreat, v
DetailsVanguard, v
GTFO, v4.46
HandyNotes, vv1.5.2
HandyNotesCamelFigurines, v1.3
HandyNotesDraenorTreasures, v1.21
HandyNotesLegionRaresTreasures, v1.1
Informant, v7.7.6000 (SwimmingSeadragon)
LFRAdvanced, v7.3.5.26822
LootHelper, v77
MapCoords, v0.27
MasterPlanA, vA
MoveAnything, v17.0.0
MuffinFactionizer, v8.0.0.01
NPCScan, v8.0.1.2
oRA3, vv8.0.0
Overachiever, v1.0.0
PersonalLootHelper, v2.04
PetBattleMaster, v7.0.4
PetBattleTeams, v3.3.9
PetJournalEnhanced, v2.9.30
PokemonTrainer, v7.3.0
Possessions, vr15
RaidAchieveFilter, v2.0.1
RaidAchievement, v
RaidAchievementOldModules, v
RepCalc, v3.7.6
Routes, vv1.6.0
SimpleObjectiveProgress, vr26
SPTimers, v3.12.1
Stubby, v7.7.6000 (SwimmingSeadragon)
SuramarPortals, v1.01
TabardAddict, v2.40
TidyPlatesThreatPlates, v9.0.2
ToyBoxEnhanced, v1.8
WorldQuestsList, v63
ZPerl, v5.5.6
ZPerlArcaneBar, v
ZPerlParty, v
ZPerlPartyPet, v
ZPerlPlayer, v
ZPerlPlayerBuffs, v
ZPerlPlayerPet, v
ZPerlRaidAdmin, v
ZPerlRaidFrames, v
ZPerlRaidHelper, v
ZPerlRaidMonitor, v
ZPerlRaidPets, v
ZPerlTarget, v
ZPerlTargetTarget, v
BlizRuntimeLib_enUS v8.0.1.80000
(ck=aa3)

This is not an error with our addon. It is an error with one of your other addons that is also using the AceEvent-3.0 library and trying to register the event PET_BATTLE_TURN_STARTED, which apparently doesn’t exist.

You should try disabling your addons and enabling them 1-by-1 to figure out which one needs to fix that.

Woot! That was it thank you! Wish blizz had better troubleshooting built into their mod system. I read there are a ton of new bugs in the addon code and mod authors are having to write work-arounds or disable features until blizz fixes their game code. :frowning: