Posted November 19, 20223 yr My servers keep crashing for no reason crash report: https://pastebin.com/Z5P0Ri6s
November 19, 20223 yr Your error says something is trying to modify the list of entities in a chunk incorrectly. There is nothing in that crash report that says which mod is causing the problem. If you post the logs/debug.log that might contain some extra information that gives a hint? But it is likely the only way you are going to find the problem mod is by removing mods individually until you find it. (Backup your world before removing mods). Mobs relating to mobs/entities or obscure mods with few downloads would be the first ones to test. You should also check you have the latest versions of your mods and check to see if their issues/bug report pages have a known problem relating to this. Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
November 19, 20223 yr Author I have a problem, the debug.log file isn't the one with an error beacuse i started and stopped the server later than that moment Edited November 19, 20223 yr by MikeRS
November 20, 20223 yr Author nvm i have it here debug.log: https://privatebin.net/?6b6b10be6fa4bed5#746YZyQraBt1JLGJZDNjUndPDuMAMDsEZVeRHGpu1p1z
November 20, 20223 yr There is nothing else in that log about your problem. I have underlined the following mods that are modifying code in this area: Quote $ grep -i chunk paste-6b6b10be6fa4bed5.txt | grep mixin [20nov2022 18:38:26.295] [main/DEBUG] [mixin/]: Mixing ChunkGeneratorMixin from citadel.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator [20nov2022 18:38:36.935] [main/DEBUG] [mixin/]: Mixing LevelChunkMixin from supplementaries.mixins.json into net.minecraft.world.level.chunk.LevelChunk [20nov2022 18:43:11.538] [Server thread/DEBUG] [mixin/]: Mixing camera.ChunkMapMixin from securitycraft.mixins.json into net.minecraft.server.level.ChunkMap [20nov2022 18:43:11.540] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$updateAccordingToCamera$0(Lnet/minecraft/world/level/ChunkPos;IILorg/apache/commons/lang3/mutable/MutableObject;Lnet/minecraft/server/level/ServerPlayer;)V to mdde25b6$lambda$updateAccordingToCamera$0$0 in securitycraft.mixins.json:camera.ChunkMapMixin [20nov2022 18:43:14.962] [Server thread/DEBUG] [mixin/]: Mixing MixinChunkSerializer from architectury.mixins.json into net.minecraft.world.level.chunk.storage.ChunkSerializer [20nov2022 18:43:31.817] [Server thread/DEBUG] [mixin/]: Mixing camera.TrackedEntityMixin from securitycraft.mixins.json into net.minecraft.server.level.ChunkMap$TrackedEntity [20nov2022 18:46:05.973] [Server thread/DEBUG] [mixin/]: Mixing ChunkHolderMixin from supplementaries.mixins.json into net.minecraft.network.protocol.game.ClientboundLevelChunkPacketData$BlockEntityInfo [20nov2022 18:46:05.973] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$sendBlockEntityCaps$2(Lnet/minecraftforge/common/util/LazyOptional;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;)V to mdde25b6$lambda$sendBlockEntityCaps$2$0 in supplementaries.mixins.json:ChunkHolderMixin [20nov2022 18:46:05.973] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$sendBlockEntityCaps$1(Lnet/minecraft/core/BlockPos;Lnet/mehvahdjukaar/supplementaries/api/IAntiqueTextProvider;Lnet/minecraft/server/level/ServerPlayer;)V to mdde25b6$lambda$sendBlockEntityCaps$1$1 in supplementaries.mixins.json:ChunkHolderMixin [20nov2022 18:46:05.973] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$sendBlockEntityCaps$0(Lnet/minecraft/server/level/ServerPlayer;)Lnet/minecraft/server/level/ServerPlayer; to mdde25b6$lambda$sendBlockEntityCaps$0$2 in supplementaries.mixins.json:ChunkHolderMixin But that does not mean it is one of these mods. They are just ones you can check first to see if you have the latest version or there are known issues. Edited November 20, 20223 yr by warjort Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.