can you do me a favor and delete your 'Compiled Assemblies' and 'Cache' folders where your Honorbuddy installation?
There is something corrupt with attaching LuaEvents. Usually it should show the name of the event but in your case it shows
Code:
[19:35:08.376 D] [Diagnostic] LuaEventHandler: Attaching to UI_ERROR_MESSAGE[19:35:08.409 D] [Diagnostic] LuaEventHandler: Attaching to BAG_UPDATE
[19:35:08.409 D] [Diagnostic] LuaEventHandler: Attaching to UNIT_SPELLCAST_SUCCEEDED
[19:35:08.441 D] [Diagnostic] LuaEventHandler: Attaching to ZONE_CHANGED
[19:35:08.475 D] [Diagnostic] LuaEventHandler: Attaching to ZONE_CHANGED_INDOORS
[19:35:08.507 D] [Diagnostic] LuaEventHandler: Attaching to ZONE_CHANGED_NEW_AREA
it should look like this though:
Code:
[Diagnostic] LuaEventHandler: Attaching OnUIErrorMessage to UI_ERROR_MESSAGE[Diagnostic] LuaEventHandler: Attaching OnBagUpdate to BAG_UPDATE
[Diagnostic] LuaEventHandler: Attaching OnUnitSpellCastSucceed to UNIT_SPELLCAST_SUCCEEDED
[Diagnostic] LuaEventHandler: Attaching OnZoneChanged to ZONE_CHANGED
[Diagnostic] LuaEventHandler: Attaching OnZoneChangedIndoors to ZONE_CHANGED_INDOORS
[Diagnostic] LuaEventHandler: Attaching OnZoneChangedNewArea to ZONE_CHANGED_NEW_AREA
[Diagnostic] EventsManager is initialized.