Forge 1.16.5 Crash Report

#3c3zTxr
165 lines
Raw
Analysis
Minecraft version:
1.16.5
Java version:
1.8.0_372
Forge version:
36.2.34
The entity 'Rail' at the location -27.97, 40.74, -164.82 is causing issues while ticking.
Line #5
Solutions
Remove the entity 'Rail' at the location -27.97, 40.74, -164.82.
1---- Minecraft Crash Report ----
2// Uh... Did I do that?
3
4Time: 5/24/23 4:04 PM
5Description: Ticking entity
6
7java.lang.BootstrapMethodError: java.lang.LinkageError: loader constraint violation: loader (instance of sun/misc/Launcher$AppClassLoader) previously initiated loading for a different type with name "org/apache/logging/log4j/util/MessageSupplier"
8 at net.minecraftforge.eventbus.EventBus.handleException(EventBus.java:316) ~[eventbus-4.0.0.jar:?] {}
9 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:307) ~[eventbus-4.0.0.jar:?] {}
10 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
11 at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:597) ~[forge:?] {re:classloading,pl:runtimedistcleaner:A}
12 at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:591) ~[forge:?] {re:classloading,pl:runtimedistcleaner:A}
13 at net.minecraftforge.common.capabilities.CapabilityProvider.doGatherCapabilities(CapabilityProvider.java:83) ~[forge:?] {re:computing_frames,re:classloading,re:mixin}
14 at net.minecraftforge.common.capabilities.CapabilityProvider.getCapabilities(CapabilityProvider.java:91) ~[forge:?] {re:computing_frames,re:classloading,re:mixin}
15 at net.minecraftforge.common.capabilities.CapabilityProvider.areCapsCompatible(CapabilityProvider.java:103) ~[forge:?] {re:computing_frames,re:classloading,re:mixin}
16 at net.minecraft.entity.item.ItemEntity.func_226532_a_(ItemEntity.java:218) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
17 at net.minecraft.entity.item.ItemEntity.func_226530_a_(ItemEntity.java:201) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
18 at net.minecraft.entity.item.ItemEntity.func_85054_d(ItemEntity.java:183) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
19 at net.minecraft.entity.item.ItemEntity.func_70071_h_(ItemEntity.java:137) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
20 at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
21 at net.minecraft.world.World.func_217390_a(World.java:554) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:hitbox,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:hitbox,pl:runtimedistcleaner:A}
22 at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
23 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
24 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?] {re:classloading,pl:accesstransformer:B}
25 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
26 at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
27 at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
28 at java.lang.Thread.run(Thread.java:750) [?:1.8.0_372] {}
29Caused by: java.lang.LinkageError: loader constraint violation: loader (instance of sun/misc/Launcher$AppClassLoader) previously initiated loading for a different type with name "org/apache/logging/log4j/util/MessageSupplier"
30 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_372] {}
31 at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_372] {}
32 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_372] {}
33 at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) ~[?:1.8.0_372] {}
34 at java.net.URLClassLoader.access$100(URLClassLoader.java:74) ~[?:1.8.0_372] {}
35 at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_372] {}
36 at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_372] {}
37 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_372] {}
38 at java.net.URLClassLoader.findClass(URLClassLoader.java:362) ~[?:1.8.0_372] {}
39 at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_372] {}
40 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) ~[?:1.8.0_372] {}
41 at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_372] {}
42 ... 21 more
43
44
45A detailed walkthrough of the error, its code path and all known details is as follows:
46---------------------------------------------------------------------------------------
47
48-- Head --
49Thread: Server thread
50Stacktrace:
51 at net.minecraftforge.eventbus.EventBus.handleException(EventBus.java:316) ~[eventbus-4.0.0.jar:?] {}
52 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:307) ~[eventbus-4.0.0.jar:?] {}
53 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
54 at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:597) ~[forge:?] {re:classloading,pl:runtimedistcleaner:A}
55 at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:591) ~[forge:?] {re:classloading,pl:runtimedistcleaner:A}
56 at net.minecraftforge.common.capabilities.CapabilityProvider.doGatherCapabilities(CapabilityProvider.java:83) ~[forge:?] {re:computing_frames,re:classloading,re:mixin}
57 at net.minecraftforge.common.capabilities.CapabilityProvider.getCapabilities(CapabilityProvider.java:91) ~[forge:?] {re:computing_frames,re:classloading,re:mixin}
58 at net.minecraftforge.common.capabilities.CapabilityProvider.areCapsCompatible(CapabilityProvider.java:103) ~[forge:?] {re:computing_frames,re:classloading,re:mixin}
59 at net.minecraft.entity.item.ItemEntity.func_226532_a_(ItemEntity.java:218) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
60 at net.minecraft.entity.item.ItemEntity.func_226530_a_(ItemEntity.java:201) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
61 at net.minecraft.entity.item.ItemEntity.func_85054_d(ItemEntity.java:183) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
62 at net.minecraft.entity.item.ItemEntity.func_70071_h_(ItemEntity.java:137) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
63 at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
64-- Entity being ticked --
65Details:
66 Entity Type: minecraft:item (net.minecraft.entity.item.ItemEntity)
67 Entity ID: 265
68 Entity Name: Rail
69 Entity's Exact location: -27.97, 40.74, -164.82
70 Entity's Block location: World: (-28,40,-165), Chunk: (at 4,2,11 in -2,-11; contains blocks -32,0,-176 to -17,255,-161), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
71 Entity's Momentum: 0.08, -0.09, 0.05
72 Entity's Passengers: []
73 Entity's Vehicle: ~~ERROR~~ NullPointerException: null
74Stacktrace:
75 at net.minecraft.world.World.func_217390_a(World.java:554) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:hitbox,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:hitbox,pl:runtimedistcleaner:A}
76 at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
77
78
79-- Affected level --
80Details:
81 All players: 0 total; []
82 Chunk stats: ServerChunkCache: 2025
83 Level dimension: minecraft:overworld
84 Level spawn location: World: (16,74,-144), Chunk: (at 0,4,0 in 1,-9; contains blocks 16,0,-144 to 31,255,-129), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
85 Level time: 18 game time, 18 day time
86 Level name: world
87 Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
88 Level weather: Rain time: 149207 (now: false), thunder time: 83315 (now: false)
89 Known server brands: forge
90 Level was modded: true
91 Level storage version: 0x04ABD - Anvil
92Stacktrace:
93 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
94 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?] {re:classloading,pl:accesstransformer:B}
95 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
96 at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
97 at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
98 at java.lang.Thread.run(Thread.java:750) [?:1.8.0_372] {}
99
100
101-- System Details --
102Details:
103 Minecraft Version: 1.16.5
104 Minecraft Version ID: 1.16.5
105 Operating System: Linux (amd64) version 5.4.0-146-generic
106 Java Version: 1.8.0_372, Temurin
107 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin
108 Memory: 1083688808 bytes (1033 MB) / 2126512128 bytes (2028 MB) up to 2143813632 bytes (2044 MB)
109 CPUs: 2
110 JVM Flags: 3 total; -XX:MaxMetaspaceSize=300M -Xmx2300M -Xms1150M
111 ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
112 ModLauncher launch target: fmlserver
113 ModLauncher naming: srg
114 ModLauncher services:
115 /mixin-0.8.4.jar mixin PLUGINSERVICE
116 /eventbus-4.0.0.jar eventbus PLUGINSERVICE
117 /forge.jar object_holder_definalize PLUGINSERVICE
118 /forge.jar runtime_enum_extender PLUGINSERVICE
119 /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
120 /forge.jar capability_inject_definalize PLUGINSERVICE
121 /forge.jar runtimedistcleaner PLUGINSERVICE
122 /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
123 /forge.jar fml TRANSFORMATIONSERVICE
124 FML: 36.2
125 Forge: net.minecraftforge:36.2.34
126 FML Language Providers:
127 javafml@36.2
128 minecraft@1
129 Mod List:
130 forge-1.16.5-36.2.34-server.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
131 tetra-1.16.5-3.20.0.jar |Tetra |tetra |3.20.0 |DONE |Manifest: NOSIGNATURE
132 CyclopsCore-1.16.5-1.13.0.jar |Cyclops Core |cyclopscore |1.13.0 |DONE |Manifest: NOSIGNATURE
133 horsecombatcontrols-1.16.5-1.0.4.jar |Horse Combat Controls |horsecombatcontrols |1.16.5-1.0.4 |DONE |Manifest: NOSIGNATURE
134 mowziesmobs-1.5.27.jar |Mowzie's Mobs |mowziesmobs |1.5.27 |DONE |Manifest: NOSIGNATURE
135 morevillagers-FORGE-1.16.5-1.5.5.jar |More Villagers |morevillagers |1.5.5 |DONE |Manifest: NOSIGNATURE
136 BiomesOPlenty-1.16.5-13.1.0.477-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.477 |DONE |Manifest: NOSIGNATURE
137 PGA-1.16.4-1.1.2.1.jar |Public GUI Announcement |publicguiannouncement |1.1.0.1 |DONE |Manifest: NOSIGNATURE
138 jei-1.16.5-7.7.1.153.jar |Just Enough Items |jei |**.**.**.** |DONE |Manifest: NOSIGNATURE
139 EverlastingAbilities-1.16.5-1.8.0.jar |EverlastingAbilities |everlastingabilities |1.8.0 |DONE |Manifest: NOSIGNATURE
140 callablehorses-1.16.3-1.2.1.4.jar |Callable Horses |callablehorses |**.**.**.** |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
141 HealthBarMinusName v2.jar |Neat |neat |1.7-27 |DONE |Manifest: NOSIGNATURE
142 pamhc2foodcore-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |DONE |Manifest: NOSIGNATURE
143 mgui-1.16.5-3.3.0.jar |mgui |mgui |3.3.0 |DONE |Manifest: NOSIGNATURE
144 journeymap-1.16.5-5.8.5p6.jar |Journeymap |journeymap |5.8.5p6 |DONE |Manifest: NOSIGNATURE
145 comforts-forge-1.16.5-4.0.1.5.jar |Comforts |comforts |1.16.5-4.0.1.5 |DONE |Manifest: NOSIGNATURE
146 citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |DONE |Manifest: NOSIGNATURE
147 alexsmobs-1.12.1.jar |Alex's Mobs |alexsmobs |1.12.1 |DONE |Manifest: NOSIGNATURE
148 TravelersBackpack-1.16.5-5.4.38.jar |Traveler's Backpack |travelersbackpack |5.4.38 |DONE |Manifest: NOSIGNATURE
149 YungsApi-1.16.4-Forge-13.jar |YUNG's API |yungsapi |1.16.4-Forge-13 |DONE |Manifest: NOSIGNATURE
150 tetranomicon-1.4-1.16.5.jar |Tetranomicon |tetranomicon |1.4-1.16.5 |DONE |Manifest: NOSIGNATURE
151 rereskillablerereforked-1.2.1.jar |Rereskillable Rereforked |rereskillablerereforked |1.2.1 |DONE |Manifest: NOSIGNATURE
152 cfm-7.0.0pre22-1.16.3.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre22 |DONE |Manifest: NOSIGNATURE
153 Morpheus-1.16.5-4.2.70.jar |Morpheus |morpheus |4.2.70 |DONE |Manifest: NOSIGNATURE
154 iceandfire-2.1.12-1.16.5.jar |Ice and Fire |iceandfire |2.1.12-1.16.5 |DONE |Manifest: NOSIGNATURE
155 forge-1.16.5-36.2.34-universal.jar |Forge |forge |36.2.34 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
156 TravelersTitles-1.16.4-1.5.jar |Traveler's Titles |travelerstitles |1.16.4-1.5 |DONE |Manifest: NOSIGNATURE
157 twilightforest-1.16.5-4.0.870-universal.jar |The Twilight Forest |twilightforest |NONE |DONE |Manifest: NOSIGNATURE
158 geckolib-forge-1.16.5-3.0.106.jar |GeckoLib |geckolib3 |3.0.106 |DONE |Manifest: NOSIGNATURE
159 fightnbtintegration-1.16.5-1.4.3.jar |Epic Fight NBT Integration |fightnbtintegration |1.16.5-1.4.3 |DONE |Manifest: NOSIGNATURE
160 EpicFightMod-16.5.9.jar |Epic Fight Mod |epicfight |16.5.9 |DONE |Manifest: NOSIGNATURE
161 Crash Report UUID: ce8f5fb0-8020-4302-802d-4c4e1e060032
162 Player Count: 0 / 20; []
163 Data Packs: vanilla, mod:tetra, mod:cyclopscore, mod:horsecombatcontrols, mod:mowziesmobs, mod:morevillagers, mod:biomesoplenty, mod:publicguiannouncement (incompatible), mod:jei, mod:everlastingabilities, mod:callablehorses, mod:neat (incompatible), mod:pamhc2foodcore (incompatible), mod:mgui (incompatible), mod:journeymap (incompatible), mod:comforts, mod:citadel (incompatible), mod:alexsmobs, mod:travelersbackpack (incompatible), mod:yungsapi, mod:tetranomicon, mod:rereskillablerereforked, mod:cfm (incompatible), mod:morpheus (incompatible), mod:iceandfire, mod:forge, mod:travelerstitles, mod:twilightforest, mod:geckolib3 (incompatible), mod:fightnbtintegration, mod:epicfight
164 Is Modded: Definitely; Server brand changed to 'forge'
165 Type: Dedicated Server (map_server.txt)
This log will be saved for 90 days from their last view.
Report abuse