Advertisement
Guest User

Untitled

a guest
Jul 21st, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. Message: Interface\AddOns\EventHorizon\EventHorizon.lua:3090: attempt to index global 'EventHorizonDB' (a nil value)
  2. Time: 07/20/14 23:13:27
  3. Count: 1
  4. Stack: Interface\AddOns\EventHorizon\EventHorizon.lua:3090: in function `f'
  5. Interface\AddOns\EventHorizon\EventHorizon.lua:604: in function <Interface\AddOns\EventHorizon\EventHorizon.lua:600>
  6.  
  7. Locals: self = <unnamed> {
  8. PLAYER_ALIVE = <function> defined @Interface\AddOns\EventHorizon\EventHorizon.lua:3073
  9. PLAYER_LOGIN = <function> defined @Interface\AddOns\EventHorizon\EventHorizon.lua:3088
  10. 0 = <userdata>
  11. }
  12. (*temporary) = nil
  13. (*temporary) = nil
  14. (*temporary) = nil
  15. (*temporary) = nil
  16. (*temporary) = nil
  17. (*temporary) = nil
  18. (*temporary) = nil
  19. (*temporary) = nil
  20. (*temporary) = nil
  21. (*temporary) = "attempt to index global 'EventHorizonDB' (a nil value)"
  22. WodStatusText = "This is a beta release of the WoD version of EventHorizon. As such, expect there to be bugs. If you encounter a bug, please copy the whole error message including stack trace and tell me about it on EventHorizon's WowInterface page.
  23.  
  24. Also, basically every class/spec's configuration needs to be looked at and potentially improved/re-done for Wod. As I only actively play a few specs, there are many specs which will need testing and improvement. If you're interested in helping me out with improving class configurations, please don't hesitate to let me know on EventHorizon's WowInterface page.
  25.  
  26. Thanks!
  27. - Brusalk
  28.  
  29. "
  30. WodStatusTextSpecs = "Below is a list of the current status of every Class configuration:
  31.  
  32. Death Knight
  33. Unholy: Untested
  34. Frost: Untested
  35. Blood: Untested
  36.  
  37. Druid
  38. Feral: Untested
  39. Balance: Untested
  40. Guardian: Untested
  41. Restoration: Untested
  42.  
  43. Hunter
  44. Marksmanship: Untested
  45. Beast Mastery: Untested
  46. Survival: Untested
  47.  
  48. Mage
  49. Fire: Untested
  50. Frost: Untested
  51. Arcane: Untested
  52.  
  53. Monk
  54. Windwalker: Untested
  55. Brewmaster: Untested
  56. Mistweaver: Untested
  57.  
  58. Paladin
  59. Protection: Untested
  60. Holy: Untested
  61. Retribution: Untested
  62.  
  63. Priest
  64. Discipline: Untested
  65. Shadow: Untested
  66. Holy: Untested
  67.  
  68. Rogue
  69. Subtlety: Untested
  70. Combat: Untested
  71. Assassination: Untested
  72.  
  73. Shaman
  74. Enhancement: Untested
  75. Elemental: Untested
  76. Restoration: Untested
  77.  
  78. Warlock
  79. Demonology: MoP Class Config Working
  80. Affliction: MoP Class Config Working
  81. Destruction: MoP Class Config Working
  82.  
  83. Warrior
  84. Arms: Untested
  85. Protection: Untested
  86. Fury: Untested
  87.  
  88. "
  89. print = <function> defined @Interface\AddOns\EventHorizon\EventHorizon.lua:496
  90. GetTalentInfo = <function> defined @Interface\AddOns\EventHorizon\EventHorizon.lua:22
  91. UpdateMouseover = <function> defined @Interface\AddOns\EventHorizon\EventHorizon.lua:1641
  92. frame2 = <unnamed> {
  93. 0 = <userdata>
  94. }
  95. EventHandler = <function> defined @Interface\AddOns\EventHorizon\EventHorizon.lua:600
  96. reloadEvents = <table> {
  97. LFG_LOCK_INFO_RECEIVED = true
  98. ZONE_CHANGED_NEW_AREA = true
  99. GLYPH_REMOVED = true
  100. PLAYER_REGEN_DISABLED = true
  101. ACTIVE_TALENT_GROUP_CHANGED = true
  102. GLYPH_DISABLED = true
  103. PLAYER_SPECIALIZATION_CHANGED = true
  104. PLAYER_REGEN_ENABLED = true
  105. GLYPH_ADDED = true
  106. GLYPH_ENABLED = true
  107. ZONE_CHANGED_INDOORS = true
  108. GLYPH_UPDATED = true
  109. }
  110. glyphCheck = <function> defined @Interface\AddOns\EventHorizon\EventHorizon.lua:3021
  111. ns = <table> {
  112. CreateSpellBar = <function> defined @Interface\AddOns\EventHorizon\EventHorizon.lua:2472
  113. CheckMouseover = <function> defined @Interface\AddOns\EventHorizon\EventHorizon.lua:2049
  114. otherIDs = <table> {
  115. }
  116. layouts = <table> {
  117. }
  118. SetFrameDimensions = <function> defined @Interface\AddOns\EventHorizon\EventHorizon.lua:1749
  119. modules = <table> {
  120. }
  121. vars = <table> {
  122. }
  123. mainframe = <unnamed> {
  124. }
  125. trinkets = <table> {
  126. }
  127. defaultcolors = <table> {
  128. }
  129. defaultconfig = <table> {
  130. }
  131. InitDB = <function> defined @Interface\AddOns\EventHorizon\EventHorizon.lua:2642
  132. NewSpell = <function> defined @Interface\AddOns\EventHorizon\EventHorizon.lua:2134
  133. Initialize = <function> defined @Interface\AddOns\EventHorizon\EventHorizon.lua:2687
  134. ToggleModule = <function> defined @Interface\AddOns\EventHorizon\EventHorizon.lua:2592
  135. defau
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement