1. Problem with the Interface of an AddOn ingame

    Hello guys , I have this problem from some time. https://imgur.com/a/SMV6duH . Not only with that addon but several others. Tried to download the addons from a different site , but it stays like that. Also tried to download the game from scratch and downloaded the addons once again. Setted them up and after 2-3 weeks this happend again. Please help im getting desperate!

  2. Try to show errors and then copy-paste it here what it says. Usually are some errors in an addon, maybe a collision of more addons in some variable name.

    You can show errors in-game by the following command:
    Code:
    /console scriptErrors 1

  3. Message: InterfaceFrameXMLUIPanelTemplates.lua:365: attempt to perform arithmetic on field 'cursorOffset' (a nil value)
    Time: 07/01/22 00:20:37
    Count: 106
    Stack: InterfaceFrameXMLUIPanelTemplates.lua:365: in function `ScrollingEdit_OnUpdate'
    InterfaceFrameXMLUIPanelTemplates.lua:342: in function `ScrollingEdit_OnTextChanged'
    ...eAddOnsBlizzard_DebugToolsBlizzard_DebugTools.l ua:449: in function `ScriptErrorsFrame_Update'
    ...eAddOnsBlizzard_DebugToolsBlizzard_DebugTools.l ua:413: in function `ScriptErrorsFrame_OnError'
    [string "InterfaceFrameXMLBasicControls.xml:<Scrip..."]:18: in function <[string "InterfaceFrameXMLBasicControls.xml:<Scrip..."]:4>
    [C]: ?
    InterfaceFrameXMLUIPanelTemplates.lua:365: in function `ScrollingEdit_OnUpdate'
    InterfaceFrameXMLUIPanelTemplates.lua:342: in function `ScrollingEdit_OnTextChanged'
    ...eAddOnsBlizzard_DebugToolsBlizzard_DebugTools.l ua:449: in function `ScriptErrorsFrame_Update'
    ...eAddOnsBlizzard_DebugToolsBlizzard_DebugTools.l ua:413: in function `ScriptErrorsFrame_OnError'
    [string "InterfaceFrameXMLBasicControls.xml:<Scrip..."]:18: in function <[string "InterfaceFrameXMLBasicControls.xml:<Scrip..."]:4>
    [C]: ?
    ...
    [string "InterfaceFrameXMLBasicControls.xml:<Scrip..."]:18: in function <[string "InterfaceFrameXMLBasicControls.xml:<Scrip..."]:4>
    [C]: ?
    InterfaceFrameXMLUIPanelTemplates.lua:365: in function `ScrollingEdit_OnUpdate'
    InterfaceFrameXMLUIPanelTemplates.lua:342: in function `ScrollingEdit_OnTextChanged'
    ...eAddOnsBlizzard_DebugToolsBlizzard_DebugTools.l ua:449: in function `ScriptErrorsFrame_Update'
    ...eAddOnsBlizzard_DebugToolsBlizzard_DebugTools.l ua:413: in function `ScriptErrorsFrame_OnError'
    [string "InterfaceFrameXMLBasicControls.xml:<Scrip..."]:18: in function <[string "InterfaceFrameXMLBasicControls.xml:<Scrip..."]:4>
    [C]: ?
    InterfaceFrameXMLUIPanelTemplates.lua:365: in function `ScrollingEdit_OnUpdate'
    [string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>

    Locals: self = ScriptErrorsFrameScrollFrameText {
    0 = <userdata>
    text = "Message: ...ibsAceGUI-3.0widgetsAceGUIContainer-TreeGroup.lua:673: attempt to call method 'SetColorTexture' (a nil value)
    Time: 07/01/22 00:20:37
    Count: 1
    Stack: ...ibsAceGUI-3.0widgetsAceGUIContainer-TreeGroup.lua:673: in function `?'
    ...terfaceAddOnsQuartzlibsAceGUI-3.0AceGUI-3.0.lua:136: in function <...terfaceAddOnsQuartzlibsAceGUI-3.0AceGUI-3.0.lua:125>
    ...terfaceAddOnsQuartzlibsAceGUI-3.0AceGUI-3.0.lua:174: in function `Create'
    ...nfig-3.0AceConfigDialog-3.0AceConfigDialog-3.0.lua:1660: in function `FeedGroup'
    ...nfig-3.0AceConfigDialog-3.0AceConfigDialog-3.0.lua:1868: in function `Open'
    InterfaceAddOnsBartender4Bartender4.lua:424: in function `OnClick'
    ...dOnsBartender4libsLibDBIcon-1.0LibDBIcon-1.0.lua:122: in function <...dOnsBartender4libsLibDBIcon-1.0LibDBIcon-1.0.lua:122>

    Locals: num = 1
    frame = <unnamed> {
    0 = <userdata>
    }
    treeframe = <unnamed> {
    0 = handleCursorChange = true
    }
    elapsed = 0
    scrollFrame = ScriptErrorsFrameScrollFrame {
    0 = <userdata>
    offset = 0
    }
    height = 194.00001053163
    range = 0
    scroll = 0
    size = 194.00001053163
    cursorOffset = nil
    (*temporary) = nil
    (*temporary) = ScriptErrorsFrameScrollFrame {
    0 = <userdata>
    offset = 0
    }
    (*temporary) = 0
    (*temporary) = "attempt to perform arithmetic on field 'cursorOffset' (a nil value)"
    Edited: June 30, 2022

  4. I actually have "39 pages of lua errors" can't copy them all , this is the last page :D

  5. I actually fixed it somehow with this ,
    /Console Cvar_default . Omg thank you for popping the lua errors , i looked how to stop them showing , and that appeared and helped me :O .

  6. in fact, errors not disappeared anywhere, in the future it will make itself felt

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •