Crashed when openning advanced autocrafter :(
goodguyham opened this issue ยท 4 comments
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
i crashed when i opened advanced autocrafter, pretty sure that's not suppose to happen haha
i do have sinytra connector on haha, not sure it it's the problem
How can I reproduce this bug or crash?
1- make the RF system,
2- attach advanced autocrafter.
3- CRASH.
Configuration
- Mod version: its custom haha
- Refined Storage version: 2.0.0-beta.6
- Neoforge version: .194
- Minecraft version: 1.21.1Relevant log output
java.lang.AbstractMethodError: Receiver class edivad.extrastorage.autocrafting.advancedautocrafter.AdvancedAutocrafterContainerMenu does not define or inherit an implementation of the resolved method 'abstract boolean stillValid(net.minecraft.world.entity.player.Player)' of abstract class net.minecraft.world.inventory.AbstractContainerMenu.
at net.minecraft.server.level.ServerPlayer.tick(ServerPlayer.java:504)
at net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:774)
at net.minecraft.world.level.Level.guardEntityTick(Level.java:576)
at net.minecraft.server.level.ServerLevel.lambda$tick$2(ServerLevel.java:420)
at net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:54)
at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:400)
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1037)Anything else?
I get the same issue on beta 6 and 7 of RS2 when opening an existing autocrafter.
If I roll back to b5 of RS2 the autocrafters work normally.
can confirm it can be reproduced with only this, RS and EMI loaded.
ExtraStorage 1.21.1-5.0.3
Refined Storage 2.0.0.beta7
place an autocrafter from this mod anywhere (I used gold tier in my test) -> right click -> error
it also does not light up when connected a powered RS network.
[06Aug2025 09:42:23.976] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
net.minecraft.ReportedException: Ticking entity
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1041) ~[client-1.21.1-20240808.144430-srg.jar%23192!/:?]
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:917) ~[client-1.21.1-20240808.144430-srg.jar%23192!/:?]
at TRANSFORMER/[email protected]/net.minecraft.client.server.IntegratedServer.tickServer(IntegratedServer.java:110) ~[client-1.21.1-20240808.144430-srg.jar%23192!/:?]
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:707) ~[client-1.21.1-20240808.144430-srg.jar%23192!/:?]
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:267) ~[client-1.21.1-20240808.144430-srg.jar%23192!/:?]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
Caused by: java.lang.AbstractMethodError: Receiver class edivad.extrastorage.autocrafting.advancedautocrafter.AdvancedAutocrafterContainerMenu does not define or inherit an implementation of the resolved method 'abstract boolean stillValid(net.minecraft.world.entity.player.Player)' of abstract class net.minecraft.world.inventory.AbstractContainerMenu.
at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerPlayer.tick(ServerPlayer.java:504) ~[client-1.21.1-20240808.144430-srg.jar%23192!/:?]
at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:774) ~[client-1.21.1-20240808.144430-srg.jar%23192!/:?]
at TRANSFORMER/[email protected]/net.minecraft.world.level.Level.guardEntityTick(Level.java:576) ~[client-1.21.1-20240808.144430-srg.jar%23192!/:?]
at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerLevel.lambda$tick$2(ServerLevel.java:420) ~[client-1.21.1-20240808.144430-srg.jar%23192!/:?]
at TRANSFORMER/[email protected]/net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:54) ~[client-1.21.1-20240808.144430-srg.jar%23192!/:?]
at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:400) ~[client-1.21.1-20240808.144430-srg.jar%23192!/:?]
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1037) ~[client-1.21.1-20240808.144430-srg.jar%23192!/:?]
... 5 more
I also want to confirm this is happening, from what I understand, it is because Raoul, the dev of RS, decided to finally deal with the issue of some patterns not rendering what they are supposed to be crafting in the autocrafters, cable tiers also had this issue and the dev of that addon fixed it very quickly.