Close
Showing results 1 to 10 of 103

Hybrid View

  1. #1

    Default

    Quote Originally Posted by Kris1234 View Post
    Hey,

    Thank you for another update Jafula

    Just returned to wow and received my one and only error (yayyyy). Now as i know nothing about addons, Im not sure which of the two addons is the problem but here it is anyway. Both addons appear to be working fine, so dont really know whats suppose to be broke. If skinner is the problem then I will report the error with them, just didnt want to create an account just to do so

    Date: 2013-12-01 09:03:34
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\Skinner\UIFrames.lua line 1786:
    attempt to index global 'G' (a nil value)
    Debug:
    (tail call): ?
    [C]: xpcall()
    Skinner\UtilFuncs.lua:120:
    Skinner\UtilFuncs.lua:114
    (tail call): ?
    Skinner\AddonFrames.lua:162: ?()
    ...face\AddOns\Jamba\Libs\AceTimer-3.0\AceTimer-3.0.lua:41:
    ...face\AddOns\Jamba\Libs\AceTimer-3.0\AceTimer-3.0.lua:36
    Looks like a bug in Skinner at line 1786, should be an _G rather than a G.

    function aObj:MovieFrame()
    if not self.db.profile.MovieFrame or self.initialized.MovieFrame then return end
    self.initialized.MovieFrame = true


    self:addSkinFrame{obj=G.MovieFrame.CloseDialog, ft=ftype}
    --should be an _ here ^
    end

    Yup, see the Skinner thread; fix is described in that thread too:

    http://forums.wowace.com/showthread.php?t=2923&page=523
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  2. #2

    Default

    Quote Originally Posted by Jafula View Post
    Looks like a bug in Skinner at line 1786, should be an _G rather than a G.

    function aObj:MovieFrame()
    if not self.db.profile.MovieFrame or self.initialized.MovieFrame then return end
    self.initialized.MovieFrame = true


    self:addSkinFrame{obj=G.MovieFrame.CloseDialog, ft=ftype}
    --should be an _ here ^
    end

    Yup, see the Skinner thread; fix is described in that thread too:

    http://forums.wowace.com/showthread.php?t=2923&page=523
    Lol what can i say, not even your addon and you have found me a fix

Tags for this Thread

Posting Rules

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