View Single Post
10/22/19, 11:29 AM   #1
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
Attempt to access a private function 'PreviewFurnitureMarketProduct' from insecure co

In house, scrolling the house store section to see if something new was there, i got these error :

Attempt to access a private function 'PreviewFurnitureMarketProduct' from insecure code.

Code:
EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:137: Attempt to access a private function 'PreviewFurnitureMarketProduct' from insecure code. The callstack became untrusted 5 stack frame(s) from the top.
stack traceback:
EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:137: in function 'ZO_ItemPreviewType_FurnitureMarketProduct:Apply'
EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:767: in function 'ZO_ItemPreview_Shared:Apply'
EsoUI/PublicAllIngames/ItemPreview/Keyboard/ItemPreview_Keyboard.lua:97: in function 'ZO_ItemPreview_Keyboard:Apply'
EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:563: in function 'ZO_ItemPreview_Shared:OnUpdate'
(tail call): ?
EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:546: in function '(anonymous)'

Code:
EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:137: Attempt to access a private function 'PreviewFurnitureMarketProduct' from insecure code. The callstack became untrusted 5 stack frame(s) from the top.
stack traceback:
EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:137: in function 'ZO_ItemPreviewType_FurnitureMarketProduct:Apply'
|caaaaaa<Locals> self = [table:1]{fireCallbackDepth = 0, marketProductId = 223}, variationIndex = 1 </Locals>|r
EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:767: in function 'ZO_ItemPreview_Shared:Apply'
|caaaaaa<Locals> self = [table:2]{forcePreparePreview = F, waitingForPreviewBegin = F, lastSetChangeTime = 1654463, currentPreviewType = 6, previewVariationIndex = 1, numPreviewVariations = 0, enabledPreview = T, fireCallbackDepth = 0, previewInEmptyWorld = T, dynamicFramingConsumedHeight = 80, dynamicFramingConsumedWidth = 950, previewCollectionId = 0, canChangePreview = T} </Locals>|r
EsoUI/PublicAllIngames/ItemPreview/Keyboard/ItemPreview_Keyboard.lua:97: in function 'ZO_ItemPreview_Keyboard:Apply'
|caaaaaa<Locals> self = [table:2] </Locals>|r
EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:563: in function 'ZO_ItemPreview_Shared:OnUpdate'
|caaaaaa<Locals> self = [table:2], currentTimeMs = 1654463 </Locals>|r
(tail call): ?
EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:546: in function '(anonymous)'
As the only addon that allow me to preview is actually https://www.esoui.com/downloads/info...ecipeList.html i disabled it, and these errors vanished showing me the items directly without problems.

Though as the addon is not mentionned directly i dont want to affirm it is this addon.

Can this be directly a ZoS problem or not ?
  Reply With Quote