Font not set error #231


  • New
  • Defect
Open
Assigned to nevcairiel
  • _ForgeUser13000098 created this issue Dec 6, 2014

    What steps will reproduce the problem?
    I'm not sure, but it's like:
    1. Start a cast and enter some zone that enforces cast cancell
    2.When a cast is cancelled, the following error is displayed

    What is the expected output? What do you see instead?
    IDK what should be displayed; An error is shown.

    What version of the product are you using?
    3.2.3

    Do you have an error log of what happened?
    Message: Interface\AddOns\Quartz\modules\Interrupt-Прерв..lua:58: <unnamed>:SetFormattedText(): Font not set
    Time: 12/06/14 22:45:07
    Count: 1
    Stack: Interface\AddOns\Quartz\modules\Interrupt.lua:58: in function `?'
    ...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
    [string "safecall Dispatcher[18]"]:4: in function <[string "safecall Dispatcher[18]"]:4>
    [C]: ?
    [string "safecall Dispatcher[18]"]:13: in function `?'
    ...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: in function `Fire'
    Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:120: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>

    Locals: <none

  • _ForgeUser13000098 added the tags New Defect Dec 6, 2014
  • michaelsp posted a comment Feb 2, 2015

    This bug is triggered when Interrupt module is enabled, but player cast bar is disabled, because the interrupt module is trying to set the text of a disabled bar. Maybe the addon must disable the interrupt module if the player castbar is disabled.


    Edited Feb 2, 2015

To post a comment, please login or register a new account.