Thread Tools Display Modes
11/07/14, 10:43 AM   #1
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Bug Hunt

Edit: No longer valid
I never did find anything wrong, but I was informed by the users that one updated some other addons and one installed Garkins Update 5 Compatability Tool and that solved their problems. JunkIt does not use any of those functions in Garkins Compatability Tool, so I don't know why my addon was showing up with an error in the log, but I think the problem was being caused by some other addon.

Last edited by circonian : 11/07/14 at 09:58 PM.
  Reply With Quote
11/07/14, 10:55 AM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Maybe an infinite loop? I had game crashes when i was trying to debug some addons which redefine core functions
Think, you'll need to play a bit with thoses addons, reproducing bug is always a good start .
  Reply With Quote
11/07/14, 11:02 AM   #3
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Originally Posted by Ayantir View Post
Maybe an infinite loop? I had game crashes when i was trying to debug some addons which redefine core functions
Think, you'll need to play a bit with thoses addons, reproducing bug is always a good start .
Yeah, thank you for the advice. I tried for about 6 hours last night and no luck.
  Reply With Quote
11/07/14, 09:54 PM   #4
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
If the one user can reliably reproduce, have them throw some debug output before that one line.

It's from a non-existant value within one table (not sure which). You could set the metatables on everything within there to catch the NIL error, then return some safe default value and/or print debug info. Here's rough code of it (untested):

Warning: Spoiler
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » Bug Hunt


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off