Thread Tools Display Modes
08/30/16, 11:35 PM   #1
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Please help to fix an error!

update
error popup with not only guild invite

but for example friend request+guild invite


guys, i posted this few times
but i guess author of "No. thank you" thinking this error is not important to fix

do you know how to fix?

on screenshot:

when you got more than one guild invite at the same time, error appear
no matter how many guilds you have
but in this particular case i have 4/5
and got 3 invites in few seconds
error appear immediatly after 2nd invite


Last edited by QuadroTony : 02/17/17 at 11:49 AM.
  Reply With Quote
09/02/16, 05:21 AM   #2
Solinur
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 78
If you uninstall the Addon the error should no longer appear.
  Reply With Quote
09/02/16, 06:16 AM   #3
Solinur
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 78
Now that was an unnecessary insult?

I gave a seriuos answer, and as far as I know the only option to get rid of this error for now.
It would be very rude to meddle in a well maintained addon of another fellow author. So if the addon author decides such a rare and unimportant bug does not warrant an immediate update, you simply have to wait. I'm pretty sure if you would voice your concerns in a more humble and constructive fashion, people might be more ready to help you.
  Reply With Quote
09/02/16, 10:21 AM   #4
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
stop flood pls

Originally Posted by decay2 View Post
It would be very rude to meddle in a well maintained addon of another fellow author. So if the addon author decides such a rare and unimportant bug does not warrant an immediate update, you simply have to wait.
1) its not the original author who mainaining the addon now, if it was original author he will fix it without any questions in a day
2) its not rude to ask about community fix, i dont know in what wrong world you living in

Last edited by QuadroTony : 09/02/16 at 11:59 AM.
  Reply With Quote
09/09/16, 10:22 PM   #5
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
waiting for solution
  Reply With Quote
09/22/16, 04:41 AM   #6
Sounomi
Join Date: Oct 2014
Posts: 40
I looked through the code and pin pointed the problem to likely being that the variable "INTERACT_TYPE_GUILD_INVITE" is locally defined in ZOS's code and so it needs to be redefined in the add-on's code.

From what I can gather, the game's code is merely putting all of the notifications into a list, ordered by the interaction type. Since that variable's not defined in the add-on, it gets set up as a type of "nil" and passes without issue until another one of its kind shows up and it tries to figure out where to insert it under the other wise safe assumption that type is a number and thus is breaks when more than one guild invite pops up.

I attached a copy of the code file with this fixed.
Attached Files
File Type: lua NoThankYou.lua (49.8 KB, 341 views)
  Reply With Quote
09/23/16, 11:16 AM   #7
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Originally Posted by Sounomi View Post
I looked through the code and pin pointed the problem to likely being that the variable "INTERACT_TYPE_GUILD_INVITE" is locally defined in ZOS's code and so it needs to be redefined in the add-on's code.

From what I can gather, the game's code is merely putting all of the notifications into a list, ordered by the interaction type. Since that variable's not defined in the add-on, it gets set up as a type of "nil" and passes without issue until another one of its kind shows up and it tries to figure out where to insert it under the other wise safe assumption that type is a number and thus is breaks when more than one guild invite pops up.

I attached a copy of the code file with this fixed.
found a bug
check your PM
  Reply With Quote
09/22/16, 06:39 AM   #8
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
thanks mate! i will test
tell me your @id and server i will donate you ingame goods
  Reply With Quote
02/17/17, 11:48 AM   #9
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
update
error popup with not only guild invite

but for example friend request+guild invite
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Please help to fix an error!

Thread Tools
Display Modes

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