Forge 1.12.2 Crash Report

#ugtNY3A
119 lines
Raw
Analysis
Minecraft version:
1.12.2
Java version:
1.8.0_362
Forge version:
14.23.5.2847
The entity 'entity.Kleavor Axe.name' at the location 1075, 77.33, 1194 is causing issues while ticking.
Line #10
Solutions
Remove the entity 'entity.Kleavor Axe.name' at the location 1075, 77.33, 1194.
1---- Minecraft Crash Report ----
2
3WARNING: coremods are present:
4 EarlyLoadPlugin (pixelmon-generations-8.7.1.jar)
5Contact their authors BEFORE contacting forge
6
7// I blame Dinnerbone.
8
9Time: 3/16/23 12:42 AM
10Description: Ticking entity
11
12java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityPlayerSP
13 at com.pixelmongenerations.common.entity.projectiles.EntityKleavorAxe.func_70184_a(EntityKleavorAxe.java:122)
14 at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
15 at com.pixelmongenerations.common.entity.projectiles.EntityKleavorAxe.func_70071_h_(EntityKleavorAxe.java:60)
16 at net.minecraft.world.World.func_72866_a(World.java:1996)
17 at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
18 at net.minecraft.world.World.func_72870_g(World.java:1958)
19 at net.minecraft.world.World.func_72939_s(World.java:1762)
20 at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
21 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
22 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
23 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
24 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
25 at java.lang.Thread.run(Thread.java:750)
26Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityPlayerSP
27 at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
28 at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
29 at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
30 ... 13 more
31Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@1948ea69 from coremod FMLCorePlugin
32 at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
33 at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
34 at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
35 ... 15 more
36Caused by: java.lang.RuntimeException: Attempted to load class bud for invalid side SERVER
37 at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
38 at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
39 ... 17 more
40
41
42A detailed walkthrough of the error, its code path and all known details is as follows:
43---------------------------------------------------------------------------------------
44
45-- Head --
46Thread: Server thread
47Stacktrace:
48 at com.pixelmongenerations.common.entity.projectiles.EntityKleavorAxe.func_70184_a(EntityKleavorAxe.java:122)
49 at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
50 at com.pixelmongenerations.common.entity.projectiles.EntityKleavorAxe.func_70071_h_(EntityKleavorAxe.java:60)
51 at net.minecraft.world.World.func_72866_a(World.java:1996)
52 at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
53 at net.minecraft.world.World.func_72870_g(World.java:1958)
54
55-- Entity being ticked --
56Details:
57 Entity Type: pixelmon:kleavor_axe (com.pixelmongenerations.common.entity.projectiles.EntityKleavorAxe)
58 Entity ID: 860
59 Entity Name: entity.Kleavor Axe.name
60 Entity's Exact location: 1075.00, 77.33, 1194.00
61 Entity's Block location: World: (1074,77,1194), Chunk: (at 2,4,10 in 67,74; contains blocks 1072,0,1184 to 1087,255,1199), Region: (2,2; contains chunks 64,64 to 95,95, blocks 1024,0,1024 to 1535,255,1535)
62 Entity's Momentum: 0.00, -0.18, -0.00
63 Entity's Passengers: []
64 Entity's Vehicle: ~~ERROR~~ NullPointerException: null
65Stacktrace:
66 at net.minecraft.world.World.func_72939_s(World.java:1762)
67 at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
68
69-- Affected level --
70Details:
71 Level name: world
72 All players: 1 total; [EntityPlayerMP['mouca'/373, l='world', x=1077.09, y=68.00, z=1194.72]]
73 Chunk stats: ServerChunkCache: 697 Drop: 0
74 Level seed: -2678036157866780138
75 Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
76 Level generator options:
77 Level spawn location: World: (1724,65,1839), Chunk: (at 12,4,15 in 107,114; contains blocks 1712,0,1824 to 1727,255,1839), Region: (3,3; contains chunks 96,96 to 127,127, blocks 1536,0,1536 to 2047,255,2047)
78 Level time: 2035310 game time, 1975179 day time
79 Level dimension: 0
80 Level storage version: 0x04ABD - Anvil
81 Level weather: Rain time: 13462 (now: true), thunder time: 93455 (now: false)
82 Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
83Stacktrace:
84 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
85 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
86 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
87 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
88 at java.lang.Thread.run(Thread.java:750)
89
90-- System Details --
91Details:
92 Minecraft Version: 1.12.2
93 Operating System: Linux (amd64) version 5.4.0-99-generic
94 Java Version: 1.8.0_362, Temurin
95 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin
96 Memory: 608615688 bytes (580 MB) / 1465384960 bytes (1397 MB) up to 2143813632 bytes (2044 MB)
97 JVM Flags: 3 total; -XX:MaxMetaspaceSize=400M -Xmx2300M -Xms1150M
98 IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
99 FML: MCP 9.42 Powered by Forge 14.23.5.2847 8 mods loaded, 8 mods active
100 States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
101
102 | State | ID | Version | Source | Signature |
103 |:------ |:--------------- |:------------ |:--------------------------------------------- |:--------- |
104 | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
105 | LCHIJA | mcp | 9.42 | minecraft.jar | None |
106 | LCHIJA | aearlymodloader | 8.7.1 | minecraft.jar | None |
107 | LCHIJA | FML | **.**.**.** | server.jar | None |
108 | LCHIJA | forge | 14.23.5.2847 | server.jar | None |
109 | LCHIJA | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None |
110 | LCHIJA | pixelmon | 8.7.1 | pixelmon-generations-8.7.1.jar | None |
111 | LCHIJA | pixelextras | 3.2.4 | pixelextras-3-2-4-jar.jar | None |
112
113 Loaded coremods (and transformers):
114EarlyLoadPlugin (pixelmon-generations-8.7.1.jar)
115 com.pixelmongenerations.core.plugin.PixelmonTransformer
116 Profiler Position: N/A (disabled)
117 Player Count: 1 / 20; [EntityPlayerMP['mouca'/373, l='world', x=1077.09, y=68.00, z=1194.72]]
118 Is Modded: Definitely; Server brand changed to 'fml,forge'
119 Type: Dedicated Server (map_server.txt)
This log will be saved for 90 days from their last view.
Report abuse