View Single Post
12-04-15, 07:02 PM   #6
Furchee
A Murloc Raider
 
Furchee's Avatar
Join Date: Dec 2015
Posts: 5
Originally Posted by semlar View Post
Might have to replace "this:RegisterEvent" with "self:RegisterEvent".

If you look under "help" in the interface menu there's an option to display lua errors, they're probably turned off since this should definitely be throwing errors.
Oh I do in fact have them set on, it just never prompts me with a window. Is there a way to bring up the window without forcing an error ?
With that said, I just swapped out that piece of info and got this:
Code:
Message: Interface\AddOns\FastDisenchant\FastDisenchant.lua:120: attempt to index global 'self' (a nil value)
Time: 12/04/15 17:01:43
Count: 1
Stack: Interface\AddOns\FastDisenchant\FastDisenchant.lua:120: in function `FastDisenchant_OnLoad'
[string "*:OnLoad"]:1: in function <[string "*:OnLoad"]:1>

Locals: (*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'self' (a nil value)"
  Reply With Quote