You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crystamae Historia throws a NullPointerException when RoseStacker plugin is on the server
and 2 of the exact same item is attempting to enter a Crystamae Historia machine
Currently Rose Stacker is only being used to stack mobs not items
here is the Stacktrace from the error report with the full error report attached(file type was changed to txt for github) 2024-04-06-13-56.txt
Stacktrace:
java.lang.NullPointerException: Cannot invoke "dev.rosewood.rosestacker.stack.StackedItem.setStackSize(int)" because "stackedItem" is null
at CrystamaeHistoria - DEV 81 (git 0c0ef).jar//io.github.sefiraat.crystamaehistoria.managers.SupportedPluginManager.setStackAmount(SupportedPluginManager.java:134)
at CrystamaeHistoria - DEV 81 (git 0c0ef).jar//io.github.sefiraat.crystamaehistoria.slimefun.items.mechanisms.prismaticgilder.PrismaticGilderCache.addCrystamae(PrismaticGilderCache.java:146)
at CrystamaeHistoria - DEV 81 (git 0c0ef).jar//io.github.sefiraat.crystamaehistoria.slimefun.items.mechanisms.prismaticgilder.PrismaticGilderCache.consumeItems(PrismaticGilderCache.java:86)
at CrystamaeHistoria - DEV 81 (git 0c0ef).jar//io.github.sefiraat.crystamaehistoria.slimefun.items.mechanisms.prismaticgilder.PrismaticGilder.tick(PrismaticGilder.java:83)
at CrystamaeHistoria - DEV 81 (git 0c0ef).jar//io.github.sefiraat.crystamaehistoria.infinitylib.machines.TickingMenuBlock$1.tick(TickingMenuBlock.java:34)
at Slimefun4-Dev.jar//io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask.tickBlock(TickerTask.java:184)
at Slimefun4-Dev.jar//io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask.lambda$tickLocation$2(TickerTask.java:165)
at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101)
at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:480)
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1506)
at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:486)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1420)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1191)
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:322)
at java.base/java.lang.Thread.run(Thread.java:1589)
The text was updated successfully, but these errors were encountered:
Crystamae Historia throws a NullPointerException when RoseStacker plugin is on the server
and 2 of the exact same item is attempting to enter a Crystamae Historia machine
Currently Rose Stacker is only being used to stack mobs not items
here is the Stacktrace from the error report with the full error report attached(file type was changed to txt for github)
2024-04-06-13-56.txt
The text was updated successfully, but these errors were encountered: