View Bug Report
Missing LibStub - Won't work in MOP Beta.
Bug #: 7691
File: bBars
Date: 07-04-12 09:54 AM
By: jeffy162
Status: Unconfirmed
Trying to use this in MoP Beta. Unfortunately, bBars doesn't work without LibStub (which is not included).

Code:
Message: Interface\AddOns\bBars\bBars.lua:37: attempt to call global 'LibStub' (a nil value)
Time: 07/03/12 18:20:52
Count: 1
Stack: Interface\AddOns\bBars\bBars.lua:37: in main chunk

Locals: bBars = bBars {
 0 = <userdata>
 config = false
 frames = <table> {
 }
 default_positions = <table> {
 }
}
addonName = "bBars"
ns = <table> {
}
LBFGroup = nil
(*temporary) = nil
(*temporary) = "LibButtonFacade"
(*temporary) = true
(*temporary) = "attempt to call global 'LibStub' (a nil value)"
As you can see, it also tries to call "LibButtonFacade" (which is now a part of Masque and also doesn't work in the MoP Beta), but if Masque is not installed why is it throwing this error?