View Single Post
04/03/14, 08:32 PM   #3
tiomun
 
tiomun's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 25
Originally Posted by Xrystal View Post
What is the stack traceback error you are getting ?

That may help highlight where things are going crazy on you.
From my point of view its fairly vague. Unless theirs a better way of loging errors besides what comes up in the UI?

Code:
Checking type on argument callback failed in ScriptEventManagerRegisterForEventLua
stack traceback:
	[C]: in function 'RegisterForEvent'
	user:/AddOns/mmoui/mmoui.lua:27: in function '(main chunk)'
Theirs about 10+ lines of commenting nonsense above what I posted in the actual file so error line 27 is line 15 in the sample code above

Last edited by tiomun : 04/03/14 at 08:35 PM. Reason: more info
  Reply With Quote