This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Just running dungeons causes these errors
What is the expected output? What do you see instead?X
What version of the product are you using?Exact version:1.12.0Locale: enUS
Are you using Parrot with embedded libs (if you don't know that means yes)?I just have LibStub as a library addon.
Do you have an error log of what happened?ERROR LONG 1:Message: Interface\AddOns\Parrot\Data\AnimationStyles.lua:178: script ran too longTime: 12/20/14 16:20:48Count: 1Stack: [C]: in function `SetFont'Interface\AddOns\Parrot\Data\AnimationStyles.lua:178: in function `func'Interface\AddOns\Parrot\Code\Display.lua:456: in function `OnUpdate'Interface\AddOns\Parrot\Code\Display.lua:52: in function <Interface\AddOns\Parrot\Code\Display.lua:51>
Locals:
ERROR LOG 2:Message: Interface\AddOns\Parrot\Code\Display.lua:457: script ran too longTime: 12/20/14 16:23:34Count: 2Stack: [C]: in function `GetWidth'Interface\AddOns\Parrot\Code\Display.lua:457: in function `OnUpdate'Interface\AddOns\Parrot\Code\Display.lua:402: in function `ShowMessage'Interface\AddOns\Parrot\Code\CombatEvents.lua:2322: in function <Interface\AddOns\Parrot\Code\CombatEvents.lua:2177>Interface\AddOns\Parrot\Code\CombatEvents.lua:2335: in function <Interface\AddOns\Parrot\Code\CombatEvents.lua:2332>
Please provide any additional information below.X
What's your usual framerate while playing?
I encountered this issue when I had CPU-intensive background-tasks causing my FPS drop to <15. Then, there is not enough CPU left to execute the addon-scripts required for drawing the texts.
Is there much text drawn when you play?
To post a comment, please login or register a new account.