Error on login #5


  • New
  • Defect
Open
Assigned to adirelle
  • Ravendwyr created this issue Nov 18, 2012

    What steps will reproduce the problem?
    1. Log in
    2.
    3.

    What is the expected output? What do you see instead?
    - I expect to see cast bars, instead I see nothing but errors.

    What version of the product are you using?
    - v1.3 release

    Do you have an error log of what happened?
    - 1x AdiCastBar-v1.3\CastBars.lua:170: attempt to call method "Debug" (a nil value)
    AdiCastBar-v1.3\CastBars.lua:170: in function <AdiCastBar\CastBars.lua:167>
    (tail call): ?
    <in C code>
    <string>:"safecall Dispatcher[7]":13: in function "?"
    ...\AdiCastBar\libs\LibAdiEvent-1.0\LibAdiEvent-1.0-3.lua:85: in function <...\AdiCastBar\libs\LibAdiEvent-1.0\LibAdiEvent-1.0.lua:82>

    Locals:
    nil

    - 6x AdiCastBar-v1.3\CastBars.lua:327: attempt to call method "Debug" (a nil value)
    AdiCastBar-v1.3\CastBars.lua:327: in function <AdiCastBar\CastBars.lua:325>
    (tail call): ?
    <in C code>
    <string>:"safecall Dispatcher[2]":13: in function "?"
    ...\AdiCastBar\libs\LibAdiEvent-1.0\LibAdiEvent-1.0-3.lua:85: in function <...\AdiCastBar\libs\LibAdiEvent-1.0\LibAdiEvent-1.0.lua:82>

    Locals:
    nil

    Please provide any additional information below.
    - To fix this, replace all calls to self:Debug() with addon:Debug().

  • Ravendwyr added the tags New Defect Nov 18, 2012

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