View Single Post
02-24-15, 04:55 PM   #1
Schaufel
A Murloc Raider
Join Date: Feb 2006
Posts: 8
Lunar Sphere woes

Lunar Sphere was abandoned several years ago, but it still functions for the most part. I can't read code language, so I was just wondering if someone could show me exactly what to edit to make these errors go away (or someone pleasepleaseplease adopt this amazing addon I can't live without?). The first thing is half of my LS buttons are covered in an ugly white box - that's just aesthetic, so while it's ugly, I can live with it. The second problem is this error message that happens whenever I try to cast a spell from one of my LS buttons while moving.

Thanks!

Code:
Message: Interface\AddOns\ErrorMonster\ErrorMonster.lua:19: attempt to index field 'db' (a nil value)
Time: 02/24/15 16:54:00
Count: 4
Stack: Interface\AddOns\ErrorMonster\ErrorMonster.lua:19: in function <Interface\AddOns\ErrorMonster\ErrorMonster.lua:18>
[C]: in function `CastSpellByName'
Interface\FrameXML\SecureTemplates.lua:385: in function `handler'
Interface\FrameXML\SecureTemplates.lua:649: in function <Interface\FrameXML\SecureTemplates.lua:597>
[C]: ?
Interface\FrameXML\SecureHandlers.lua:264: in function <Interface\FrameXML\SecureHandlers.lua:261>
[C]: ?
Interface\FrameXML\SecureHandlers.lua:294: in function <Interface\FrameXML\SecureHandlers.lua:277>
(tail call): ?

Locals: self = UIErrorsFrame {
 0 = <userdata>
}
event = "UI_ERROR_MESSAGE"
message = "Can't do that while moving"
r = nil
g = nil
b = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'db' (a nil value)"
addon = <unnamed> {
 0 = <userdata>
 Pour = <function> defined @Interface\AddOns\ErrorMonster\libs\LibSink-2.0\LibSink-2.0.lua:406
 GetSinkAce2OptionsDataTable = <function> defined @Interface\AddOns\ErrorMonster\libs\LibSink-2.0\LibSink-2.0.lua:493
 SetSinkStorage = <function> defined @Interface\AddOns\ErrorMonster\libs\LibSink-2.0\LibSink-2.0.lua:706
 RegisterSink = <function> defined @Interface\AddOns\ErrorMonster\libs\LibSink-2.0\LibSink-2.0.lua:668
 GetSinkAce3OptionsDataTable = <function> defined @Interface\AddOns\ErrorMonster\libs\LibSink-2.0\LibSink-2.0.lua:557
}
map = <table> {
 SYSMSG = "system"
 UI_ERROR_MESSAGE = "errors"
 UI_INFO_MESSAGE = "information"
}
throttle = <table> {
}
colors = <table> {
 UI_INFO_MESSAGE = <table> {
 }
 UI_ERROR_MESSAGE = <table> {
 }
}
originalOnEvent = <function> defined @Interface\FrameXML\UIErrorsFrame.lua:8
  Reply With Quote