Advertisement
Guest User

Untitled

a guest
Nov 11th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.33 KB | None | 0 0
  1. Message: Interface\AddOns\aTooltip\aTooltip.lua:49: attempt to index field '?' (a nil value)
  2. Time: 11/12/14 02:37:23
  3. Count: 1
  4. Stack: Interface\AddOns\aTooltip\aTooltip.lua:49: in main chunk
  5.  
  6. Locals: Point = <table> {
  7.  1 = "BOTTOMRIGHT"
  8.  2 = UIParent {
  9.  }
  10.  3 = "BOTTOMRIGHT"
  11.  4 = -20
  12.  5 = 120
  13. }
  14. r = 0.08
  15. g = 0.08
  16. b = 0.09
  17. a = 0.95
  18. StatusBarHeight = 2
  19. guildR = 1
  20. guildG = 0
  21. guildB = 1
  22. ShowTitleAndRealm = false
  23. TargetLine = true
  24. TargetText = ""
  25. YouText = "You"
  26. ItemLevels = false
  27. ilvlR = 0
  28. ilvlG = 1
  29. ilvlB = 1
  30. ItemIcons = true
  31. IconSize = 32
  32. font = "Interface\AddOns\!media\fonts\font.ttf"
  33. tooltips = <table> {
  34.  1 = GameTooltip {
  35.  }
  36.  2 = ItemRefTooltip {
  37.  }
  38.  3 = ShoppingTooltip1 {
  39.  }
  40.  4 = ShoppingTooltip2 {
  41.  }
  42.  6 = DropDownList1MenuBackdrop {
  43.  }
  44.  7 = DropDownList2MenuBackdrop {
  45.  }
  46. }
  47. (for index) = 5
  48. (for limit) = 7
  49. (for step) = 1
  50. i = 5
  51. (*temporary) = nil
  52. (*temporary) = nil
  53. (*temporary) = <unnamed> {
  54.  0 = <userdata>
  55. }
  56. (*temporary) = 0.08
  57. (*temporary) = 0.08
  58. (*temporary) = 0.09
  59. (*temporary) = 0.95
  60. (*temporary) = true
  61. (*temporary) = 0.1
  62. (*temporary) = GameTooltip {
  63.  0 = <userdata>
  64.  updateTooltip = 0.2
  65.  needsReset = true
  66.  HasBorder = true
  67.  Border = <table> {
  68.  }
  69.  shoppingTooltips = <table> {
  70.  }
  71. }
  72. (*temporary) = 1
  73. (*temporary) = 0
  74. (*temporary) = "attempt to index field '?' (a nil value)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement