---- Minecraft Crash Report ---- // Who set us up the TNT? Time: 2025-01-08 18:29:52 Description: Ticking entity java.lang.ClassCastException: class cpd cannot be cast to class are (cpd and are are in unnamed module of loader 'app') at net.minecraft.world.entity.ai.goal.LandOnOwnersShoulderGoal.boolean canUse()(LandOnOwnersShoulderGoal.java:18) at net.minecraft.world.entity.ai.goal.WrappedGoal.boolean canUse()(WrappedGoal.java:22) at net.minecraft.world.entity.ai.goal.GoalSelector.void tick()(GoalSelector.java:87) at net.minecraft.world.entity.Mob.void serverAiStep()(Mob.java:765) at net.minecraft.world.entity.LivingEntity.void aiStep()(LivingEntity.java:2895) at net.minecraft.world.entity.Mob.void aiStep()(Mob.java:541) at net.minecraft.world.entity.AgeableMob.void aiStep()(AgeableMob.java:129) at net.minecraft.world.entity.animal.Animal.void aiStep()(Animal.java:67) at net.minecraft.world.entity.animal.Parrot.void aiStep()(Parrot.java:229) at net.minecraft.world.entity.LivingEntity.void tick()(LivingEntity.java:2647) at net.minecraft.world.entity.Mob.void tick()(Mob.java:351) at net.minecraft.world.entity.animal.ShoulderRidingEntity.void tick()(ShoulderRidingEntity.java:35) at net.minecraft.server.level.ServerLevel.void tickNonPassenger(net.minecraft.world.entity.Entity)(ServerLevel.java:758) at net.minecraft.world.level.Level.void sendBlockUpdated(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.block.state.BlockState,int)(Level.java:505) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.Entity,double,double,double,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:505) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.Entity,net.minecraft.world.entity.Entity,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:505) at net.minecraft.world.level.Level.void guardEntityTick(java.util.function.Consumer,net.minecraft.world.entity.Entity)(Level.java:505) at net.minecraft.world.level.Level.void explode(net.minecraft.world.entity.Entity,net.minecraft.world.damagesource.DamageSource,net.minecraft.world.level.ExplosionDamageCalculator,double,double,double,float,boolean,net.minecraft.world.level.Level$ExplosionInteraction,net.minecraft.core.particles.ParticleOptions,net.minecraft.core.particles.ParticleOptions,net.minecraft.core.Holder)(Level.java:505) at net.minecraft.world.level.Level.net.minecraft.world.entity.Entity getEntity(int)(Level.java:505) at net.minecraft.world.level.Level.net.minecraft.world.level.saveddata.maps.MapItemSavedData getMapData(net.minecraft.world.level.saveddata.maps.MapId)(Level.java:505) at net.minecraft.world.level.Level.void setMapData(net.minecraft.world.level.saveddata.maps.MapId,net.minecraft.world.level.saveddata.maps.MapItemSavedData)(Level.java:505) at net.minecraft.world.level.Level.void destroyBlockProgress(int,net.minecraft.core.BlockPos,int)(Level.java:505) at net.minecraft.server.level.ServerLevel.void tick(java.util.function.BooleanSupplier)(ServerLevel.java:403) at net.minecraft.server.level.ServerLevel.void lambda$tick$2(net.minecraft.world.TickRateManager,net.minecraft.util.profiling.ProfilerFiller,net.minecraft.world.entity.Entity)(ServerLevel.java:403) at net.minecraft.world.level.entity.EntityTickList.void forEach(java.util.function.Consumer)(EntityTickList.java:54) at net.minecraft.server.level.ServerLevel.void tick(java.util.function.BooleanSupplier)(ServerLevel.java:373) at net.minecraft.server.MinecraftServer.void tickChildren(java.util.function.BooleanSupplier)(MinecraftServer.java:1063) at net.minecraft.server.MinecraftServer.boolean shouldInformAdmins()(MinecraftServer.java:1063) at net.minecraft.server.MinecraftServer.void tickServer(java.util.function.BooleanSupplier)(MinecraftServer.java:947) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:947) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:947) at net.minecraft.client.server.IntegratedServer.void tickServer(java.util.function.BooleanSupplier)(IntegratedServer.java:114) at net.minecraft.server.MinecraftServer.void runServer()(MinecraftServer.java:707) at net.minecraft.server.MinecraftServer.net.minecraft.server.MinecraftServer spin(java.util.function.Function)(MinecraftServer.java:291) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:291) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:291) at net.minecraft.server.MinecraftServer.void lambda$spin$2(java.util.concurrent.atomic.AtomicReference)(MinecraftServer.java:291) at java.base/java.lang.Thread.run(Thread.java:1583) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server thread Stacktrace: at net.minecraft.world.entity.ai.goal.LandOnOwnersShoulderGoal.boolean canUse()(LandOnOwnersShoulderGoal.java:18) at net.minecraft.world.entity.ai.goal.WrappedGoal.boolean canUse()(WrappedGoal.java:22) at net.minecraft.world.entity.ai.goal.GoalSelector.void tick()(GoalSelector.java:87) at net.minecraft.world.entity.Mob.void serverAiStep()(Mob.java:765) at net.minecraft.world.entity.LivingEntity.void aiStep()(LivingEntity.java:2895) at net.minecraft.world.entity.Mob.void aiStep()(Mob.java:541) at net.minecraft.world.entity.AgeableMob.void aiStep()(AgeableMob.java:129) at net.minecraft.world.entity.animal.Animal.void aiStep()(Animal.java:67) at net.minecraft.world.entity.animal.Parrot.void aiStep()(Parrot.java:229) at net.minecraft.world.entity.LivingEntity.void tick()(LivingEntity.java:2647) at net.minecraft.world.entity.Mob.void tick()(Mob.java:351) at net.minecraft.world.entity.animal.ShoulderRidingEntity.void tick()(ShoulderRidingEntity.java:35) at net.minecraft.server.level.ServerLevel.void tickNonPassenger(net.minecraft.world.entity.Entity)(ServerLevel.java:758) at net.minecraft.world.level.Level.void sendBlockUpdated(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.block.state.BlockState,int)(Level.java:505) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.Entity,double,double,double,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:505) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.Entity,net.minecraft.world.entity.Entity,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:505) at net.minecraft.world.level.Level.void guardEntityTick(java.util.function.Consumer,net.minecraft.world.entity.Entity)(Level.java:505) at net.minecraft.world.level.Level.void explode(net.minecraft.world.entity.Entity,net.minecraft.world.damagesource.DamageSource,net.minecraft.world.level.ExplosionDamageCalculator,double,double,double,float,boolean,net.minecraft.world.level.Level$ExplosionInteraction,net.minecraft.core.particles.ParticleOptions,net.minecraft.core.particles.ParticleOptions,net.minecraft.core.Holder)(Level.java:505) at net.minecraft.world.level.Level.net.minecraft.world.entity.Entity getEntity(int)(Level.java:505) at net.minecraft.world.level.Level.net.minecraft.world.level.saveddata.maps.MapItemSavedData getMapData(net.minecraft.world.level.saveddata.maps.MapId)(Level.java:505) at net.minecraft.world.level.Level.void setMapData(net.minecraft.world.level.saveddata.maps.MapId,net.minecraft.world.level.saveddata.maps.MapItemSavedData)(Level.java:505) at net.minecraft.world.level.Level.void destroyBlockProgress(int,net.minecraft.core.BlockPos,int)(Level.java:505) at net.minecraft.server.level.ServerLevel.void tick(java.util.function.BooleanSupplier)(ServerLevel.java:403) at net.minecraft.server.level.ServerLevel.void lambda$tick$2(net.minecraft.world.TickRateManager,net.minecraft.util.profiling.ProfilerFiller,net.minecraft.world.entity.Entity)(ServerLevel.java:403) at net.minecraft.world.level.entity.EntityTickList.void forEach(java.util.function.Consumer)(EntityTickList.java:54) -- Entity being ticked -- Details: Entity Type: minecraft:parrot (cif) Entity ID: 3 Entity Name: Parrot Entity's Exact location: -124.62, -60.00, -271.13 Entity's Block location: World: (-125,-60,-272), Section: (at 3,4,0 in -8,-4,-17; chunk contains blocks -128,-64,-272 to -113,319,-257), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1) Entity's Momentum: 0.00, 0.00, 0.00 Entity's Passengers: [] Entity's Vehicle: null Stacktrace: at net.minecraft.world.level.Level.void sendBlockUpdated(net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.block.state.BlockState,int)(Level.java:505) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.Entity,double,double,double,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:505) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.Entity,net.minecraft.world.entity.Entity,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:505) at net.minecraft.world.level.Level.void guardEntityTick(java.util.function.Consumer,net.minecraft.world.entity.Entity)(Level.java:505) at net.minecraft.world.level.Level.void explode(net.minecraft.world.entity.Entity,net.minecraft.world.damagesource.DamageSource,net.minecraft.world.level.ExplosionDamageCalculator,double,double,double,float,boolean,net.minecraft.world.level.Level$ExplosionInteraction,net.minecraft.core.particles.ParticleOptions,net.minecraft.core.particles.ParticleOptions,net.minecraft.core.Holder)(Level.java:505) at net.minecraft.world.level.Level.net.minecraft.world.entity.Entity getEntity(int)(Level.java:505) at net.minecraft.world.level.Level.net.minecraft.world.level.saveddata.maps.MapItemSavedData getMapData(net.minecraft.world.level.saveddata.maps.MapId)(Level.java:505) at net.minecraft.world.level.Level.void setMapData(net.minecraft.world.level.saveddata.maps.MapId,net.minecraft.world.level.saveddata.maps.MapItemSavedData)(Level.java:505) at net.minecraft.world.level.Level.void destroyBlockProgress(int,net.minecraft.core.BlockPos,int)(Level.java:505) at net.minecraft.server.level.ServerLevel.void tick(java.util.function.BooleanSupplier)(ServerLevel.java:403) at net.minecraft.server.level.ServerLevel.void lambda$tick$2(net.minecraft.world.TickRateManager,net.minecraft.util.profiling.ProfilerFiller,net.minecraft.world.entity.Entity)(ServerLevel.java:403) at net.minecraft.world.level.entity.EntityTickList.void forEach(java.util.function.Consumer)(EntityTickList.java:54) at net.minecraft.server.level.ServerLevel.void tick(java.util.function.BooleanSupplier)(ServerLevel.java:373) at net.minecraft.server.MinecraftServer.void tickChildren(java.util.function.BooleanSupplier)(MinecraftServer.java:1063) at net.minecraft.server.MinecraftServer.boolean shouldInformAdmins()(MinecraftServer.java:1063) at net.minecraft.server.MinecraftServer.void tickServer(java.util.function.BooleanSupplier)(MinecraftServer.java:947) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:947) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:947) at net.minecraft.client.server.IntegratedServer.void tickServer(java.util.function.BooleanSupplier)(IntegratedServer.java:114) at net.minecraft.server.MinecraftServer.void runServer()(MinecraftServer.java:707) at net.minecraft.server.MinecraftServer.net.minecraft.server.MinecraftServer spin(java.util.function.Function)(MinecraftServer.java:291) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:291) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:291) at net.minecraft.server.MinecraftServer.void lambda$spin$2(java.util.concurrent.atomic.AtomicReference)(MinecraftServer.java:291) at java.base/java.lang.Thread.run(Thread.java:1583) -- Affected level -- Details: All players: 1 total; [are['evanultra01'/1, l='ServerLevel[super-superflat]', x=-124.62, y=-60.00, z=-271.13]] Chunk stats: 1429 Level dimension: minecraft:overworld Level spawn location: World: (0,-60,0), Section: (at 0,4,0 in 0,-4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 2361803 game time, 6000 day time Level name: super-superflat Level game mode: Game mode: creative (ID 1). Hardcore: false. Commands: true Level weather: Rain time: 99443 (now: false), thunder time: 88402 (now: false) Known server brands: vanilla Removed feature flags: Level was modded: false Level storage version: 0x04ABD - Anvil Loaded entity count: 18 Stacktrace: at net.minecraft.server.level.ServerLevel.net.minecraft.CrashReportCategory fillReportDetails(net.minecraft.CrashReport)(ServerLevel.java:1715) at net.minecraft.server.MinecraftServer.void tickChildren(java.util.function.BooleanSupplier)(MinecraftServer.java:1066) at net.minecraft.server.MinecraftServer.boolean shouldInformAdmins()(MinecraftServer.java:1066) at net.minecraft.server.MinecraftServer.void tickServer(java.util.function.BooleanSupplier)(MinecraftServer.java:947) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:947) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:947) at net.minecraft.client.server.IntegratedServer.void tickServer(java.util.function.BooleanSupplier)(IntegratedServer.java:114) at net.minecraft.server.MinecraftServer.void runServer()(MinecraftServer.java:707) at net.minecraft.server.MinecraftServer.net.minecraft.server.MinecraftServer spin(java.util.function.Function)(MinecraftServer.java:291) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:291) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:291) at net.minecraft.server.MinecraftServer.void lambda$spin$2(java.util.concurrent.atomic.AtomicReference)(MinecraftServer.java:291) at java.base/java.lang.Thread.run(Thread.java:1583) -- System Details -- Details: Minecraft Version: 25w02a Minecraft Version ID: 25w02a Operating System: Windows 11 (amd64) version 10.0 Java Version: 21.0.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 331788096 bytes (316 MiB) / 939524096 bytes (896 MiB) up to 2147483648 bytes (2048 MiB) CPUs: 12 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 5600G with Radeon Graphics Identifier: AuthenticAMD Family 25 Model 80 Stepping 0 Microarchitecture: Zen 3 Frequency (GHz): 3.89 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: AMD Radeon RX 6400 Graphics card #0 vendor: Advanced Micro Devices, Inc. Graphics card #0 VRAM (MiB): 4080.00 Graphics card #0 deviceId: VideoController1 Graphics card #0 versionInfo: 32.0.12019.1028 Graphics card #1 name: AMD Radeon(TM) Graphics Graphics card #1 vendor: Advanced Micro Devices, Inc. Graphics card #1 VRAM (MiB): 512.00 Graphics card #1 deviceId: VideoController2 Graphics card #1 versionInfo: 31.0.21921.1000 Memory slot #0 capacity (MiB): 8192.00 Memory slot #0 clockSpeed (GHz): 3.20 Memory slot #0 type: DDR4 Memory slot #1 capacity (MiB): 8192.00 Memory slot #1 clockSpeed (GHz): 3.20 Memory slot #1 type: DDR4 Virtual memory max (MiB): 34143.20 Virtual memory used (MiB): 25380.60 Swap memory total (MiB): 18432.00 Swap memory used (MiB): 1674.28 Space in storage for jna.tmpdir (MiB): available: 91922.45, total: 487375.00 Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 91922.45, total: 487375.00 Space in storage for io.netty.native.workdir (MiB): available: 91922.45, total: 487375.00 Space in storage for java.io.tmpdir (MiB): available: 91922.45, total: 487375.00 Space in storage for workdir (MiB): available: 91922.45, total: 487375.00 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Server Running: true Player Count: 1 / 8; [are['evanultra01'/1, l='ServerLevel[super-superflat]', x=-124.62, y=-60.00, z=-271.13]] Active Data Packs: vanilla Available Data Packs: minecart_improvements, redstone_experiments, trade_rebalance, vanilla Enabled Feature Flags: minecraft:vanilla World Generation: Stable World Seed: -8143865963772559814 Suppressed Exceptions: ~~NONE~~ Type: Integrated Server (map_client.txt) Is Modded: Probably not. Client jar signature and brand is untouched; Server jar signature and brand is untouched Launched Version: 25w02a