Need Help with LUA error 864 (classic wow)

Everytime I try to open the character Frame. I get this LUA error, it doesnt happen all the time but often and the only way to get it to stop is to restart the client.

Message: Interface\SharedXML\SharedUIPanelTemplates.lua:864: attempt to index field ‘PortraitFrame’ (a nil value)
Time: Sun Jan 5 13:14:21 2020
Count: 1
Stack: Interface\SharedXML\SharedUIPanelTemplates.lua:864: attempt to index field ‘PortraitFrame’ (a nil value)
Interface\SharedXML\SharedUIPanelTemplates.lua:864: in function `OnLoad’
Interface\FrameXML\CharacterFrame.lua:63: in function <Interface\FrameXML\CharacterFrame.lua:62>

Locals: self = CharacterFrame {
0 =
}
use2XFrameTextures = true
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = “attempt to index field ‘PortraitFrame’ (a nil value)”

try:
/run SetCVar("useHighResolutionUITextures", 0)

then reload the UI.

1 Like

Thank you very much!