BigWigsMods / Transcriptor

Logging utility for boss encounters.
9 stars 10 forks source link

Spams lua errors on wrath classic #34

Closed MysticalOS closed 1 year ago

MysticalOS commented 1 year ago
67x Transcriptor\Transcriptor_TBC.lua:1056: attempt to index field 'UNIT_SPELLCAST_SUCCEEDED' (a nil value)
[string "@Transcriptor\Transcriptor_TBC.lua"]:1056: in function `?'
[string "@Transcriptor\Transcriptor_TBC.lua"]:1413: in function <Transcriptor\Transcriptor_TBC.lua:1409>
11x Transcriptor\Transcriptor_TBC.lua:1024: attempt to index field 'UNIT_SPELLCAST_INTERRUPTED' (a nil value)
[string "@Transcriptor\Transcriptor_TBC.lua"]:1024: in function `?'
[string "@Transcriptor\Transcriptor_TBC.lua"]:1413: in function <Transcriptor\Transcriptor_TBC.lua:1409>
64x Transcriptor\Transcriptor_TBC.lua:830: attempt to index field 'UNIT_DIED' (a nil value)
[string "@Transcriptor\Transcriptor_TBC.lua"]:830: in function `?'
[string "@Transcriptor\Transcriptor_TBC.lua"]:1413: in function <Transcriptor\Transcriptor_TBC.lua:1409>

Might be others but these are ones I got logging violet hold

MysticalOS commented 1 year ago

This looks related to the recent refactoring, it's trying to reference special events filter table, but non exists