Game crashes when placing and/or extending Create's Mechanical Belt
Redwood4413 opened this issue ยท 5 comments
Hi!
My game keeps crashing when placing additional Mechanical Belt from Create Mod
Crash-report: https://mclo.gs/U5jpKX4
Dynamic Surroundings was found by doing binary search, that's not because of Entity Culling as this crashlog suggests.
MC: 1.21.1
NeoForge: 21.1.129
This looks to be something in Sodium?
<html>
<body>
<!--StartFragment-->
Caused by: java.lang.NullPointerException: Cannot invoke "it.unimi.dsi.fastutil.objects.ObjectArrayList.get(int)" because "this.wrapped" is null
--
61 | at MC-BOOTSTRAP/[email protected]/it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap$MapIterator.nextEntry(Object2ObjectOpenHashMap.java:637) ~[fastutil-8.5.12.jar%23125!/:?] {}
62 | at MC-BOOTSTRAP/[email protected]/it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap$EntryIterator.next(Object2ObjectOpenHashMap.java:731) ~[fastutil-8.5.12.jar%23125!/:?] {}
63 | at MC-BOOTSTRAP/[email protected]/it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap$EntryIterator.next(Object2ObjectOpenHashMap.java:726) ~[fastutil-8.5.12.jar%23125!/:?] {}
64 | at TRANSFORMER/[email protected]+mc1.21.1/net.caffeinemc.mods.sodium.client.util.iterator.WrappedIterator.next(WrappedIterator.java:28) ~[sodium-neoforge-0.6.9+mc1.21.1.jar%23502!/:?] {re:classloading}
65 | at TRANSFORMER/[email protected]+mc1.21.1/net.caffeinemc.mods.sodium.client.world.cloned.ClonedChunkSection.copyBlockEntities(ClonedChunkSection.java:183) ~[sodium-neoforge-0.6.9+mc1.21.1.jar%23502!/:?] {re:classloading}
66 | at TRANSFORMER/[email protected]+mc1.21.1/net.caffeinemc.mods.sodium.client.world.cloned.ClonedChunkSection.tryCopyBlockEntities(ClonedChunkSection.java:153) ~[sodium-neoforge-0.6.9+mc1.21.1.jar%23502!/:?] {re:classloading}
<!--EndFragment-->
</body>
</html>
Also, where do I get the Create mod for MC 1.21.1? I cannot find on CurseForge or Modrinth.
Also, where do I get the Create mod for MC 1.21.1? I cannot find on CurseForge or Modrinth.
Here: Modrinth
Same exact version as in crashlog, Create is currently 6.0.6, but AFAIR Create 6.0.5 was crashing too.
I created a small pack that had:
- NeoForge 21.1.152
- Create 6.0.6
- Dynamic Surroundings 1.21.1-0.4.3
- Sodium 0.6.13
I placed items on belts, toss items on belts, extended belts, extended belts while items are moving, etc. I cannot get it to crash. Is this modpack available online somewhere? Also, could you paste a screenshot of the game before the crash? Reason is there may be something in the environment that is contributing which is not readily known.
I'm sorry for the slow responses, I tested Dynamic Surroundings again, and this time I got disconnected from the server while extending the belt.
It's a custom modpack, created by me: Google Drive
The disconnect/crash happened when I launched the game without Euphonium, Immersive Winds, Sound Physics Remastered, Presence Footsteps. With these mods everything worked fine. (Installed them instead of Dynamic Surroundings)
Also, game randomly renders ghost belts upon extending, they have no collision, can't be broken, disappears when chunks are refreshed.
New disconnect log: mclo.gs
