guild bank problems
JAD481 opened this issue ยท 6 comments
Running Software (please complete the following information):
- Game patch [e.g. Build 8.0.1.27178]
- Addon version
v8.0.4 just updated.
Describe the bug
A clear and concise description of what the bug is.
will add pic
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Error Logs
If applicable, add the first error message (labeled 1/Many) that appeared.
Additional context
Add any other context about the problem here.
Message: ...nterface\AddOns\Bagnon_GuildBank\components\item.lua:26: attempt to concatenate local 'id' (a nil value)
Time: Sat Sep 8 17:16:16 2018
Count: 1
Stack: ...nterface\AddOns\Bagnon_GuildBank\components\item.lua:26: attempt to concatenate local 'id' (a nil value)
...nterface\AddOns\Bagnon_GuildBank\components\item.lua:26: in function Construct' ...AddOns\Bagnon\external\Wildpants\components\item.lua:37: in function
Create'
...nterface\AddOns\Bagnon_GuildBank\components\item.lua:16: in function Create' ...AddOns\Bagnon\external\Wildpants\components\item.lua:22: in function
New'
...s\Bagnon\external\Wildpants\components\itemFrame.lua:119: in function <...s\Bagnon\external\Wildpants\components\itemFrame.lua:108>
Locals: self = {
0 =
OnEnter = defined @interface\AddOns\Bagnon_GuildBank\components\item.lua:74
__super = {
}
IsNew = defined @interface\AddOns\Bagnon_GuildBank\components\item.lua:119
UpdateCooldown = defined @interface\AddOns\Bagnon_GuildBank\components\item.lua:105
GetBlizzard = defined @interface\AddOns\Bagnon_GuildBank\components\item.lua:29
OnDragStart = defined @interface\AddOns\Bagnon_GuildBank\components\item.lua:62
OnReceiveDrag = defined @interface\AddOns\Bagnon_GuildBank\components\item.lua:68
__index = {
}
unused =
}
UpdateTooltip = defined @interface\AddOns\Bagnon_GuildBank\components\item.lua:84
Create = defined @interface\AddOns\Bagnon_GuildBank\components\item.lua:15
GetBag = defined @interface\AddOns\Bagnon_GuildBank\components\item.lua:114
IsQuestItem = defined @interface\AddOns\Bagnon_GuildBank\components\item.lua:118
Name = "GuildItemSlot"
GetSlot = defined @interface\AddOns\Bagnon_GuildBank\components\item.lua:110
nextID = 0
OnClick = defined @interface\AddOns\Bagnon_GuildBank\components\item.lua:35
Construct = defined @interface\AddOns\Bagnon_GuildBank\components\item.lua:25
SplitStack = defined @interface\AddOns\Bagnon_GuildBank\components\item.lua:100
}
id = nil
(*temporary) = defined =[C]:-1
(*temporary) = "Button"
(*temporary) = "Bagnon_GuildBank"
(*temporary) = "ItemSlot"
(*temporary) = nil
(*temporary) = "attempt to concatenate local 'id' (a nil value)"
MODULE = "Bagnon_GuildBank"
The guild bank is not opened, only the upper part is visible, the bank itself does not open ... correct
Game ver.
8.0.1.27602
Addon ver.
8.0.4
Windows ver.
Windows 10 home, up to date.
Description.
When I open the guild bank, I see only the title bar and icons for the different tabs, the actual contents of all tabs are not visible. All you see is a narrow rectangle where your guild bank contents should be.
To repro.
-Walk up to guild bank
-Click it to open
-Title bar opens, as described above. No guild bank contents are visible.
Expected.
Able to see what's in the guild bank when I click it.
Actual.
Nothing is visible save for the title bar with icons for the different tabs.
This is the bug i'm getting and my guildbank tabs look exactly like the guys' above me:
9x Bagnon_GuildBank\components\item.lua:26: attempt to concatenate local 'id' (a nil value)
Bagnon_GuildBank\components\item.lua:26: in function Construct' Bagnon\external\Wildpants\components\item.lua:37: in function
Create'
Bagnon_GuildBank\components\item.lua:16: in function Create' Bagnon\external\Wildpants\components\item.lua:22: in function
New'
...s\Bagnon\external\Wildpants\components\itemFrame.lua:119: in function <...s\Bagnon\external\Wildpants\components\itemFrame.lua:108>
Locals:
self = {
0 =
OnEnter = defined @Bagnon_GuildBank\components\item.lua:74
__super = {
}
IsNew = defined @Bagnon_GuildBank\components\item.lua:119
UpdateCooldown = defined @Bagnon_GuildBank\components\item.lua:105
GetBlizzard = defined @Bagnon_GuildBank\components\item.lua:29
OnDragStart = defined @Bagnon_GuildBank\components\item.lua:62
OnReceiveDrag = defined @Bagnon_GuildBank\components\item.lua:68
__index = {
}
unused =
}
UpdateTooltip = defined @Bagnon_GuildBank\components\item.lua:84
Create = defined @Bagnon_GuildBank\components\item.lua:15
GetBag = defined @Bagnon_GuildBank\components\item.lua:114
IsQuestItem = defined @Bagnon_GuildBank\components\item.lua:118
Name = "GuildItemSlot"
GetSlot = defined @Bagnon_GuildBank\components\item.lua:110
nextID = 0
OnClick = defined @Bagnon_GuildBank\components\item.lua:35
Construct = defined @Bagnon_GuildBank\components\item.lua:25
SplitStack = defined @Bagnon_GuildBank\components\item.lua:100
}
id = nil
(*temporary) = defined =[C]:-1
(*temporary) = "Button"
(*temporary) = "Bagnon_GuildBank"
(*temporary) = "ItemSlot"
(*temporary) = nil
(*temporary) = "attempt to concatenate local 'id' (a nil value)"
MODULE = "Bagnon_GuildBank"