1. #1

    Error message upon logging in, would love some help.

    Tried disabling almost every addon one at a time, but just cannot figure out why im getting this error:

    37x FrameXML\UnitFrame.lua:232: attempt to index field "otherHealPrediction" (a nil value)
    FrameXML\UnitFrame.lua:232: in function "UnitFrameHealPredictionBars_Update"
    FrameXML\UnitFrame.lua:563: in function "UnitFrameHealthBar_Update"
    FrameXML\UnitFrame.lua:158: in function <FrameXML\UnitFrame.lua:148>
    <in C code>
    FrameXML\UnitFrame.lua:145: in function "UnitFrame_SetUnit"
    FrameXML\PlayerFrame.lua:380: in function "PlayerFrame_ToPlayerArt"
    FrameXML\PlayerFrame.lua:145: in function "OnEvent"
    FrameXML\UnitFrame.lua:679: in function <FrameXML\UnitFrame.lua:677>

    Locals:
    statusbar = PlayerFrameHealthBar {
    0 = <userdata>
    currValue = 555413
    frequentUpdates = true
    textLockable = 1
    cvarLabel = "STATUS_TEXT_PLAYER"
    prefix = "Health"
    forceHideText = false
    disconnected = false
    capNumericDisplay = true
    tooltipText = "The amount of health you currently have. If your health reaches zero, you will die. Health automatically regenerates when you are out of combat."
    unit = "player"
    TextString = PlayerFrameHealthBarText {}
    cvar = "playerStatusText"
    lockShow = 0
    tooltipTitle = "Health"
    }
    unit = "player"
    No addon is mentioned in the error, so hoping maybe someone in here can help me figure out whats up

  2. #2
    /run SetCVar("raidFramesDisplayIncomingHeals",1)

  3. #3
    that did the trick, thank you very much, guess its a problem with the standard ui?

  4. #4
    Deleted
    Quote Originally Posted by Hemanse View Post
    guess its a problem with the standard ui?
    Yes, pretty much.

  5. #5
    Deleted
    OMg thank you I was going crazy.....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •