243 - Error frames and screen tearing
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.0
Locale: 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 long
Time: 12/20/14 16:20:48
Count: 1
Stack: [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 long
Time: 12/20/14 16:23:34
Count: 2
Stack: [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
Locals:
Please provide any additional information below.
X
| User | When | Change |
|---|---|---|
| Necril | Dec 20, 2014 at 07:38 UTC | Create |
- 1 comment
- 1 comment
Facts
- Reported
- Dec 20, 2014
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #1
profalbert Dec 21, 2014 at 18:17 UTC - 0 likesWhat'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?