Can't Preview Furnishings at Crafting Stations

xencthlu
xencthlu
✭✭✭✭
I'm at wit's end, so if anyone has any ideas, I'd really appreciate it. I checked all my addons, they're up to date and not throwing out any errors.

Today I tried to preview a furnishing at a crafting station and got a UI error window instead. The code is below. If I can't preview furnishings, I can't decorate anymore. Reloading the UI accomplished nothing.

95496F6A
/EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:241: Attempt to access a private function 'PreviewProvisionerItemAsFurniture' from insecure code. The callstack became untrusted 9 stack frame(s) from the top.
stack traceback:
/EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:241: in function 'ZO_ItemPreviewType_ProvisionerItemAsFurniture:Apply'
/EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:826: in function 'ZO_ItemPreview_Shared:Apply'
/EsoUI/PublicAllIngames/ItemPreview/Keyboard/ItemPreview_Keyboard.lua:120: in function 'ZO_ItemPreview_Keyboard:Apply'
/EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:820: in function 'ZO_ItemPreview_Shared:ApplyOrBuffer'
/EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:732: in function 'ZO_ItemPreview_Shared:SharedPreviewSetup'
/EsoUI/PublicAllIngames/ItemPreview/ItemPreview_Shared.lua:770: in function 'ZO_ItemPreview_Shared:PreviewProvisionerItemAsFurniture'
/EsoUI/Ingame/Crafting/SharedProvisioner.lua:209: in function 'ZO_SharedProvisioner:PreviewRecipe'
/EsoUI/Ingame/Crafting/Keyboard/Provisioner.lua:591: in function 'ZO_Provisioner:RefreshRecipeDetails'
[C]: in function 'PostHookFunction'
/EsoUI/Libraries/Utility/ZO_Hook.lua:19: in function 'RefreshRecipeDetails'
/EsoUI/Ingame/Crafting/Keyboard/Provisioner.lua:631: in function 'ZO_Provisioner:SetMultiCraftHidden'
/EsoUI/Ingame/Crafting/Keyboard/Provisioner.lua:619: in function 'ZO_Provisioner:TogglePreviewMode'
(tail call): ?
/EsoUI/Ingame/Crafting/Keyboard/Provisioner.lua:351: in function 'callback'
/EsoUI/Libraries/ZO_KeybindStrip/ZO_KeybindStrip.lua:677: in function 'ZO_KeybindStrip:TryHandlingKeybindDown'
(tail call): ?
(tail call): ?
I care what you think.
  • LootAllTheStuff
    LootAllTheStuff
    ✭✭✭✭✭
    I'd try quitting and restarting with all add-ons off first, just to see if that clears the issue.
  • KnightofGears
    KnightofGears
    ✭✭✭
    Are you using an addon called "HearthHome filter"?
    I got a similar error to the one you had you had because of this addon last week.

    If this is the problem you have, there is a fix here that worked for me( The post that says change prehook to securepost hook in the .lua file):
    https://www.esoui.com/downloads/info2282-HearthHomeFilter.html#comments

    Edited by KnightofGears on April 23, 2026 11:43AM
  • xencthlu
    xencthlu
    ✭✭✭✭
    Are you using an addon called "HearthHome filter"?
    I got a similar error to the one you had you had because of this addon last week.

    If this is the problem you have, there is a fix here that worked for me( The post that says change prehook to securepost hook in the .lua file):
    https://www.esoui.com/downloads/info2282-HearthHomeFilter.html#comments

    You're a doll, Knight. If I weren't already married, I'd get on one knee right now. This worked for me. I'm thrilled I don't have to ditch HearthHome.

    Mods, please feel free to close this thread.
    I care what you think.
Sign In or Register to comment.