Advertisement
Guest User

DuffedUI - Error when opening char window

a guest
Jul 26th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.27 KB | None | 0 0
  1. 2x FrameXML\CharacterFrame.lua:184: attempt to perform arithmetic on a nil value
  2. FrameXML\CharacterFrame.lua:184: in function `CharacterFrame_TabBoundsCheck'
  3. [string "*:OnShow"]:2: in function <[string "*:OnShow"]:1>
  4. [C]: in function `Show'
  5. FrameXML\UIParent.lua:3131: in function `ShowUIPanel'
  6. FrameXML\CharacterFrame.lua:21: in function `ToggleCharacter'
  7. [string "TOGGLECHARACTER0"]:1: in function <[string "TOGGLECHARACTER0"]:1>
  8.  
  9. Locals:
  10. self = CharacterFrameTab1 {
  11.  0 = <userdata>
  12.  isSkinned = true
  13.  Backdrop = <unnamed> {
  14.  }
  15. }
  16. (*temporary) = nil
  17. (*temporary) = nil
  18. (*temporary) = CharacterFrame {
  19.  0 = <userdata>
  20.  TitleText = CharacterFrameTitleText {
  21.  }
  22.  portrait = CharacterFramePortrait {
  23.  }
  24.  LeftBorder = CharacterFrameLeftBorder {
  25.  }
  26.  ignoreFramePositionManager = true
  27.  isInsetDone = true
  28.  insetinsideright = <unnamed> {
  29.  }
  30.  insetinsideleft = <unnamed> {
  31.  }
  32.  insetinsidebottom = <unnamed> {
  33.  }
  34.  insetbottom = <unnamed> {
  35.  }
  36.  insetinsidetop = <unnamed> {
  37.  }
  38.  TopRightCorner = CharacterFrameTopRightCorner {
  39.  }
  40.  TopLeftCorner = CharacterFrameTopLeftCorner {
  41.  }
  42.  Bg = CharacterFrameBg {
  43.  }
  44.  CloseButton = CharacterFrameCloseButton {
  45.  }
  46.  RightBorder = CharacterFrameRightBorder {
  47.  }
  48.  TopBorder = CharacterFrameTopBorder {
  49.  }
  50.  ReputationTabHelpBox = <unnamed> {
  51.  }
  52.  TopTileStreaks = CharacterFrameTopTileStreaks {
  53.  }
  54.  TitleBg = CharacterFrameTitleBg {
  55.  }
  56.  BottomBorder = CharacterFrameBottomBorder {
  57.  }
  58.  insettop = <unnamed> {
  59.  }
  60.  OnLoad = <function> defined @SharedXML\SharedUIPanelTemplates.lua:860
  61.  numTabs = 3
  62.  BotRightCorner = CharacterFrameBotRightCorner {
  63.  }
  64.  Inset = CharacterFrameInset {
  65.  }
  66.  insetright = <unnamed> {
  67.  }
  68.  BotLeftCorner = CharacterFrameBotLeftCorner {
  69.  }
  70.  PortraitFrame = CharacterFramePortraitFrame {
  71.  }
  72.  selectedTab = 1
  73.  insetleft = <unnamed> {
  74.  }
  75. }
  76. (*temporary) = nil
  77. (*temporary) = <function> defined @SharedXML\SharedUIPanelTemplates.lua:446
  78. (*temporary) = CharacterFrameTab3 {
  79.  0 = <userdata>
  80.  isSkinned = true
  81.  Backdrop = <unnamed> {
  82.  }
  83. }
  84. (*temporary) = 0
  85. (*temporary) = nil
  86. (*temporary) = 36
  87. (*temporary) = 88
  88. (*temporary) = "attempt to perform arithmetic on a nil value"
  89. NUM_CHARACTERFRAME_TABS = 3
  90. CharTabtable = <table> {
  91. }
  92. CompareFrameSize = <function> defined @FrameXML\CharacterFrame.lua:170
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement