Add on does not work #1246


Open
  • 1337jordy created this issue Dec 21, 2020

    Chatter-1.7.3-nolib.zip does not work for me at all. If I load it alone then a Lua error appears and if i load it with my other addons then just nothing happens. I tried installing Chatter-1.7.3-1-g72c1ad6-alpha.zip instead which seems to be working.

     

    When I load the release version, I get about 40 errors. They all look something like:

    Message: Interface\AddOns\Chatter\Modules\Buttons.lua:2: attempt to call global 'LibStub' (a nil value)
    Time: Mon Dec 21 19:09:21 2020
    Count: 1
    Stack: Interface\AddOns\Chatter\Modules\Buttons.lua:2: attempt to call global 'LibStub' (a nil value)
    [string "@Interface\AddOns\Chatter\Modules\Buttons.lua"]:2: in main chunk

    Locals: addon = "Chatter"
    private = <table> {
    }
    (*temporary) = nil
    (*temporary) = "AceAddon-3.0"
    (*temporary) = "attempt to call global 'LibStub' (a nil value)"

     

    They all end with this (*temporary) = "attempt to call global 'LibStub' (a nil value)"


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