Thread Tools Display Modes
11-01-14, 03:21 AM   #1
Stevenlandry
Premium Member
 
Stevenlandry's Avatar
Premium Member
Join Date: Aug 2010
Posts: 49
bag error

So i got this error when i was trying to set up my JC bags to show each color gem.

Code:
3x cargBags_Nivaya\cargBags_Nivaya.lua:389: NivayaBankgreen gems:SetPoint(): NivayaBankbluee gems is dependent on this
[C]: in function `SetPoint'
cargBags_Nivaya\cargBags_Nivaya.lua:389: in function `UpdateAnchors'
cargBags_Nivaya\cargBags_Nivaya.lua:377: in function `CreateAnchors'
cargBags_Nivaya\cargBags_Nivaya.lua:297: in function `?'
cargBags_Nivaya\cargBags_Nivaya.lua:5: in function <cargBags_Nivaya\cargBags_Nivaya.lua:5>

Locals:
self = Nivaya {
 0 = <userdata>
 ClassifyItem = <function> defined @cargBags_Nivaya\filters.lua:49
 CatDropDownOnClick = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:502
 contByName = <table> {
 }
 notInited = true
 OnBankOpened = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:410
 getItemCount = <function> defined @cargBags_Nivaya\filters.lua:77
 CreateAnchors = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:302
 ToggleBagPosButtons = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:425
 HideBags = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:183
 buttons = <table> {
 }
 UpdateAnchors = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:380
 CatDropDownInit = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:463
 OnBankClosed = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:418
 OnClose = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:404
 contByID = <table> {
 }
 name = "Nivaya"
 ShowBags = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:175
 UpdateBags = <function> defined @cargBags_Nivaya\filters.lua:6
 bagSizes = <table> {
 }
 OnOpen = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:397
 events = <table> {
 }
}
self = NivayaBankbluee gems {
 0 = <userdata>
 Columns = 12
 buttons = <table> {
 }
 bags = <table> {
 }
 AnchorTargets = <table> {
 }
 AnchorDir = "Bottom"
 ContainerHeight = 0
 Settings = <table> {
 }
 AnchorTo = NivayaBankOrange {
 }
 Caption = <unnamed> {
 }
 UpdateDimensions = <function> defined @cargBags_Nivaya\style.lua:234
 name = "Bankbluee gems"
 filters = <table> {
 }
}
(for generator) = <function> defined =[C]:-1
(for state) = <table> {
 (null) = true
}
(for control) = NivayaBankgreen gems {
 0 = <userdata>
 Columns = 12
 buttons = <table> {
 }
 bags = <table> {
 }
 AnchorTargets = <table> {
 }
 AnchorDir = "Bottom"
 ContainerHeight = 0
 Settings = <table> {
 }
 AnchorTo = NivayaBankbluee gems {
 }
 Caption = <unnamed> {
 }
 UpdateDimensions = <function> defined @cargBags_Nivaya\style.lua:234
 name = "Bankgreen gems"
 filters = <table> {
 }
}
v = NivayaBankgreen gems {
 0 = <userdata>
 Columns = 12
 buttons = <table> {
 }
 bags = <table> {
 }
 AnchorTargets = <table> {
 }
 AnchorDir = "Bottom"
 ContainerHeight = 0
 Settings = <table> {
 }
 AnchorTo = NivayaBankbluee gems {
 }
 Caption = <unnamed> {
 }
 UpdateDimensions = <function> defined @cargBags_Nivaya\style.lua:234
 name = "Bankgreen gems"
 filters = <table> {
 }
}
_ = true
t = NivayaBankbluee gems {
 0 = <userdata>
 Columns = 12
 buttons = <table> {
 }
 bags = <table> {
 }
 AnchorTargets = <table> {
 }
 AnchorDir = "Bottom"
 ContainerHeight = 0
 Settings = <table> {
 }
 AnchorTo = NivayaBankOrange {
 }
 Caption = <unnamed> {
 }
 UpdateDimensions = <function> defined @cargBags_Nivaya\style.lua:234
 name = "Bankbluee gems"
 filters = <table> {
 }
}
u = "Bottom"
h = nil
Plus this error

Code:
2x cargBags_Nivaya\cargBags_Nivaya.lua:693: attempt to index field 'buttonClass' (a nil value)
cargBags_Nivaya\cargBags_Nivaya.lua:693: in function <cargBags_Nivaya\cargBags_Nivaya.lua:688>

Locals:
And this one too

Code:
1x cargBags_Nivaya\cargBags_Nivaya.lua:390: NivayaBankgreen gems:SetPoint(): NivayaBankbluee gems is dependent on this
[C]: in function `SetPoint'
cargBags_Nivaya\cargBags_Nivaya.lua:390: in function `UpdateAnchors'
cargBags_Nivaya\style.lua:151: in function `OnContentsChanged'
...ecargBags_Nivaya\cargBags\base\container.lua:102: in function <...ecargBags_Nivaya\cargBags\base\container.lua:99>

Locals:
self = Nivaya {
 0 = <userdata>
 ClassifyItem = <function> defined @cargBags_Nivaya\filters.lua:49
 CatDropDownOnClick = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:502
 contByName = <table> {
 }
 notInited = true
 OnBankOpened = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:410
 getItemCount = <function> defined @cargBags_Nivaya\filters.lua:77
 CreateAnchors = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:302
 ToggleBagPosButtons = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:425
 HideBags = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:183
 buttons = <table> {
 }
 UpdateAnchors = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:380
 CatDropDownInit = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:463
 OnBankClosed = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:418
 OnClose = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:404
 contByID = <table> {
 }
 name = "Nivaya"
 ShowBags = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:175
 UpdateBags = <function> defined @cargBags_Nivaya\filters.lua:6
 bagSizes = <table> {
 }
 OnOpen = <function> defined @cargBags_Nivaya\cargBags_Nivaya.lua:397
 events = <table> {
 }
}
self = NivayaBankbluee gems {
 0 = <userdata>
 Columns = 12
 buttons = <table> {
 }
 bags = <table> {
 }
 AnchorTargets = <table> {
 }
 AnchorDir = "Bottom"
 ContainerHeight = 0
 Settings = <table> {
 }
 AnchorTo = NivayaBankOrange {
 }
 Caption = <unnamed> {
 }
 UpdateDimensions = <function> defined @cargBags_Nivaya\style.lua:234
 name = "Bankbluee gems"
 filters = <table> {
 }
}
(for generator) = <function> defined =[C]:-1
(for state) = <table> {
 (null) = true
}
(for control) = NivayaBankgreen gems {
 0 = <userdata>
 Columns = 12
 buttons = <table> {
 }
 bags = <table> {
 }
 AnchorTargets = <table> {
 }
 AnchorDir = "Bottom"
 ContainerHeight = 0
 Settings = <table> {
 }
 AnchorTo = NivayaBankbluee gems {
 }
 Caption = <unnamed> {
 }
 UpdateDimensions = <function> defined @cargBags_Nivaya\style.lua:234
 name = "Bankgreen gems"
 filters = <table> {
 }
}
v = NivayaBankgreen gems {
 0 = <userdata>
 Columns = 12
 buttons = <table> {
 }
 bags = <table> {
 }
 AnchorTargets = <table> {
 }
 AnchorDir = "Bottom"
 ContainerHeight = 0
 Settings = <table> {
 }
 AnchorTo = NivayaBankbluee gems {
 }
 Caption = <unnamed> {
 }
 UpdateDimensions = <function> defined @cargBags_Nivaya\style.lua:234
 name = "Bankgreen gems"
 filters = <table> {
 }
}
_ = true
t = NivayaBankbluee gems {
 0 = <userdata>
 Columns = 12
 buttons = <table> {
 }
 bags = <table> {
 }
 AnchorTargets = <table> {
 }
 AnchorDir = "Bottom"
 ContainerHeight = 0
 Settings = <table> {
 }
 AnchorTo = NivayaBankOrange {
 }
 Caption = <unnamed> {
 }
 UpdateDimensions = <function> defined @cargBags_Nivaya\style.lua:234
 name = "Bankbluee gems"
 filters = <table> {
 }
}
u = "Bottom"
h = true
__________________
"I fear the day that technology will surpass our human interaction. the world will have a generation of idiots" Albert Einstein

Ripshawn YouTube channel

RipShawn Twitch channel

Last edited by Gethe : 11-01-14 at 04:58 PM. Reason: please use code tags
  Reply With Quote
11-02-14, 12:41 PM   #2
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
1. Make sure you're using the latest version from RealUI
2. Exactly what was it that you did to get these errors? Can you set up some steps that can reproduce the errors? I tried just creating a few new bags and adding stuff to them, but got nothing.
__________________
Knowledge = Power; Be OP

  Reply With Quote
11-03-14, 06:07 PM   #3
Stevenlandry
Premium Member
 
Stevenlandry's Avatar
Premium Member
Join Date: Aug 2010
Posts: 49
repeat of error

i cant even do anything. i dont see any bags all i see is the empty bag slot and all the icons. What i was doing was make bags for each color of gem, perfect cut, and meta gems. as i was trying to move some gems to their bag i got the error and now i can even use the bag addon.
__________________
"I fear the day that technology will surpass our human interaction. the world will have a generation of idiots" Albert Einstein

Ripshawn YouTube channel

RipShawn Twitch channel
  Reply With Quote
11-03-14, 06:12 PM   #4
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Try a:
/run cB_CustomBags = nil
/rl
  Reply With Quote
11-03-14, 06:32 PM   #5
Stevenlandry
Premium Member
 
Stevenlandry's Avatar
Premium Member
Join Date: Aug 2010
Posts: 49
bag error

I'll try that and let you know
__________________
"I fear the day that technology will surpass our human interaction. the world will have a generation of idiots" Albert Einstein

Ripshawn YouTube channel

RipShawn Twitch channel
  Reply With Quote
11-04-14, 04:37 AM   #6
siweia
A Flamescale Wyrmkin
 
siweia's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2011
Posts: 126
Originally Posted by Nibelheim View Post
Try a:
/run cB_CustomBags = nil
/rl
http://www.wowinterface.com/download....html#comments

I posted a bug here, would you mind to have a look? Thanks.
  Reply With Quote
09-25-16, 11:23 AM   #7
Hakamaori
A Cliff Giant
 
Hakamaori's Avatar
Join Date: Apr 2013
Posts: 75
Exclamation

I've been getting the following error since I installed 8.1 r18e:

Code:
9x cargBags_Nivaya\style.lua:72: attempt to compare number with string
cargBags_Nivaya\style.lua:72: in function <cargBags_Nivaya\style.lua:59>
[C]:: in function 'sort'
cargBags_Nivaya\style.lua:77: in function <cargBags_Nivaya\style.lua:77>
cargBags_Nivaya\style.lua:101: in function 'OnContentsChanged'
...e\cargBags_Nivaya\cargBags\base\container.lua:105: in function <...e\cargBags_Nivaya\cargBags\base\container.lua:102>
This happens every time I open my bags and when I check/receive items from the mail on my bank alt but it hasn't happened on any of my other characters.
__________________
"Lok'tar Ogar! Blood and Thunder! For The Horde!"

Hakamaori - Tauren Protection Warrior: Wyrmrest Accord - US
  Reply With Quote
09-25-16, 03:11 PM   #8
Out1aw
A Theradrim Guardian
 
Out1aw's Avatar
Join Date: Jan 2014
Posts: 65
Also "Mark as New" not working
https://youtu.be/zP8Z95sgjYg
__________________
  Reply With Quote

WoWInterface » Featured Projects » RealUI » bag error


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off