Thread Tools Display Modes
Prev Previous Post   Next Post Next
05/26/14, 11:41 AM   #1
zamalek
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 9
The Cause of The ESC Bug

It looks like the interface runtime is expecting us to use table.insert and not "key in" array entries directly.

Here is the offending function in my code: https://github.com/Exterminatus/eso-...e516885616L212

Here is how we should be doing it: https://github.com/Exterminatus/eso-...72850fa7ff7R12

If you pass a "badly created" array to ESO it seems to cause this issue (in my case, I was sending it to the settings menu via LAM).

Just one to watch out for. There are other plugins besides mine causing this, but sadly my guildies haven't been bothered to nail down which of the plugins are causing their issues.
  Reply With Quote
 

ESOUI » Developer Discussions » Tutorials & Other Helpful Info » The Cause of The ESC Bug


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