
Issue with clean install. Bagbrother and Wildaddon 1.1
gooberific opened this issue ยท 2 comments
Is there an existing issue for this?
- I have searched the existing open and closed issues.
Description
2x ...dOns/BagBrother/libs/WildAddon-1.1-8/WildAddon-1.1.lua:39: Cannot find a library instance of "WildAddon-1.0".
[!Swatter/Support/LibStub.lua]:23: in function 'LibStub'
[BagBrother/libs/WildAddon-1.1-8/WildAddon-1.1.lua]:39: in function <...dOns/BagBrother/libs/WildAddon-1.1/WildAddon-1.1.lua:35>
[BagBrother/libs/WildAddon-1.1-8/WildAddon-1.1.lua]:53: in function <...dOns/BagBrother/libs/WildAddon-1.1/WildAddon-1.1.lua:49>
[BagBrother/libs/WildAddon-1.1-8/WildAddon-1.1.lua]:81: in function 'NewModule'
[Bagnon_ItemInfo/Main.lua]:31: in main chunk
Locals:
self =
minors =
}
minor = 2
libs =
}
}
major = "WildAddon-1.0"
silent = nil
Bagnon Version
11.1.23
World of Warcraft Flavor
Retail
World of Warcraft Region
US/NA
Tested with only Bagnon
This issue happens only with another specific enabled (which one?)
Lua Error
2x ...dOns/BagBrother/libs/WildAddon-1.1-8/WildAddon-1.1.lua:39: Cannot find a library instance of "WildAddon-1.0".
[BagBrother/libs/LibStub/LibStub.lua]:23: in function 'LibStub'
[BagBrother/libs/WildAddon-1.1-8/WildAddon-1.1.lua]:39: in function <...dOns/BagBrother/libs/WildAddon-1.1/WildAddon-1.1.lua:35>
[BagBrother/libs/WildAddon-1.1-8/WildAddon-1.1.lua]:53: in function <...dOns/BagBrother/libs/WildAddon-1.1/WildAddon-1.1.lua:49>
[BagBrother/libs/WildAddon-1.1-8/WildAddon-1.1.lua]:81: in function 'NewModule'
[Bagnon_ItemInfo/Main.lua]:31: in main chunk
Locals:
self = <table> {
minors = <table> {
}
minor = 2
libs = <table> {
}
}
This occurs when the Bagnon plugin, Itemlevel Plus, is enabled. I will also post this to the addon author. Just letting you know that it may be the source of some people's issues, not your addon.
Reproduction Steps
Load Wow with both Bagnon and Bagnon Itemlevel Plus plugin enabled. ( No other addons or libraries loaded ).
Last Working Version
No response
Screenshots
No response
Temp Fix
...AddOns\Bagnon-Iteminfo\Main.lua - line 31 should be changed from "...WildAddon-1.0" to "WildAddon1.1"