LiteBag

271k Downloads

Random Lua Error when opening bags. (Wow 9.0 Beta)

arcadepro opened this issue ยท 3 comments

commented
Message: Interface\AddOns\LiteBag\Panel.lua:583: attempt to call global 'LiteBagPanel_Update' (a nil value)
Time: Wed Sep  2 23:48:36 2020
Count: 1
Stack: Interface\AddOns\LiteBag\Panel.lua:583: attempt to call global 'LiteBagPanel_Update' (a nil value)
[string "@Interface\AddOns\LiteBag\Panel.lua"]:583: in function <Interface\AddOns\LiteBag\Panel.lua:530>

Locals: self = LiteBagInventoryPanel {
 0 = <userdata>
 bagButtons = <table> {
 }
 itemButtons = <table> {
 }
 bagFrames = <table> {
 }
 isBackpack = true
 canResize = true
 size = 148
}
event = "UNIT_QUEST_LOG_CHANGED"
arg1 = "player"
arg2 = nil
(*temporary) = nil
(*temporary) = LiteBagInventoryPanel {
 0 = <userdata>
 bagButtons = <table> {
 }
 itemButtons = <table> {
 }
 bagFrames = <table> {
 }
 isBackpack = true
 canResize = true
 size = 148
}
(*temporary) = "attempt to call global 'LiteBagPanel_Update' (a nil value)"
GetBagFrame = <function> defined @Interface\AddOns\LiteBag\Panel.lua:65

The above error could be a Blizz issue but I thought I'd document it here. Additionally, opening bags causes a full screen flicker for a frame or two. This flicker is a Litebag issue since default bags doesn't seem to do it.

commented

9.0.0.alpha2 should have a fix for the Quest Accept bug.

Can you let me know if you still have the flicker after updating. I'm not sure what that would be and I don't think I have it.

commented

Here is a video of me hammering the bag key a few times with no flicker:

https://www.youtube.com/watch?v=_bsOUefFZBQ

commented

No news is good news? Closing this, assumed fixed.