Thread Tools Display Modes
08-23-15, 12:43 PM   #1
Lightbound
An Aku'mai Servant
 
Lightbound's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 35
DBM .Lua errors.

Lua Code:
  1. 1x DBM-StatusBarTimers\DBT.lua:1178: script ran too long
  2. DBM-StatusBarTimers\DBT.lua:1178: in function <DBM-StatusBarTimers\DBT.lua:1119>
  3. [C]: in function `ApplyStyle'
  4. DBM-StatusBarTimers\DBT.lua:732: in function <DBM-StatusBarTimers\DBT.lua:665>
  5. [C]: in function `CreateBar'
  6. DBM-Core\DBM-Core-6.2.8.lua:9574: in function `Start'
  7. DBM-BlackrockFoundry\Oregorger.lua:99: in function `handler'
  8. DBM-Core\DBM-Core-6.2.8.lua:625: in function <DBM-Core\DBM-Core.lua:612>
  9. (tail call): ?
  10. DBM-Core\DBM-Core-6.2.8.lua:625: in function <DBM-Core\DBM-Core.lua:612>
  11.  
  12. Locals:

Any idea how to fix it? It somewhat destroys my fps.^

Since there is something like "ApplyStyle" in it, could it be a conflict with the ElvUI AddonSkin Add-On?

Edit: This one popped in another lfr.

lua Code:
  1. 1x DBM-Core\DBM-Core-6.2.8.lua:9574: script ran too long
  2. DBM-Core\DBM-Core-6.2.8.lua:9574: in function `Start'
  3. DBM-BlackrockFoundry\Kagraz.lua:324: in function `handler'
  4. DBM-Core\DBM-Core-6.2.8.lua:625: in function <DBM-Core\DBM-Core.lua:612>
  5.  
  6. Locals:

Last edited by Lightbound : 08-23-15 at 12:58 PM.
  Reply With Quote
08-24-15, 07:29 AM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
"Script too long" errors are unfortunately quite vague, and dependent on how much your computer can handle and how much it's being asked to do. Even if a particular addon causes a "script too long" error, it might not if you didn't have other addons running alongside it, for example.

Originally Posted by Lightbound View Post
Since there is something like "ApplyStyle" in it, could it be a conflict with the ElvUI AddonSkin Add-On?
It could be, and you could find out yourself very easily by disabling that addon and seeing if the error still happens.

The next step would be disabling all other addons and seeing if it still happens; LFR is a good place to test since the player performance requirements are so low you can get by without your usual addons for a few minutes.

I'm not familiar with the internals of either DBM or ElvUI, though, so I can't offer much advice beyond general troubleshooting procedures.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » DBM .Lua errors.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off