---- Minecraft Crash Report ---- // You're mean. Time: 2024-10-31 07:29:08 Description: Ticking entity java.lang.NullPointerException: Cannot invoke "jh.v()" because "$$0" is null at net.minecraft.world.level.LevelHeightAccessor.boolean isOutsideBuildHeight(net.minecraft.core.BlockPos)(LevelHeightAccessor.java:40) at net.minecraft.world.level.Level.net.minecraft.world.level.block.entity.BlockEntity getBlockEntity(net.minecraft.core.BlockPos)(Level.java:569) at net.minecraft.world.entity.monster.creaking.CreakingTransient.boolean hurtServer(net.minecraft.server.level.ServerLevel,net.minecraft.world.damagesource.DamageSource,float)(CreakingTransient.java:88) at net.minecraft.world.level.ServerExplosion.void hurtEntities()(ServerExplosion.java:203) at net.minecraft.world.level.ServerExplosion.void explode()(ServerExplosion.java:258) at net.minecraft.server.level.ServerLevel.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)(ServerLevel.java:1110) 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:547) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.player.Player,double,double,double,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:547) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.player.Player,net.minecraft.world.entity.Entity,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:547) at net.minecraft.world.level.Level.void explode(net.minecraft.world.entity.Entity,double,double,double,float,net.minecraft.world.level.Level$ExplosionInteraction)(Level.java:547) 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:547) at net.minecraft.world.level.Level.net.minecraft.world.entity.Entity getEntity(int)(Level.java:547) at net.minecraft.world.level.Level.net.minecraft.world.level.saveddata.maps.MapItemSavedData getMapData(net.minecraft.world.level.saveddata.maps.MapId)(Level.java:547) at net.minecraft.world.level.Level.void setMapData(net.minecraft.world.level.saveddata.maps.MapId,net.minecraft.world.level.saveddata.maps.MapItemSavedData)(Level.java:547) at net.minecraft.world.level.Level.void destroyBlockProgress(int,net.minecraft.core.BlockPos,int)(Level.java:547) at net.minecraft.world.entity.monster.Creeper.void explodeCreeper()(Creeper.java:245) at net.minecraft.world.entity.monster.Creeper.void tick()(Creeper.java:157) at net.minecraft.server.level.ServerLevel.void tickNonPassenger(net.minecraft.world.entity.Entity)(ServerLevel.java:762) 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:502) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.player.Player,double,double,double,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:502) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.player.Player,net.minecraft.world.entity.Entity,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:502) at net.minecraft.world.level.Level.void guardEntityTick(java.util.function.Consumer,net.minecraft.world.entity.Entity)(Level.java:502) 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:502) at net.minecraft.world.level.Level.net.minecraft.world.entity.Entity getEntity(int)(Level.java:502) at net.minecraft.world.level.Level.net.minecraft.world.level.saveddata.maps.MapItemSavedData getMapData(net.minecraft.world.level.saveddata.maps.MapId)(Level.java:502) at net.minecraft.world.level.Level.void setMapData(net.minecraft.world.level.saveddata.maps.MapId,net.minecraft.world.level.saveddata.maps.MapItemSavedData)(Level.java:502) at net.minecraft.world.level.Level.void destroyBlockProgress(int,net.minecraft.core.BlockPos,int)(Level.java:502) at net.minecraft.server.level.ServerLevel.void tick(java.util.function.BooleanSupplier)(ServerLevel.java:407) 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:407) 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:377) at net.minecraft.server.MinecraftServer.void tickChildren(java.util.function.BooleanSupplier)(MinecraftServer.java:1069) at net.minecraft.server.MinecraftServer.boolean shouldInformAdmins()(MinecraftServer.java:1069) at net.minecraft.server.MinecraftServer.void tickServer(java.util.function.BooleanSupplier)(MinecraftServer.java:953) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:953) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:953) at net.minecraft.client.server.IntegratedServer.void tickServer(java.util.function.BooleanSupplier)(IntegratedServer.java:114) at net.minecraft.server.MinecraftServer.void runServer()(MinecraftServer.java:713) at net.minecraft.server.MinecraftServer.net.minecraft.server.MinecraftServer spin(java.util.function.Function)(MinecraftServer.java:292) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:292) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:292) at net.minecraft.server.MinecraftServer.void lambda$spin$2(java.util.concurrent.atomic.AtomicReference)(MinecraftServer.java:292) 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.level.LevelHeightAccessor.boolean isOutsideBuildHeight(net.minecraft.core.BlockPos)(LevelHeightAccessor.java:40) at net.minecraft.world.level.Level.net.minecraft.world.level.block.entity.BlockEntity getBlockEntity(net.minecraft.core.BlockPos)(Level.java:569) at net.minecraft.world.entity.monster.creaking.CreakingTransient.boolean hurtServer(net.minecraft.server.level.ServerLevel,net.minecraft.world.damagesource.DamageSource,float)(CreakingTransient.java:88) at net.minecraft.world.level.ServerExplosion.void hurtEntities()(ServerExplosion.java:203) at net.minecraft.world.level.ServerExplosion.void explode()(ServerExplosion.java:258) at net.minecraft.server.level.ServerLevel.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)(ServerLevel.java:1110) 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:547) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.player.Player,double,double,double,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:547) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.player.Player,net.minecraft.world.entity.Entity,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:547) at net.minecraft.world.level.Level.void explode(net.minecraft.world.entity.Entity,double,double,double,float,net.minecraft.world.level.Level$ExplosionInteraction)(Level.java:547) 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:547) at net.minecraft.world.level.Level.net.minecraft.world.entity.Entity getEntity(int)(Level.java:547) at net.minecraft.world.level.Level.net.minecraft.world.level.saveddata.maps.MapItemSavedData getMapData(net.minecraft.world.level.saveddata.maps.MapId)(Level.java:547) at net.minecraft.world.level.Level.void setMapData(net.minecraft.world.level.saveddata.maps.MapId,net.minecraft.world.level.saveddata.maps.MapItemSavedData)(Level.java:547) at net.minecraft.world.level.Level.void destroyBlockProgress(int,net.minecraft.core.BlockPos,int)(Level.java:547) at net.minecraft.world.entity.monster.Creeper.void explodeCreeper()(Creeper.java:245) at net.minecraft.world.entity.monster.Creeper.void tick()(Creeper.java:157) at net.minecraft.server.level.ServerLevel.void tickNonPassenger(net.minecraft.world.entity.Entity)(ServerLevel.java:762) 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:502) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.player.Player,double,double,double,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:502) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.player.Player,net.minecraft.world.entity.Entity,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:502) at net.minecraft.world.level.Level.void guardEntityTick(java.util.function.Consumer,net.minecraft.world.entity.Entity)(Level.java:502) 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:502) at net.minecraft.world.level.Level.net.minecraft.world.entity.Entity getEntity(int)(Level.java:502) at net.minecraft.world.level.Level.net.minecraft.world.level.saveddata.maps.MapItemSavedData getMapData(net.minecraft.world.level.saveddata.maps.MapId)(Level.java:502) at net.minecraft.world.level.Level.void setMapData(net.minecraft.world.level.saveddata.maps.MapId,net.minecraft.world.level.saveddata.maps.MapItemSavedData)(Level.java:502) at net.minecraft.world.level.Level.void destroyBlockProgress(int,net.minecraft.core.BlockPos,int)(Level.java:502) at net.minecraft.server.level.ServerLevel.void tick(java.util.function.BooleanSupplier)(ServerLevel.java:407) 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:407) at net.minecraft.world.level.entity.EntityTickList.void forEach(java.util.function.Consumer)(EntityTickList.java:54) -- Entity being ticked -- Details: Entity Type: minecraft:creeper (cma) Entity ID: 10543 Entity Name: Creeper Entity's Exact location: -492.24, 128.00, 11015.50 Entity's Block location: World: (-493,128,11015), Section: (at 3,0,7 in -31,8,688; chunk contains blocks -496,-64,11008 to -481,319,11023), Region: (-1,21; contains chunks -32,672 to -1,703, blocks -512,-64,10752 to -1,319,11263) Entity's Momentum: 0.00, -0.08, 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:502) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.player.Player,double,double,double,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:502) at net.minecraft.world.level.Level.void playSeededSound(net.minecraft.world.entity.player.Player,net.minecraft.world.entity.Entity,net.minecraft.core.Holder,net.minecraft.sounds.SoundSource,float,float,long)(Level.java:502) at net.minecraft.world.level.Level.void guardEntityTick(java.util.function.Consumer,net.minecraft.world.entity.Entity)(Level.java:502) 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:502) at net.minecraft.world.level.Level.net.minecraft.world.entity.Entity getEntity(int)(Level.java:502) at net.minecraft.world.level.Level.net.minecraft.world.level.saveddata.maps.MapItemSavedData getMapData(net.minecraft.world.level.saveddata.maps.MapId)(Level.java:502) at net.minecraft.world.level.Level.void setMapData(net.minecraft.world.level.saveddata.maps.MapId,net.minecraft.world.level.saveddata.maps.MapItemSavedData)(Level.java:502) at net.minecraft.world.level.Level.void destroyBlockProgress(int,net.minecraft.core.BlockPos,int)(Level.java:502) at net.minecraft.server.level.ServerLevel.void tick(java.util.function.BooleanSupplier)(ServerLevel.java:407) 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:407) 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:377) at net.minecraft.server.MinecraftServer.void tickChildren(java.util.function.BooleanSupplier)(MinecraftServer.java:1069) at net.minecraft.server.MinecraftServer.boolean shouldInformAdmins()(MinecraftServer.java:1069) at net.minecraft.server.MinecraftServer.void tickServer(java.util.function.BooleanSupplier)(MinecraftServer.java:953) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:953) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:953) at net.minecraft.client.server.IntegratedServer.void tickServer(java.util.function.BooleanSupplier)(IntegratedServer.java:114) at net.minecraft.server.MinecraftServer.void runServer()(MinecraftServer.java:713) at net.minecraft.server.MinecraftServer.net.minecraft.server.MinecraftServer spin(java.util.function.Function)(MinecraftServer.java:292) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:292) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:292) at net.minecraft.server.MinecraftServer.void lambda$spin$2(java.util.concurrent.atomic.AtomicReference)(MinecraftServer.java:292) at java.base/java.lang.Thread.run(Thread.java:1583) -- Affected level -- Details: All players: 1 total; [ary['Viradex'/13, l='ServerLevel[New World]', x=-489.75, y=128.06, z=11016.74]] Chunk stats: 4322 Level dimension: minecraft:overworld Level spawn location: World: (0,77,0), Section: (at 0,13,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: 11438 game time, 15453 day time Level name: New World Level game mode: Game mode: creative (ID 1). Hardcore: false. Commands: true Level weather: Rain time: 136615 (now: false), thunder time: 135409 (now: false) Known server brands: vanilla Removed feature flags: Level was modded: false Level storage version: 0x04ABD - Anvil Loaded entity count: 475 Stacktrace: at net.minecraft.server.level.ServerLevel.net.minecraft.CrashReportCategory fillReportDetails(net.minecraft.CrashReport)(ServerLevel.java:1744) at net.minecraft.server.MinecraftServer.void tickChildren(java.util.function.BooleanSupplier)(MinecraftServer.java:1072) at net.minecraft.server.MinecraftServer.boolean shouldInformAdmins()(MinecraftServer.java:1072) at net.minecraft.server.MinecraftServer.void tickServer(java.util.function.BooleanSupplier)(MinecraftServer.java:953) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:953) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:953) at net.minecraft.client.server.IntegratedServer.void tickServer(java.util.function.BooleanSupplier)(IntegratedServer.java:114) at net.minecraft.server.MinecraftServer.void runServer()(MinecraftServer.java:713) at net.minecraft.server.MinecraftServer.net.minecraft.server.MinecraftServer spin(java.util.function.Function)(MinecraftServer.java:292) at net.minecraft.server.MinecraftServer.net.minecraft.SystemReport fillServerSystemReport(net.minecraft.SystemReport)(MinecraftServer.java:292) at net.minecraft.server.MinecraftServer.boolean isSingleplayerOwner(com.mojang.authlib.GameProfile)(MinecraftServer.java:292) at net.minecraft.server.MinecraftServer.void lambda$spin$2(java.util.concurrent.atomic.AtomicReference)(MinecraftServer.java:292) at java.base/java.lang.Thread.run(Thread.java:1583) -- System Details -- Details: Minecraft Version: 24w44a Minecraft Version ID: 24w44a 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: 1559407424 bytes (1487 MiB) / 2415919104 bytes (2304 MiB) up to 8589934592 bytes (8192 MiB) CPUs: 16 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i9-10885H CPU @ 2.40GHz Identifier: Intel64 Family 6 Model 165 Stepping 2 Microarchitecture: Comet Lake Frequency (GHz): 2.40 Number of physical packages: 1 Number of physical CPUs: 8 Number of logical CPUs: 16 Graphics card #0 name: Intel(R) UHD Graphics Graphics card #0 vendor: Intel Corporation Graphics card #0 VRAM (MiB): 1024.00 Graphics card #0 deviceId: VideoController1 Graphics card #0 versionInfo: 31.0.101.2115 Memory slot #0 capacity (MiB): 32768.00 Memory slot #0 clockSpeed (GHz): 3.20 Memory slot #0 type: DDR4 Memory slot #1 capacity (MiB): 32768.00 Memory slot #1 clockSpeed (GHz): 3.20 Memory slot #1 type: DDR4 Virtual memory max (MiB): 75109.70 Virtual memory used (MiB): 12906.03 Swap memory total (MiB): 9728.00 Swap memory used (MiB): 0.00 Space in storage for jna.tmpdir (MiB): available: 291690.84, total: 488184.00 Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 291690.84, total: 488184.00 Space in storage for io.netty.native.workdir (MiB): available: 291690.84, total: 488184.00 Space in storage for java.io.tmpdir (MiB): available: 291690.84, total: 488184.00 Space in storage for workdir (MiB): available: 291690.84, total: 488184.00 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Server Running: true Player Count: 1 / 8; [ary['Viradex'/13, l='ServerLevel[New World]', x=-489.75, y=128.06, z=11016.74]] Active Data Packs: vanilla Available Data Packs: minecart_improvements, redstone_experiments, trade_rebalance, vanilla Enabled Feature Flags: minecraft:vanilla World Generation: Stable World Seed: 332388075388754086 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: 24w44a