ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Help/Support (https://www.esoui.com/forums/forumdisplay.php?f=164)
-   -   Awesome Guild Store untrapped exception after upgrade (https://www.esoui.com/forums/showthread.php?t=7425)

BoarGules 10/23/17 09:26 AM

Awesome Guild Store untrapped exception after upgrade
 
I updated AGS to 0.38.3 today after the maintenance when it was reported out-of-date. It is not reported as out-of-date anymore. But...

(1) selecting Buy item from the context menu gives this Lua traceback:

Code:

EsoUI/PublicAllIngames/Currency/Currency.lua:389: attempt to index a nil value
stack traceback:
        EsoUI/PublicAllIngames/Currency/Currency.lua:389: in function 'ZO_Currency_GetKeyboardFormattedCurrencyIcon'
        (tail call): ?
        EsoUI/PublicAllIngames/Currency/Currency.lua:473: in function 'ZO_Currency_Format'
        (tail call): ?
        EsoUI/Ingame/TradingHouse/Keyboard/TradingHouse_Keyboard.lua:1036: in function 'SetupTradingHouseItemDialog'
        EsoUI/Ingame/TradingHouse/Keyboard/TradingHouse_Keyboard.lua:1045: in function 'setup'
        EsoUI/Libraries/ZO_Dialog/ZO_Dialog.lua:553: in function 'ZO_Dialogs_ShowDialog'
        EsoUI/Ingame/TradingHouse/Keyboard/TradingHouse_Keyboard.lua:1080: in function 'ZO_TradingHouseManager:ConfirmPendingPurchase'
        user:/AddOns/AwesomeGuildStore/wrappers/SearchTabWrapper.lua:733: in function '(anonymous)'
        (tail call): ?
        EsoUI/Ingame/TradingHouse/TradingHouse_Shared.lua:306: in function 'OnConfirmPendingPurchase'
        EsoUI/Ingame/TradingHouse/TradingHouse_Shared.lua:258: in function '(anonymous)'

(2) In the Guild Store sell tab, the category icons are doubled up and the text search box is gone:


Rhyono 10/23/17 09:30 AM

You should probably comment on the addon itself as well.

Marazota 10/23/17 09:32 AM

its not AGS

its master merchant

BoarGules 10/23/17 03:33 PM

If it's Master Merchant, why is there this line in the stack trace?

Code:

user:/AddOns/AwesomeGuildStore/wrappers/SearchTabWrapper.lua:733: in function '(anonymous)'
        (tail call): ?


Dolgubon 10/23/17 03:47 PM

Quote:

Originally Posted by BoarGules (Post 32980)
If it's Master Merchant, why is there this line in the stack trace?

Code:

user:/AddOns/AwesomeGuildStore/wrappers/SearchTabWrapper.lua:733: in function '(anonymous)'
    (tail call): ?


Because addon error messages are more complex than 'this addon shows up here means it causes the error.'
Because Master Merchant overwrites a lot of base game functions, which then breaks other addons that don't (and shouldn't need to) expect it.

BoarGules 10/23/17 04:35 PM

Point taken.


All times are GMT -6. The time now is 02:31 PM.

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