View Single Post
05-25-14, 06:27 PM   #8
Ash93
A Deviate Faerie Dragon
Join Date: May 2014
Posts: 12
Originally Posted by Phanx View Post
First rule of bug reporting -- just saying "it doesn't work" is worse than useless. Describe the actual problem, with specific details, and the exact text of the error message (if any) from BugSack.
Code:
Message: Interface\FrameXML\CombatFeedback.lua:33: attempt to index local 'self' (a nil value)
Time: 05/25/14 20:22:00
Count: 1
Stack: Interface\FrameXML\CombatFeedback.lua:33: in function `CombatFeedback_Initialize'
Interface\AddOns\YourAddon\YourAddon.lua:32: in main chunk

Locals: self = nil
feedbackText = <unnamed> {
 0 = <userdata>
}
fontHeight = 30
(*temporary) = "attempt to index local 'self' (a nil value)"


It gave me this.
  Reply With Quote