Paste your logs.

Built for Minecraft & Hytale

Vanilla 22w16b Crash Report

153 lines
Raw
Detected
Minecraft version: 22w16b Java version: 17.0.2
1 Problem detected
Problem The entity 'Bee' at the location -1783.4, 64.21, 345.03 is causing issues while ticking. Line 5
Solution:
Remove the entity 'Bee' at the location -1783.4, 64.21, 345.03.
---- Minecraft Crash Report ----
// Why is it breaking :(
Time: 4/25/22, 1:23 PM
Description: Ticking entity
java.lang.NullPointerException: Cannot invoke "dnm.a()" because "$$1" is null
at net.minecraft.world.level.pathfinder.WalkNodeEvaluator.getStartNode(SourceFile:109)
at net.minecraft.world.level.pathfinder.FlyNodeEvaluator.getStart(SourceFile:72)
at net.minecraft.world.level.pathfinder.PathFinder.findPath(SourceFile:43)
at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:204)
at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:176)
at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:153)
at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:122)
at net.minecraft.world.entity.ai.navigation.PathNavigation.moveTo(SourceFile:225)
at net.minecraft.world.entity.animal.Bee$BeeGoToHiveGoal.pathfindDirectlyTowards(SourceFile:959)
at net.minecraft.world.entity.animal.Bee$BeeGoToHiveGoal.tick(SourceFile:917)
at net.minecraft.world.entity.ai.goal.WrappedGoal.tick(SourceFile:65)
at net.minecraft.world.entity.ai.goal.GoalSelector.tickRunningGoals(SourceFile:119)
at net.minecraft.world.entity.ai.goal.GoalSelector.tick(SourceFile:110)
at net.minecraft.world.entity.Mob.serverAiStep(SourceFile:751)
at net.minecraft.world.entity.LivingEntity.aiStep(SourceFile:2624)
at net.minecraft.world.entity.Mob.aiStep(SourceFile:551)
at net.minecraft.world.entity.AgeableMob.aiStep(SourceFile:127)
at net.minecraft.world.entity.animal.Animal.aiStep(SourceFile:57)
at net.minecraft.world.entity.animal.Bee.aiStep(SourceFile:517)
at net.minecraft.world.entity.LivingEntity.tick(SourceFile:2369)
at net.minecraft.world.entity.Mob.tick(SourceFile:351)
at net.minecraft.world.entity.animal.Bee.tick(SourceFile:300)
at net.minecraft.server.level.ServerLevel.tickNonPassenger(SourceFile:704)
at net.minecraft.world.level.Level.guardEntityTick(SourceFile:465)
at net.minecraft.server.level.ServerLevel.tick(SourceFile:365)
at net.minecraft.world.level.entity.EntityTickList.forEach(SourceFile:54)
at net.minecraft.server.level.ServerLevel.tick(SourceFile:333)
at net.minecraft.server.MinecraftServer.tickChildren(SourceFile:881)
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(SourceFile:322)
at net.minecraft.server.MinecraftServer.tickServer(SourceFile:825)
at net.minecraft.server.MinecraftServer.runServer(SourceFile:671)
at net.minecraft.server.MinecraftServer.spin(SourceFile:263)
at java.base/java.lang.Thread.run(Thread.java:833)
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.pathfinder.WalkNodeEvaluator.getStartNode(SourceFile:109)
at net.minecraft.world.level.pathfinder.FlyNodeEvaluator.getStart(SourceFile:72)
at net.minecraft.world.level.pathfinder.PathFinder.findPath(SourceFile:43)
at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:204)
at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:176)
at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:153)
at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:122)
at net.minecraft.world.entity.ai.navigation.PathNavigation.moveTo(SourceFile:225)
at net.minecraft.world.entity.animal.Bee$BeeGoToHiveGoal.pathfindDirectlyTowards(SourceFile:959)
at net.minecraft.world.entity.animal.Bee$BeeGoToHiveGoal.tick(SourceFile:917)
at net.minecraft.world.entity.ai.goal.WrappedGoal.tick(SourceFile:65)
at net.minecraft.world.entity.ai.goal.GoalSelector.tickRunningGoals(SourceFile:119)
at net.minecraft.world.entity.ai.goal.GoalSelector.tick(SourceFile:110)
at net.minecraft.world.entity.Mob.serverAiStep(SourceFile:751)
at net.minecraft.world.entity.LivingEntity.aiStep(SourceFile:2624)
at net.minecraft.world.entity.Mob.aiStep(SourceFile:551)
at net.minecraft.world.entity.AgeableMob.aiStep(SourceFile:127)
at net.minecraft.world.entity.animal.Animal.aiStep(SourceFile:57)
at net.minecraft.world.entity.animal.Bee.aiStep(SourceFile:517)
at net.minecraft.world.entity.LivingEntity.tick(SourceFile:2369)
at net.minecraft.world.entity.Mob.tick(SourceFile:351)
at net.minecraft.world.entity.animal.Bee.tick(SourceFile:300)
at net.minecraft.server.level.ServerLevel.tickNonPassenger(SourceFile:704)
at net.minecraft.world.level.Level.guardEntityTick(SourceFile:465)
at net.minecraft.server.level.ServerLevel.tick(SourceFile:365)
at net.minecraft.world.level.entity.EntityTickList.forEach(SourceFile:54)
at net.minecraft.server.level.ServerLevel.tick(SourceFile:333)
-- Entity being ticked --
Details:
Entity Type: minecraft:bee (bks)
Entity ID: 329
Entity Name: Bee
Entity's Exact location: -1783.40, 64.21, 345.03
Entity's Block location: World: (-1784,64,345), Section: (at 8,0,9 in -112,4,21; chunk contains blocks -1792,-64,336 to -1777,319,351), Region: (-4,0; contains chunks -128,0 to -97,31, blocks -2048,-64,0 to -1537,319,511)
Entity's Momentum: 0.00, -0.04, 0.00
Entity's Passengers: []
Entity's Vehicle: null
Stacktrace:
at net.minecraft.world.level.Level.guardEntityTick(SourceFile:465)
at net.minecraft.server.level.ServerLevel.tick(SourceFile:365)
at net.minecraft.world.level.entity.EntityTickList.forEach(SourceFile:54)
at net.minecraft.server.level.ServerLevel.tick(SourceFile:333)
at net.minecraft.server.MinecraftServer.tickChildren(SourceFile:881)
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(SourceFile:322)
at net.minecraft.server.MinecraftServer.tickServer(SourceFile:825)
at net.minecraft.server.MinecraftServer.runServer(SourceFile:671)
at net.minecraft.server.MinecraftServer.spin(SourceFile:263)
at java.base/java.lang.Thread.run(Thread.java:833)
-- Affected level --
Details:
All players: 1 total; [aer['S4TOs'/308, l='ServerLevel[world]', x=-1775.73, y=63.00, z=320.45]]
Chunk stats: 3259
Level dimension: minecraft:overworld
Level spawn location: World: (0,82,0), Section: (at 0,2,0 in 0,5,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: 152351 game time, 158609 day time
Level name: world
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 26739 (now: false), thunder time: 52252 (now: false)
Known server brands: vanilla
Level was modded: false
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.tickChildren(SourceFile:881)
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(SourceFile:322)
at net.minecraft.server.MinecraftServer.tickServer(SourceFile:825)
at net.minecraft.server.MinecraftServer.runServer(SourceFile:671)
at net.minecraft.server.MinecraftServer.spin(SourceFile:263)
at java.base/java.lang.Thread.run(Thread.java:833)
-- System Details --
Details:
Minecraft Version: 22w16b
Minecraft Version ID: 22w16b
Operating System: Linux (amd64) version 5.4.0-104-generic
Java Version: 17.0.2, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 398718176 bytes (380 MiB) / 1891631104 bytes (1804 MiB) up to 2306867200 bytes (2200 MiB)
CPUs: 3
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Xeon(R) CPU E5-2660 v2 @ 2.20GHz
Identifier: Intel64 Family 6 Model 62 Stepping 4
Microarchitecture: Ivy Bridge (Server)
Frequency (GHz): 2.20
Number of physical packages: 2
Number of physical CPUs: 20
Number of logical CPUs: 40
Graphics card #0 name: unknown
Graphics card #0 vendor: unknown
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Virtual memory max (MB): 65464.09
Virtual memory used (MB): 53121.82
Swap memory total (MB): 1024.00
Swap memory used (MB): 435.71
JVM Flags: 3 total; -XX:MaxMetaspaceSize=100M -Xmx2200M -Xms1100M
Server Running: true
Player Count: 1 / 20; [aer['S4TOs'/308, l='ServerLevel[world]', x=-1775.73, y=63.00, z=320.45]]
Data Packs: vanilla
World Generation: Stable
Is Modded: Probably not. Server jar signature and brand is untouched
Type: Dedicated Server (map_server.txt)