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

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

Lua Code:
  1. Message: ...nterface\AddOns\AftermathhUI\Modules\Auras\Auras.lua:249: attempt to index field 'StatusBar' (a nil value)
  2. Time: 08/28/16 22:35:54
  3. Count: 2469
  4. Stack: ...nterface\AddOns\AftermathhUI\Modules\Auras\Auras.lua:249: in function <...nterface\AddOns\AftermathhUI\Modules\Auras\Auras.lua:243>
  5.  
  6. Locals: GetDurationTime = 44388.013
  7. (for index) = 1
  8. (for limit) = 1
  9. (for step) = 1
  10. i = 1
  11. BuffButton = BuffButton1 {
  12.  0 = <userdata>
  13.  expirationTime = 44388.073
  14.  timeMod = 1
  15.  parent = BuffFrame {
  16.  }
  17.  duration = BuffButton1Duration {
  18.  }
  19.  ABorderShadow = <unnamed> {
  20.  }
  21.  unit = "player"
  22.  AShadowOverlay = <unnamed> {
  23.  }
  24.  ABorder = <unnamed> {
  25.  }
  26.  filter = "HELPFUL"
  27.  HasBorder = true
  28.  ABorderShadow2 = <unnamed> {
  29.  }
  30.  timeLeft = 0.060000000004948
  31.  count = BuffButton1Count {
  32.  }
  33. }
  34. (*temporary) = nil
  35. (*temporary) = nil
  36. (*temporary) = nil
  37. (*temporary) = "attempt to index field 'StatusBar' (a nil value)"
  Reply With Quote