View Single Post
08-28-16, 02:20 PM   #26
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Got this error.

Full Code:http://hastebin.com/edadejohag.lua

Lua Code:
  1. Message: ...nterface\AddOns\AftermathhUI\Modules\Auras\Auras.lua:233: attempt to compare number with nil
  2. Time: 08/28/16 22:19:17
  3. Count: 1
  4. Stack: ...nterface\AddOns\AftermathhUI\Modules\Auras\Auras.lua:233: in function <...nterface\AddOns\AftermathhUI\Modules\Auras\Auras.lua:178>
  5. [C]: in function `AuraButton_Update'
  6. Interface\FrameXML\BuffFrame.lua:98: in function `BuffFrame_Update'
  7. Interface\FrameXML\PlayerFrame.lua:452: in function `PlayerFrame_ToPlayerArt'
  8. Interface\FrameXML\PlayerFrame.lua:213: in function `OnEvent'
  9. Interface\FrameXML\UnitFrame.lua:917: in function <Interface\FrameXML\UnitFrame.lua:915>
  10.  
  11. Locals: self = "DebuffButton"
  12. index = 1
  13. filter = "HARMFUL"
  14. ABuffFrame = DebuffButton1 {
  15.  0 = <userdata>
  16.  parent = BuffFrame {
  17.  }
  18.  duration = DebuffButton1Duration {
  19.  }
  20.  timeMod = 1
  21.  ABorderShadow = <unnamed> {
  22.  }
  23.  HasBorder = true
  24.  ABorderShadow2 = <unnamed> {
  25.  }
  26.  timeLeft = 594.18
  27.  StatusBar = <unnamed> {
  28.  }
  29.  symbol = <unnamed> {
  30.  }
  31.  expirationTime = 43981.366
  32.  count = DebuffButton1Count {
  33.  }
  34.  filter = "HARMFUL"
  35.  AShadowOverlay = <unnamed> {
  36.  }
  37.  offsetY = 60
  38.  unit = "player"
  39.  ABorder = <unnamed> {
  40.  }
  41. }
  42. BuffStatusBar = <unnamed> {
  43.  0 = <userdata>
  44.  ABorderShadow = <unnamed> {
  45.  }
  46.  HasBorder = true
  47.  ABorderShadow2 = <unnamed> {
  48.  }
  49.  ABorder = <unnamed> {
  50.  }
  51. }
  52. _ = nil
  53. _ = nil
  54. _ = nil
  55. _ = nil
  56. _ = nil
  57. Duration = nil
  58. ExpirationTime = nil
  59. _ = nil
  60. _ = nil
  61. ShouldConsolidate = nil
  62. _ = nil
  63. _ = nil
  64. _ = nil
  65. (*temporary) = <unnamed> {
  66.  0 = <userdata>
  67. }
  68. (*temporary) = 0.79999822378159
  69. (*temporary) = 0
  70. (*temporary) = 0
  71. (*temporary) = "attempt to compare number with nil"
  72. BuffSize = 32
  73. A = <unnamed> {
  74.  0 = <userdata>
  75.  Kill = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:100
  76.  Zone = "Stormshield"
  77.  ColorGradientNeav = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:40
  78.  ColorGradient = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:14
  79.  Func = <function> defined @Interface\AddOns\AftermathhUI\Core\Init.lua:32
  80.  Resolution = "1920x1080"
  81.  Mult = 0.79012345679012
  82.  Skin = <function> defined @Interface\AddOns\AftermathhUI\Core\Api.lua:54
  83.  FormVal = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:68
  84.  Level = 100
  85.  StripTexture = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:106
  86.  Realm = "Darksorrow"
  87.  CloseButton = <function> defined @Interface\AddOns\AftermathhUI\Core\Api.lua:110
  88.  RGBToHex = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:60
  89.  KillButton = <function> defined @Interface\AddOns\AftermathhUI\Core\Api.lua:97
  90.  Region = "enUS"
  91.  SkinButton = <function> defined @Interface\AddOns\AftermathhUI\Core\Api.lua:64
  92.  ColorBorder = <function> defined @Interface\AddOns\AftermathhUI\Core\Api.lua:50
  93.  CreateBorder = <function> defined @Interface\AddOns\AftermathhUI\Core\Api.lua:8
  94.  TexCoords = <table> {
  95.  }
  96.  ClassColor = <table> {
  97.  }
  98.  FormatTime = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:84
  99.  Version = "1.38"
  100.  Scale = <function> defined @Interface\AddOns\AftermathhUI\Core\Api.lua:6
  101.  Round = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:76
  102.  RaidDebuffsTracking = <table> {
  103.  }
  104.  Class = "DEMONHUNTER"
  105.  Name = "Alassaelyane"
  106. }
  107. C = <table> {
  108.  Nameplate = <table> {
  109.  }
  110.  Misc = <table> {
  111.  }
  112.  General = <table> {
  113.  }
  114.  Media = <table> {
  115.  }
  116.  Tooltip = <table> {
  117.  }
  118.  UnitFrames = <table> {
  119.  }
  120.  DataTexts = <table> {
  121.  }
  122.  Bags = <table> {
  123.  }
  124.  Auras = <table> {
  125.  }
  126. }

Lua Code:
  1. Message: ...nterface\AddOns\AftermathhUI\Modules\Auras\Auras.lua:233: attempt to compare number with nil
  2. Time: 08/28/16 22:19:20
  3. Count: 2
  4. Stack: ...nterface\AddOns\AftermathhUI\Modules\Auras\Auras.lua:233: in function <...nterface\AddOns\AftermathhUI\Modules\Auras\Auras.lua:178>
  5. [C]: in function `AuraButton_Update'
  6. Interface\FrameXML\BuffFrame.lua:98: in function `BuffFrame_Update'
  7. Interface\FrameXML\BuffFrame.lua:48: in function <Interface\FrameXML\BuffFrame.lua:44>
  8.  
  9. Locals: self = "DebuffButton"
  10. index = 1
  11. filter = "HARMFUL"
  12. ABuffFrame = DebuffButton1 {
  13.  0 = <userdata>
  14.  parent = BuffFrame {
  15.  }
  16.  duration = DebuffButton1Duration {
  17.  }
  18.  timeMod = 1
  19.  ABorderShadow = <unnamed> {
  20.  }
  21.  HasBorder = true
  22.  ABorderShadow2 = <unnamed> {
  23.  }
  24.  timeLeft = 587.352
  25.  StatusBar = <unnamed> {
  26.  }
  27.  symbol = <unnamed> {
  28.  }
  29.  expirationTime = 43981.366
  30.  count = DebuffButton1Count {
  31.  }
  32.  filter = "HARMFUL"
  33.  AShadowOverlay = <unnamed> {
  34.  }
  35.  offsetY = 60
  36.  unit = "player"
  37.  ABorder = <unnamed> {
  38.  }
  39. }
  40. BuffStatusBar = <unnamed> {
  41.  0 = <userdata>
  42.  ABorderShadow = <unnamed> {
  43.  }
  44.  HasBorder = true
  45.  ABorderShadow2 = <unnamed> {
  46.  }
  47.  ABorder = <unnamed> {
  48.  }
  49. }
  50. _ = nil
  51. _ = nil
  52. _ = nil
  53. _ = nil
  54. _ = nil
  55. Duration = nil
  56. ExpirationTime = nil
  57. _ = nil
  58. _ = nil
  59. ShouldConsolidate = nil
  60. _ = nil
  61. _ = nil
  62. _ = nil
  63. (*temporary) = DebuffButton1 {
  64.  0 = <userdata>
  65.  parent = BuffFrame {
  66.  }
  67.  duration = DebuffButton1Duration {
  68.  }
  69.  timeMod = 1
  70.  ABorderShadow = <unnamed> {
  71.  }
  72.  HasBorder = true
  73.  ABorderShadow2 = <unnamed> {
  74.  }
  75.  timeLeft = 587.352
  76.  StatusBar = <unnamed> {
  77.  }
  78.  symbol = <unnamed> {
  79.  }
  80.  expirationTime = 43981.366
  81.  count = DebuffButton1Count {
  82.  }
  83.  filter = "HARMFUL"
  84.  AShadowOverlay = <unnamed> {
  85.  }
  86.  offsetY = 60
  87.  unit = "player"
  88.  ABorder = <unnamed> {
  89.  }
  90. }
  91. (*temporary) = true
  92. (*temporary) = nil
  93. (*temporary) = true
  94. (*temporary) = "attempt to compare number with nil"
  95. BuffSize = 32
  96. A = <unnamed> {
  97.  0 = <userdata>
  98.  Kill = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:100
  99.  Zone = "Stormshield"
  100.  ColorGradientNeav = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:40
  101.  ColorGradient = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:14
  102.  Func = <function> defined @Interface\AddOns\AftermathhUI\Core\Init.lua:32
  103.  Resolution = "1920x1080"
  104.  Mult = 0.79012345679012
  105.  Skin = <function> defined @Interface\AddOns\AftermathhUI\Core\Api.lua:54
  106.  FormVal = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:68
  107.  Level = 100
  108.  StripTexture = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:106
  109.  Realm = "Darksorrow"
  110.  CloseButton = <function> defined @Interface\AddOns\AftermathhUI\Core\Api.lua:110
  111.  RGBToHex = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:60
  112.  KillButton = <function> defined @Interface\AddOns\AftermathhUI\Core\Api.lua:97
  113.  Region = "enUS"
  114.  SkinButton = <function> defined @Interface\AddOns\AftermathhUI\Core\Api.lua:64
  115.  ColorBorder = <function> defined @Interface\AddOns\AftermathhUI\Core\Api.lua:50
  116.  CreateBorder = <function> defined @Interface\AddOns\AftermathhUI\Core\Api.lua:8
  117.  TexCoords = <table> {
  118.  }
  119.  ClassColor = <table> {
  120.  }
  121.  FormatTime = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:84
  122.  Version = "1.38"
  123.  Scale = <function> defined @Interface\AddOns\AftermathhUI\Core\Api.lua:6
  124.  Round = <function> defined @Interface\AddOns\AftermathhUI\Core\Core.lua:76
  125.  RaidDebuffsTracking = <table> {
  126.  }
  127.  Class = "DEMONHUNTER"
  128.  Name = "Alassaelyane"
  129. }
  130. C = <table> {
  131.  Nameplate = <table> {
  132.  }
  133.  Misc = <table> {
  134.  }
  135.  General = <table> {
  136.  }
  137.  Media = <table> {
  138.  }
  139.  Tooltip = <table> {
  140.  }
  141.  UnitFrames = <table> {
  142.  }
  143.  DataTexts = <table> {
  144.  }
  145.  Bags = <table> {
  146.  }
  147.  Auras = <table> {
  148.  }
  149. }
  Reply With Quote