crashing when loading new world
slovinsqui opened this issue ยท 6 comments
What's the issue you encountered?
when creating a new world, then loading it, the game crashes
How can the issue be reproduced?
I really don't know, I created worlds before without issues and then this happened
Logs
---- Minecraft Crash Report ---- // Hi. I'm Minecraft, and I'm a crashaholic. Time: 6/14/22, 10:09 PM Description: Exception ticking world java.lang.NullPointerException: Cannot invoke "net.minecraft.class_5132.method_26864(net.minecraft.class_1320)" because the return value of "java.util.Map.get(Object)" is null at net.minecraft.entity.mob.MobEntity.handler$eme000$initializeMixin(MobEntity:5100) at net.minecraft.entity.mob.MobEntity.initialize(MobEntity) at com.finallion.graveyard.entities.HordeGraveyardEntity.initialize(HordeGraveyardEntity.java:78) at net.minecraft.world.SpawnHelper.spawnEntitiesInChunk(SpawnHelper:295) at net.minecraft.world.SpawnHelper.spawnEntitiesInChunk(SpawnHelper:212) at net.minecraft.world.SpawnHelper.spawn(SpawnHelper:200) at net.minecraft.server.world.ServerChunkManager.tickChunks(ServerChunkManager:376) at net.minecraft.server.world.ServerChunkManager.tick(ServerChunkManager:323) at net.minecraft.server.world.ServerWorld.tick(ServerWorld:318) at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:875) at net.minecraft.server.MinecraftServer.tick(MinecraftServer:819) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer:98) at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:665) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:258) at java.lang.Thread.run(Thread.java:833) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraft.class_1308.handler$eme000$initializeMixin(class_1308.java:5100) at net.minecraft.class_1308.method_5943(class_1308.java) at com.finallion.graveyard.entities.HordeGraveyardEntity.method_5943(HordeGraveyardEntity.java:78) at net.minecraft.class_1948.method_24930(class_1948.java:295) at net.minecraft.class_1948.method_8663(class_1948.java:212) at net.minecraft.class_1948.method_27821(class_1948.java:200) at net.minecraft.class_3215.method_14161(class_3215.java:376) at net.minecraft.class_3215.method_12127(class_3215.java:323) at net.minecraft.class_3218.method_18765(class_3218.java:318) -- Affected level -- Details: All players: 1 total; [class_3222['Slovinsqui'/590, l='ServerLevel[testo]', x=25.50, y=64.00, z=-48.50]] Chunk stats: 2366 Level dimension: minecraft:overworld Level spawn location: World: (16,66,-48), Section: (at 0,2,0 in 1,4,-3; chunk contains blocks 16,-64,-48 to 31,319,-33), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1) Level time: 62 game time, 62 day time Level name: testo Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true Level weather: Rain time: 85855 (now: false), thunder time: 102091 (now: false) Known server brands: fabric Level was modded: true Level storage version: 0x04ABD - Anvil Stacktrace: at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:875) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819) at net.minecraft.class_1132.method_3748(class_1132.java:98) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:258) at java.base/java.lang.Thread.run(Thread.java:833) -- System Details -- Details: Minecraft Version: 1.19 Minecraft Version ID: 1.19 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 1262137456 bytes (1203 MiB) / 3133145088 bytes (2988 MiB) up to 4294967296 bytes (4096 MiB)
Additional information
No response
Could you attach the latest.log and the crash.log as files?
Does this occur on every world creation, as you mentioned it worked before?
crash-2022-06-14_22.35.20-server.txt
Yes, it did work before, my first action was removing the 2 mods I installed when the crashes happened, but it kept crashing anyways.
I don`t know if minecraft crashes when loading worlds too, I just happened to load freshly created worlds when the game crashed
Its crashing when a Graveyard Entity calls the a vanilla method (which should be absolutly fine), so I assume this is due to conflicting mods. I can't tell with which mod, due to the very unclear crash log, so you'd have the tedious task to search through the mods. I remember a similar exception with Adventurez, but it may be fixed already.
And I dont know whats with the first log(2022-06-16-1), but this one has some completly different issues and a crash related to Item Rendering on the client side.
Issue between The Graveyard and RpgDifficulty
Globox1997/RpgDifficulty#24