You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
my server crashes the errors indicate that the mods would be the reason for the crash.
can you help me?
Description: Ticking entity
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445)
at java.util.HashMap$ValueIterator.next(HashMap.java:1474)
at net.minecraft.world.World.addTileEntities(World.java:1949)
at net.minecraft.world.chunk.Chunk.onLoad(Chunk.java:856)
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:135)
at net.minecraft.world.World.getChunk(World.java:310)
at net.minecraft.world.World.getChunk(World.java:305)
at net.minecraft.world.World.getBlockState(World.java:911)
at gatogamer887.meanmobs.init.entity.ai.EntityAIBreakTorch.shouldMoveTo(EntityAIBreakTorch.java:90)
at net.minecraft.entity.ai.EntityAIMoveToBlock.searchForDestination(SourceFile:83)
at net.minecraft.entity.ai.EntityAIMoveToBlock.shouldExecute(SourceFile:38)
at gatogamer887.meanmobs.init.entity.ai.EntityAIBreakTorch.shouldExecute(EntityAIBreakTorch.java:44)
at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(SourceFile:94)
at net.minecraft.entity.EntityLiving.updateEntityActionState(EntityLiving.java:763)
at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:2359)
at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:577)
at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:45)
at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:223)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2179)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:295)
at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:50)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1996)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832)
at net.minecraft.world.World.updateEntity(World.java:1958)
at net.minecraft.world.World.redirect$updateEntity$zzn000(World.java:4123)
at net.minecraft.world.World.updateEntities(World.java:1762)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767)
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:748)
A detailed walkthrough of the error, its code path and all known details is as follows:
Hello
my server crashes the errors indicate that the mods would be the reason for the crash.
can you help me?
Description: Ticking entity
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445)
at java.util.HashMap$ValueIterator.next(HashMap.java:1474)
at net.minecraft.world.World.addTileEntities(World.java:1949)
at net.minecraft.world.chunk.Chunk.onLoad(Chunk.java:856)
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:135)
at net.minecraft.world.World.getChunk(World.java:310)
at net.minecraft.world.World.getChunk(World.java:305)
at net.minecraft.world.World.getBlockState(World.java:911)
at gatogamer887.meanmobs.init.entity.ai.EntityAIBreakTorch.shouldMoveTo(EntityAIBreakTorch.java:90)
at net.minecraft.entity.ai.EntityAIMoveToBlock.searchForDestination(SourceFile:83)
at net.minecraft.entity.ai.EntityAIMoveToBlock.shouldExecute(SourceFile:38)
at gatogamer887.meanmobs.init.entity.ai.EntityAIBreakTorch.shouldExecute(EntityAIBreakTorch.java:44)
at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(SourceFile:94)
at net.minecraft.entity.EntityLiving.updateEntityActionState(EntityLiving.java:763)
at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:2359)
at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:577)
at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:45)
at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:223)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2179)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:295)
at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:50)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1996)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832)
at net.minecraft.world.World.updateEntity(World.java:1958)
at net.minecraft.world.World.redirect$updateEntity$zzn000(World.java:4123)
at net.minecraft.world.World.updateEntities(World.java:1762)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767)
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:748)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Entity being ticked --
Entity Type: minecraft:zombie (net.minecraft.entity.monster.EntityZombie)
Entity ID: 231158
Entity Name: Zombie
Entity's Exact location: 437.50, 18.00, -117.50
Entity's Block location: World: (437,18,-118), Chunk: (at 5,1,10 in 27,-8; contains blocks 432,0,-128 to 447,255,-113), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle:
ERRORNullPointerException: nullEntity NBT: {HurtByTimestamp:0,ForgeData:{"mpr:checked":1b,"Potion Core - Health Fix":20.0f,"Potion Core - Jump Boost Updated":1b,HungerOverhaulCheck:9},Attributes:[{Base:1.0d,Name:"dynamicstealth.threatGen"},{Base:1.0d,Name:"dynamicstealth.threatGenTargetSpotted"},{Base:1.0d,Name:"dynamicstealth.threatGenAttackedBySame"},{Base:1.0d,Name:"dynamicstealth.threatGenDamageDealt"},{Base:1.0d,Name:"dynamicstealth.threatGenWarned"},{Base:1.0d,Name:"dynamicstealth.threatGenAllyKilled"},{Base:1.0d,Name:"dynamicstealth.threatGenTargetVisible"},{Base:1.0d,Name:"dynamicstealth.threatDeg"},{Base:1.0d,Name:"dynamicstealth.threatDegTargetNotVisible"},{Base:1.0d,Name:"dynamicstealth.threatDegFlee"},{Base:100.0d,Name:"dynamicstealth.visibilityReduction"},{Base:100.0d,Name:"dynamicstealth.sight"},{Base:100.0d,Name:"dynamicstealth.noiseReduction"},{Base:100.0d,Name:"dynamicstealth.hearing"},{Base:100.0d,Name:"dynamicstealth.scentReduction"},{Base:100.0d,Name:"dynamicstealth.smelling"},{Base:1.0d,Name:"potioncore.projectileDamage"},{Base:1.0d,Name:"potioncore.magicDamage"},{Base:1.0d,Name:"potioncore.jumpHeight"},{Base:1.0d,Name:"potioncore.damageResistance"},{Base:0.0d,Name:"potioncore.magicShielding"},{Base:20.0d,Modifiers:[{UUIDMost:702280092658976532L,UUIDLeast:-8994921507021779159L,Amount:0.0d,Operation:0,Name:"healthMod"},{UUIDMost:-6580384776259419406L,UUIDLeast:-7949427622950803282L,Amount:0.0d,Operation:0,Name:"healthMod"},{UUIDMost:-5363933275426108032L,UUIDLeast:-6604742071567359367L,Amount:0.0d,Operation:0,Name:"healthMod"},{UUIDMost:2122336003752873715L,UUIDLeast:-7292635908536997507L,Amount:0.0d,Operation:0,Name:"healthMod"}],Name:"generic.maxHealth"},{Base:0.0d,Modifiers:[{UUIDMost:-6684716972548208054L,UUIDLeast:-6740027136998591884L,Amount:0.005099501752963057d,Operation:0,Name:"Random spawn bonus"}],Name:"generic.knockbackResistance"},{Base:0.23000000417232513d,Modifiers:[{UUIDMost:-1138117912447793447L,UUIDLeast:-6841826559192365793L,Amount:0.0d,Operation:0,Name:"speedMod"},{UUIDMost:8144722948526719024L,UUIDLeast:-7778190119041365872L,Amount:-0.30000001192092896d,Operation:2,Name:"effect.moveSlowdown 1"},{UUIDMost:-8844967546078280867L,UUIDLeast:-9085978999726079297L,Amount:0.0d,Operation:0,Name:"speedMod"},{UUIDMost:-3352991548011297109L,UUIDLeast:-5618589832416726661L,Amount:0.0d,Operation:0,Name:"speedMod"},{UUIDMost:-4644291841939652343L,UUIDLeast:-8396113997517759818L,Amount:0.0d,Operation:0,Name:"speedMod"}],Name:"generic.movementSpeed"},{Base:2.0d,Name:"generic.armor"},{Base:0.0d,Name:"generic.armorToughness"},{Base:1.0d,Name:"forge.swimSpeed"},{Base:35.0d,Modifiers:[{UUIDMost:-2797546335366263108L,UUIDLeast:-6206981962683180396L,Amount:15.0d,Operation:0,Name:"followRangeMod"},{UUIDMost:8266040962596357429L,UUIDLeast:-5463018782143347317L,Amount:-0.0450141644127774d,Operation:1,Name:"Random spawn bonus"},{UUIDMost:4267069370195853934L,UUIDLeast:-5885263340089909314L,Amount:0.0d,Operation:0,Name:"followRangeMod"},{UUIDMost:5045085955061402322L,UUIDLeast:-4627890311027733859L,Amount:15.0d,Operation:0,Name:"followRangeMod"},{UUIDMost:-1971125630711478030L,UUIDLeast:-5353425333509715359L,Amount:0.0d,Operation:0,Name:"followRangeMod"}],Name:"generic.followRange"},{Base:3.0d,Name:"generic.attackDamage"},{Base:0.0d,Name:"zombie.spawnReinforcements"}],Invulnerable:0b,FallFlying:0b,PortalCooldown:0,AbsorptionAmount:0.0f,FallDistance:0.0f,DeathTime:0s,ForgeCaps:{"dsurround:data":{a:0b,f:0b},"mujmajnkraftsbettersurvival:nunchakucombo":{Time:0,Power:0.0f},"mujmajnkraftsbettersurvival:weaponeff":{Hits:0},"mujmajnkraftsbettersurvival:spearsin":[],"lbm:bleedable":{BodyMass:117.00000762939453d,BloodCount:234,BPM:60},"wearablebackpacks:backpack":{},"mw:exposure":[]},HandDropChances:[0.085f,0.085f],PersistenceRequired:0b,Motion:[0.0d,0.0d,0.0d],Leashed:0b,UUIDLeast:-8043575269347209229L,Health:20.0f,LeftHanded:0b,Air:300s,OnGround:0b,Dimension:0,Rotation:[103.83919f,0.0f],UpdateBlocked:0b,HandItems:[{id:"minecraft:wooden_sword",Count:1b,Damage:0s},{}],ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],UUIDMost:1330947744343870433L,Pos:[437.5d,18.0d,-117.5d],CanBreakDoors:0b,Fire:-1s,ArmorItems:[{},{},{},{}],CanPickUpLoot:0b,HurtTime:0s,SurgeAABB:[437.19999998807907d,18.0d,-117.80000001192093d,437.80000001192093d,19.950000047683716d,-117.19999998807907d],ActiveEffects:[{Ambient:0b,CurativeItems:[{ForgeCaps:{"foodfunk:rot":{start:0L,time:0L}},id:"minecraft:milk_bucket",Count:1b,Damage:0s}],ShowParticles:0b,Duration:999999,Id:48b,Amplifier:0b},{Ambient:0b,CurativeItems:[{ForgeCaps:{"foodfunk:rot":{start:0L,time:0L}},id:"minecraft:milk_bucket",Count:1b,Damage:0s}],ShowParticles:0b,Duration:999999,Id:2b,Amplifier:1b}]}
-- Affected level --
Level name: world
All players: 1 total; [EntityPlayerMP['Max'/2435, l='world', x=551.14, y=63.00, z=-224.74]]
Chunk stats: ServerChunkCache: 692 Drop: 0
Level seed: 9054629719962649426
Level generator: ID 07 - RTG, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (224,77,-16), Chunk: (at 0,4,0 in 14,-1; contains blocks 224,0,-16 to 239,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 258554 game time, 2104 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 50794 (now: false), thunder time: 89794 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
-- System Details --
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 4.9.0-12-amd64
Java Version: 1.8.0_242, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1200862632 bytes (1145 MB) / 2201485312 bytes (2099 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -Xms128M -Xmx4096M
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 51
FML: MCP 9.42 Powered by Forge 14.23.5.2847 115 mods loaded, 115 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Loaded coremods (and transformers): SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
FMLModule (Lib mdxlib (BloodMod)-3.0.0.22.jar)
com.asx.mdx.AccessTransformer
Quark Plugin (Quark-r1.6-177.jar)
vazkii.quark.base.asm.ClassTransformer
PhosphorFMLLoadingPlugin (Opti phosphor-1.12.2-0.2.6+build50-universal.jar)
Suspected Mods: MeanMobs (meanmobs)
Profiler Position: N/A (disabled)
Player Count: 1 / 10; [EntityPlayerMP['Max'/2435, l='world', x=551.14, y=63.00, z=-224.74]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
The text was updated successfully, but these errors were encountered: