Error causes barrel addon to not load
mrcoffee1026 opened this issue ยท 4 comments
Description (Required)
Barrels no longer functioning in Slimefun:
Steps to reproduce the Issue (Required)
Check start up log on boot up seems to show the related issue (included in pastebin below) relevant bits probably: [10:49:55] [Server thread/WARN]: [Slimefun] Task #412 for Slimefun vDEV - 178 (git e031645) generated an exception
java.lang.IllegalStateException: zip file closed and
at me.john000708.barrels.Barrel$1.newInstance(Barrel.java:60) ~[?:?]
Expected behavior (Required)
Should start server without this error.
Server Log / Error Report
Environment (Required)
[11:12:02 INFO]: Paper v1_14_R1 (176)
[11:12:02 INFO]:
[11:12:02 INFO]: CS-CoreLib vDEV - 67 (git 1bd1883b)
[11:12:02 INFO]: Slimefun vDEV - 178 (git e031645)
[11:12:02 INFO]:
[11:12:02 INFO]: Installed Addons (8)
[11:12:02 INFO]: Barrels vDEV - 2 (git 847bc83b)
[11:12:02 INFO]: ExtraGear vDEV - 3 (git de222ab7)
[11:12:02 INFO]: ChestTerminal v1.0
[11:12:02 INFO]: HotbarPets vDEV - 16 (git 19414e50)
[11:12:02 INFO]: ExoticGarden vDEV - 18 (git 0ad817dd)
[11:12:02 INFO]: SoulJars vDEV - 3 (git ebabf39f)
[11:12:02 INFO]: ElectricSpawners vDEV - 3 (git 937f97c0)
[11:12:02 INFO]: ColoredEnderChests vDEV - 6 (git 6e80c4ba)
That's fine I put it there... but this error didn't happen until one of the later sf builds so thought the fix would need to be within sf instead of the addon itself which is why I reported it here.
Still works in dev build 176. So something in either 177 or 178 caused this addon to fail.