Applied Energistics 2

Applied Energistics 2

137M Downloads

Game Crashing because of patterns with invalid items

NemEzanevem opened this issue ยท 2 comments

commented

Describe the bug

I have been updating my world from 1.18.2 to 1.19.2 on fabric the server works fine
but i have invalid processing because a mod named beyond _earth changed to ad_astra so it has a different mod id so all of my recipes broke and everyone crashes if we try to join the server

How to reproduce the bug

have patterns with invalid items within a region

Expected behavior

if you try to join the server you crash

Additional details

No response

Which minecraft version are you using?

1.19

On which mod loaders does it happen?

Fabric

Crash log

https://pastebin.com/fQ6qzb8j

commented

This is not related to AE2.

The log indicates that your game is crashing somewhere in a mods addition to the the Player ticking code. It's impossible for me to know which mod is doing this, but it is not AE2.

java.lang.NullPointerException: Cannot invoke "net.minecraft.entity.attribute.EntityAttributeInstance.getBaseValue()" because "instance" is null
	at net.minecraft.entity.LivingEntity.handler$zjm000$tick(LivingEntity.java:7125) <---------- Mod inserted hook
	at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2465)
	at net.minecraft.entity.player.PlayerEntity.tick(PlayerEntity.java:284)
	at net.minecraft.client.network.ClientPlayerEntity.tick(ClientPlayerEntity.java:229)
	at net.minecraft.client.world.ClientWorld.tickEntity(ClientWorld.java:267)
	at net.minecraft.world.World.tickEntity(World.java:466)
	at net.minecraft.client.world.ClientWorld.method_32124(ClientWorld.java:250)
	at net.minecraft.world.EntityList.forEach(EntityList.java:54)
	at net.minecraft.client.world.ClientWorld.tickEntities(ClientWorld.java:246)
	at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java:1851)
	at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1135)
	at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:768)
	at net.minecraft.client.main.Main.main(Main.java:244)
	at net.minecraft.client.main.Main.main(Main.java:51)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
commented

https://pastebin.com/GdkuajH9

there is also the server side log that needs to be checked