Thread Tools Display Modes
10/23/17, 09:26 AM   #1
BoarGules
 
BoarGules's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2017
Posts: 34
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:

  Reply With Quote
10/23/17, 09:30 AM   #2
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
You should probably comment on the addon itself as well.
  Reply With Quote
10/23/17, 09:32 AM   #3
Marazota
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 257
its not AGS

its master merchant
  Reply With Quote
10/23/17, 03:33 PM   #4
BoarGules
 
BoarGules's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2017
Posts: 34
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): ?
  Reply With Quote
10/23/17, 03:47 PM   #5
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 408
Originally Posted by BoarGules View Post
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.
  Reply With Quote
10/23/17, 04:35 PM   #6
BoarGules
 
BoarGules's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2017
Posts: 34
Point taken.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Awesome Guild Store untrapped exception after upgrade

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