Error frames and screen tearing #243


  • New
  • Defect
Open
Assigned to ckknight
  • _ForgeUser4248633 created this issue Dec 20, 2014

    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

  • _ForgeUser4248633 added the tags New Defect Dec 20, 2014
  • profalbert posted a comment Dec 21, 2014

    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.