ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   General Authoring Discussion (https://www.esoui.com/forums/forumdisplay.php?f=174)
-   -   Please help to fix an error! (https://www.esoui.com/forums/showthread.php?t=6492)

QuadroTony 08/30/16 11:35 PM

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


Solinur 09/02/16 05:21 AM

If you uninstall the Addon the error should no longer appear.

Solinur 09/02/16 06:16 AM

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.

QuadroTony 09/02/16 10:21 AM

stop flood pls

Quote:

Originally Posted by decay2 (Post 28245)
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

QuadroTony 09/09/16 10:22 PM

waiting for solution

Sounomi 09/22/16 04:41 AM

1 Attachment(s)
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.

QuadroTony 09/22/16 06:39 AM

thanks mate! i will test
tell me your @id and server i will donate you ingame goods:banana:

QuadroTony 09/23/16 11:16 AM

Quote:

Originally Posted by Sounomi (Post 28395)
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

QuadroTony 02/17/17 11:48 AM

update
error popup with not only guild invite

but for example friend request+guild invite


All times are GMT -6. The time now is 07:09 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI