Thread Tools Display Modes
05/14/14, 10:02 AM   #1
Wobin
 
Wobin's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 78
Very odd, there's nothing inherently wrong with the info there, yet it only doesn't work for a single character.

Could you try just running one of the faulty addons, stand alone, with no other addons active?
  Reply With Quote
05/14/14, 10:30 AM   #2
Thriller
Join Date: May 2014
Posts: 9
Originally Posted by Wobin View Post
Very odd, there's nothing inherently wrong with the info there, yet it only doesn't work for a single character.

Could you try just running one of the faulty addons, stand alone, with no other addons active?
No, it doesn't work
  Reply With Quote
05/19/14, 02:15 AM   #3
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
If you try to delete settings files or addons, log out first. And wait a few seconds.
You cannot (really) delete Saved Variables while the addon is running (as the game uses a memory copy of the values from the disk).

What you describe sounds like it could be caused by a parsing error in the .lua files. Wich results in the nessesary events never being registered (for all purposes the .lua files themself are just function calls similar to a constructor).
There is a know bug that LibDebug might surpress/swallow those kind of errors. Make sure you have any Standalone Copies and every addon with locl copy of LibDebug disabeled (just turning functions off is not enough!)

The only way to be certain it is thsi addon is to turn every other addons off (especially those that could not possibly cause such a problem).
  Reply With Quote
05/19/14, 04:32 AM   #4
Thriller
Join Date: May 2014
Posts: 9
Originally Posted by zgrssd View Post
If you try to delete settings files or addons, log out first. And wait a few seconds.
You cannot (really) delete Saved Variables while the addon is running (as the game uses a memory copy of the values from the disk).

What you describe sounds like it could be caused by a parsing error in the .lua files. Wich results in the nessesary events never being registered (for all purposes the .lua files themself are just function calls similar to a constructor).
There is a know bug that LibDebug might surpress/swallow those kind of errors. Make sure you have any Standalone Copies and every addon with locl copy of LibDebug disabeled (just turning functions off is not enough!)

The only way to be certain it is thsi addon is to turn every other addons off (especially those that could not possibly cause such a problem).
Okay, I turned off all my addons, I logged out and I deleted all the saved variables and all the addons. Now I downloaded them one for one and installed them. And it worked! Thanks all for the helps, I still dunno why it didn't work

Last edited by Thriller : 05/19/14 at 07:05 AM.
  Reply With Quote
05/24/14, 01:17 PM   #5
thelegendaryof
 
thelegendaryof's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 161
Just in case anyone comes to that thread - BugEater (formerly LibDebug) is
1) now a standalone so no multiple copies anymore and
2) Parsing Errors (mentioned by zgrssd) are now catched properly!
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Problems with addons


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