Bagnon

Bagnon

122M Downloads

LibItemCache-1.0 not loading

Sharparam opened this issue ยท 2 comments

commented

After updating to 4.3.4, LibItemCache-1.0 does not seem to load.

At login, the following error is thrown:

1x Bagnon-4.3.0\components\itemFrame.lua:8: Cannot find a library instance of "LibItemCache-1.0".
Ace3\LibStub\LibStub.lua:23: in function `LibStub'
Bagnon-4.3.0\components\itemFrame.lua:8: in main chunk

(It says Bagnon-4.3.0 in the error even though I have 4.3.4 installed, another bug?)

Running "LibStub:NewLibrary("LibItemCache-1.0", 7)" ingame works fine without error, Bagnon will then throw errors about missing methods in the library (obviously, since no methods have been declared):

commented

Please try the following steps:

  • Re-install Bagnon
  • Don't use libraries as separate modules
  • Disable all addons besides Bagnon
  • Test again
commented

Reinstalling and deleting saved variables fixed it. Thanks! :)