1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 4/25/22, 1:23 PM
|
5 | Description: Ticking entity
|
6 |
|
7 | java.lang.NullPointerException: Cannot invoke "dnm.a()" because "$$1" is null
|
8 | at net.minecraft.world.level.pathfinder.WalkNodeEvaluator.getStartNode(SourceFile:109)
|
9 | at net.minecraft.world.level.pathfinder.FlyNodeEvaluator.getStart(SourceFile:72)
|
10 | at net.minecraft.world.level.pathfinder.PathFinder.findPath(SourceFile:43)
|
11 | at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:204)
|
12 | at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:176)
|
13 | at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:153)
|
14 | at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:122)
|
15 | at net.minecraft.world.entity.ai.navigation.PathNavigation.moveTo(SourceFile:225)
|
16 | at net.minecraft.world.entity.animal.Bee$BeeGoToHiveGoal.pathfindDirectlyTowards(SourceFile:959)
|
17 | at net.minecraft.world.entity.animal.Bee$BeeGoToHiveGoal.tick(SourceFile:917)
|
18 | at net.minecraft.world.entity.ai.goal.WrappedGoal.tick(SourceFile:65)
|
19 | at net.minecraft.world.entity.ai.goal.GoalSelector.tickRunningGoals(SourceFile:119)
|
20 | at net.minecraft.world.entity.ai.goal.GoalSelector.tick(SourceFile:110)
|
21 | at net.minecraft.world.entity.Mob.serverAiStep(SourceFile:751)
|
22 | at net.minecraft.world.entity.LivingEntity.aiStep(SourceFile:2624)
|
23 | at net.minecraft.world.entity.Mob.aiStep(SourceFile:551)
|
24 | at net.minecraft.world.entity.AgeableMob.aiStep(SourceFile:127)
|
25 | at net.minecraft.world.entity.animal.Animal.aiStep(SourceFile:57)
|
26 | at net.minecraft.world.entity.animal.Bee.aiStep(SourceFile:517)
|
27 | at net.minecraft.world.entity.LivingEntity.tick(SourceFile:2369)
|
28 | at net.minecraft.world.entity.Mob.tick(SourceFile:351)
|
29 | at net.minecraft.world.entity.animal.Bee.tick(SourceFile:300)
|
30 | at net.minecraft.server.level.ServerLevel.tickNonPassenger(SourceFile:704)
|
31 | at net.minecraft.world.level.Level.guardEntityTick(SourceFile:465)
|
32 | at net.minecraft.server.level.ServerLevel.tick(SourceFile:365)
|
33 | at net.minecraft.world.level.entity.EntityTickList.forEach(SourceFile:54)
|
34 | at net.minecraft.server.level.ServerLevel.tick(SourceFile:333)
|
35 | at net.minecraft.server.MinecraftServer.tickChildren(SourceFile:881)
|
36 | at net.minecraft.server.dedicated.DedicatedServer.tickChildren(SourceFile:322)
|
37 | at net.minecraft.server.MinecraftServer.tickServer(SourceFile:825)
|
38 | at net.minecraft.server.MinecraftServer.runServer(SourceFile:671)
|
39 | at net.minecraft.server.MinecraftServer.spin(SourceFile:263)
|
40 | at java.base/java.lang.Thread.run(Thread.java:833)
|
41 |
|
42 |
|
43 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
44 | ---------------------------------------------------------------------------------------
|
45 |
|
46 | -- Head --
|
47 | Thread: Server thread
|
48 | Stacktrace:
|
49 | at net.minecraft.world.level.pathfinder.WalkNodeEvaluator.getStartNode(SourceFile:109)
|
50 | at net.minecraft.world.level.pathfinder.FlyNodeEvaluator.getStart(SourceFile:72)
|
51 | at net.minecraft.world.level.pathfinder.PathFinder.findPath(SourceFile:43)
|
52 | at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:204)
|
53 | at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:176)
|
54 | at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:153)
|
55 | at net.minecraft.world.entity.ai.navigation.PathNavigation.createPath(SourceFile:122)
|
56 | at net.minecraft.world.entity.ai.navigation.PathNavigation.moveTo(SourceFile:225)
|
57 | at net.minecraft.world.entity.animal.Bee$BeeGoToHiveGoal.pathfindDirectlyTowards(SourceFile:959)
|
58 | at net.minecraft.world.entity.animal.Bee$BeeGoToHiveGoal.tick(SourceFile:917)
|
59 | at net.minecraft.world.entity.ai.goal.WrappedGoal.tick(SourceFile:65)
|
60 | at net.minecraft.world.entity.ai.goal.GoalSelector.tickRunningGoals(SourceFile:119)
|
61 | at net.minecraft.world.entity.ai.goal.GoalSelector.tick(SourceFile:110)
|
62 | at net.minecraft.world.entity.Mob.serverAiStep(SourceFile:751)
|
63 | at net.minecraft.world.entity.LivingEntity.aiStep(SourceFile:2624)
|
64 | at net.minecraft.world.entity.Mob.aiStep(SourceFile:551)
|
65 | at net.minecraft.world.entity.AgeableMob.aiStep(SourceFile:127)
|
66 | at net.minecraft.world.entity.animal.Animal.aiStep(SourceFile:57)
|
67 | at net.minecraft.world.entity.animal.Bee.aiStep(SourceFile:517)
|
68 | at net.minecraft.world.entity.LivingEntity.tick(SourceFile:2369)
|
69 | at net.minecraft.world.entity.Mob.tick(SourceFile:351)
|
70 | at net.minecraft.world.entity.animal.Bee.tick(SourceFile:300)
|
71 | at net.minecraft.server.level.ServerLevel.tickNonPassenger(SourceFile:704)
|
72 | at net.minecraft.world.level.Level.guardEntityTick(SourceFile:465)
|
73 | at net.minecraft.server.level.ServerLevel.tick(SourceFile:365)
|
74 | at net.minecraft.world.level.entity.EntityTickList.forEach(SourceFile:54)
|
75 | at net.minecraft.server.level.ServerLevel.tick(SourceFile:333)
|
76 |
|
77 | -- Entity being ticked --
|
78 | Details:
|
79 | Entity Type: minecraft:bee (bks)
|
80 | Entity ID: 329
|
81 | Entity Name: Bee
|
82 | Entity's Exact location: -1783.40, 64.21, 345.03
|
83 | 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)
|
84 | Entity's Momentum: 0.00, -0.04, 0.00
|
85 | Entity's Passengers: []
|
86 | Entity's Vehicle: null
|
87 | Stacktrace:
|
88 | at net.minecraft.world.level.Level.guardEntityTick(SourceFile:465)
|
89 | at net.minecraft.server.level.ServerLevel.tick(SourceFile:365)
|
90 | at net.minecraft.world.level.entity.EntityTickList.forEach(SourceFile:54)
|
91 | at net.minecraft.server.level.ServerLevel.tick(SourceFile:333)
|
92 | at net.minecraft.server.MinecraftServer.tickChildren(SourceFile:881)
|
93 | at net.minecraft.server.dedicated.DedicatedServer.tickChildren(SourceFile:322)
|
94 | at net.minecraft.server.MinecraftServer.tickServer(SourceFile:825)
|
95 | at net.minecraft.server.MinecraftServer.runServer(SourceFile:671)
|
96 | at net.minecraft.server.MinecraftServer.spin(SourceFile:263)
|
97 | at java.base/java.lang.Thread.run(Thread.java:833)
|
98 |
|
99 | -- Affected level --
|
100 | Details:
|
101 | All players: 1 total; [aer['S4TOs'/308, l='ServerLevel[world]', x=-1775.73, y=63.00, z=320.45]]
|
102 | Chunk stats: 3259
|
103 | Level dimension: minecraft:overworld
|
104 | 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)
|
105 | Level time: 152351 game time, 158609 day time
|
106 | Level name: world
|
107 | Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
|
108 | Level weather: Rain time: 26739 (now: false), thunder time: 52252 (now: false)
|
109 | Known server brands: vanilla
|
110 | Level was modded: false
|
111 | Level storage version: 0x04ABD - Anvil
|
112 | Stacktrace:
|
113 | at net.minecraft.server.MinecraftServer.tickChildren(SourceFile:881)
|
114 | at net.minecraft.server.dedicated.DedicatedServer.tickChildren(SourceFile:322)
|
115 | at net.minecraft.server.MinecraftServer.tickServer(SourceFile:825)
|
116 | at net.minecraft.server.MinecraftServer.runServer(SourceFile:671)
|
117 | at net.minecraft.server.MinecraftServer.spin(SourceFile:263)
|
118 | at java.base/java.lang.Thread.run(Thread.java:833)
|
119 |
|
120 | -- System Details --
|
121 | Details:
|
122 | Minecraft Version: 22w16b
|
123 | Minecraft Version ID: 22w16b
|
124 | Operating System: Linux (amd64) version 5.4.0-104-generic
|
125 | Java Version: 17.0.2, Oracle Corporation
|
126 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
127 | Memory: 398718176 bytes (380 MiB) / 1891631104 bytes (1804 MiB) up to 2306867200 bytes (2200 MiB)
|
128 | CPUs: 3
|
129 | Processor Vendor: GenuineIntel
|
130 | Processor Name: Intel(R) Xeon(R) CPU E5-2660 v2 @ 2.20GHz
|
131 | Identifier: Intel64 Family 6 Model 62 Stepping 4
|
132 | Microarchitecture: Ivy Bridge (Server)
|
133 | Frequency (GHz): 2.20
|
134 | Number of physical packages: 2
|
135 | Number of physical CPUs: 20
|
136 | Number of logical CPUs: 40
|
137 | Graphics card #0 name: unknown
|
138 | Graphics card #0 vendor: unknown
|
139 | Graphics card #0 VRAM (MB): 0.00
|
140 | Graphics card #0 deviceId: unknown
|
141 | Graphics card #0 versionInfo: unknown
|
142 | Virtual memory max (MB): 65464.09
|
143 | Virtual memory used (MB): 53121.82
|
144 | Swap memory total (MB): 1024.00
|
145 | Swap memory used (MB): 435.71
|
146 | JVM Flags: 3 total; -XX:MaxMetaspaceSize=100M -Xmx2200M -Xms1100M
|
147 | Server Running: true
|
148 | Player Count: 1 / 20; [aer['S4TOs'/308, l='ServerLevel[world]', x=-1775.73, y=63.00, z=320.45]]
|
149 | Data Packs: vanilla
|
150 | World Generation: Stable
|
151 | Is Modded: Probably not. Server jar signature and brand is untouched
|
152 | Type: Dedicated Server (map_server.txt)
|
153 |
|