Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crystamae Historia throws a NullPointerException with Stacking Plugin #208

Open
Silentassassin9SC opened this issue Apr 6, 2024 · 0 comments

Comments

@Silentassassin9SC
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant