Forge 1.21.7 Crash Report

#bcFxABe
168 lines
Raw
Analysis
Minecraft version:
1.21.7
Java version:
24.0.1
Forge version:
57.0.2
1---- Minecraft Crash Report ----
2// This doesn't make any sense!
3
4Time: 2025-07-12 17:43:01
5Description: Exception in server tick loop
6
7java.lang.NullPointerException: Cannot invoke "com.google.common.collect.Table.get(Object, Object)" because "this.properties" is null
8 at TRANSFORMER/balm@21.7.2/net.blay09.mods.balm.forge.config.LoadedForgeConfig.getRaw(LoadedForgeConfig.java:35) ~[balm-forge-1.21.7-21.7.2-all.jar!/:21.7.2]
9 at TRANSFORMER/balm@21.7.2/net.blay09.mods.balm.api.config.MutableLoadedConfig.applyFrom(MutableLoadedConfig.java:21) ~[balm-forge-1.21.7-21.7.2-all.jar!/:21.7.2]
10 at TRANSFORMER/balm@21.7.2/net.blay09.mods.balm.api.config.MutableLoadedConfig.applyFrom(MutableLoadedConfig.java:28) ~[balm-forge-1.21.7-21.7.2-all.jar!/:21.7.2]
11 at TRANSFORMER/balm@21.7.2/net.blay09.mods.balm.api.network.ConfigReflection.of(ConfigReflection.java:154) ~[balm-forge-1.21.7-21.7.2-all.jar!/:21.7.2]
12 at TRANSFORMER/balm@21.7.2/net.blay09.mods.balm.api.config.BalmConfig.getActiveConfig(BalmConfig.java:49) ~[balm-forge-1.21.7-21.7.2-all.jar!/:21.7.2]
13 at TRANSFORMER/balm@21.7.2/net.blay09.mods.balm.common.config.AbstractBalmConfig.lambda$getActiveConfig$1(AbstractBalmConfig.java:72) ~[balm-forge-1.21.7-21.7.2-all.jar!/:21.7.2]
14 at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1724) ~[?:?]
15 at TRANSFORMER/balm@21.7.2/net.blay09.mods.balm.common.config.AbstractBalmConfig.getActiveConfig(AbstractBalmConfig.java:72) ~[balm-forge-1.21.7-21.7.2-all.jar!/:21.7.2]
16 at TRANSFORMER/waystones@21.7.1/net.blay09.mods.waystones.config.WaystonesConfig.getActive(WaystonesConfig.java:189) ~[waystones-forge-1.21.7-21.7.1.jar!/:21.7.1]
17 at TRANSFORMER/waystones@21.7.1/net.blay09.mods.waystones.worldgen.ModWorldGen.setupDynamicRegistries(ModWorldGen.java:141) ~[waystones-forge-1.21.7-21.7.1.jar!/:21.7.1]
18 at TRANSFORMER/waystones@21.7.1/net.blay09.mods.waystones.worldgen.ModWorldGen.lambda$initialize$12(ModWorldGen.java:97) ~[waystones-forge-1.21.7-21.7.1.jar!/:21.7.1]
19 at TRANSFORMER/balm@21.7.2/net.blay09.mods.balm.forge.event.ForgeBalmEvents.fireEventHandler(ForgeBalmEvents.java:59) ~[balm-forge-1.21.7-21.7.2-all.jar!/:21.7.2]
20 at TRANSFORMER/balm@21.7.2/net.blay09.mods.balm.forge.event.ForgeBalmEvents.lambda$fireEventHandlers$0(ForgeBalmEvents.java:53) ~[balm-forge-1.21.7-21.7.2-all.jar!/:21.7.2]
21 at java.base/java.util.ArrayList.forEach(ArrayList.java:1604) ~[?:?]
22 at TRANSFORMER/balm@21.7.2/net.blay09.mods.balm.forge.event.ForgeBalmEvents.fireEventHandlers(ForgeBalmEvents.java:53) ~[balm-forge-1.21.7-21.7.2-all.jar!/:21.7.2]
23 at TRANSFORMER/balm@21.7.2/net.blay09.mods.balm.forge.event.ForgeBalmCommonEvents.lambda$registerEvents$20(ForgeBalmCommonEvents.java:78) ~[balm-forge-1.21.7-21.7.2-all.jar!/:21.7.2]
24 at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.internal.InvokerFactory.lambda$createInvokerFromUnwrapped$10(InvokerFactory.java:246) ~[eventbus-7.0-beta.10.jar!/:7.0-beta.10]
25 at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.internal.EventBusImpl.post(EventBusImpl.java:64) ~[eventbus-7.0-beta.10.jar!/:7.0-beta.10]
26 at TRANSFORMER/net.minecraftforge.forge@57.0.2/net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:76) ~[forge-1.21.7-57.0.2-universal.jar!/:?]
27 at TRANSFORMER/minecraft@1.21.7/net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:188) ~[forge-1.21.7-57.0.2-server.jar!/:?]
28 at TRANSFORMER/minecraft@1.21.7/net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671) [forge-1.21.7-57.0.2-server.jar!/:?]
29 at TRANSFORMER/minecraft@1.21.7/net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:277) [forge-1.21.7-57.0.2-server.jar!/:?]
30 at java.base/java.lang.Thread.run(Thread.java:1447) [?:?]
31Transformer Audit:
32 java.util.ArrayList
33 REASON: mixin
34 net.blay09.mods.balm.api.config.BalmConfig
35 REASON: classloading
36 net.blay09.mods.balm.api.config.MutableLoadedConfig
37 REASON: classloading
38 net.blay09.mods.balm.api.network.ConfigReflection
39 REASON: classloading
40 net.blay09.mods.balm.common.config.AbstractBalmConfig
41 REASON: classloading
42 net.blay09.mods.balm.forge.config.LoadedForgeConfig
43 REASON: classloading
44 net.blay09.mods.balm.forge.event.ForgeBalmCommonEvents
45 REASON: classloading
46 net.blay09.mods.balm.forge.event.ForgeBalmEvents
47 REASON: classloading
48 net.blay09.mods.waystones.config.WaystonesConfig
49 REASON: classloading
50 net.blay09.mods.waystones.worldgen.ModWorldGen
51 REASON: classloading
52 net.minecraft.server.MinecraftServer
53 REASON: mixin
54 PLUGIN: accesstransformer:BEFORE
55 REASON: classloading
56 PLUGIN: accesstransformer:BEFORE
57 PLUGIN: mixin:AFTER
58 net.minecraft.server.dedicated.DedicatedServer
59 REASON: classloading
60 PLUGIN: accesstransformer:BEFORE
61 net.minecraftforge.server.ServerLifecycleHooks
62 REASON: classloading
63
64
65A detailed walkthrough of the error, its code path and all known details is as follows:
66---------------------------------------------------------------------------------------
67
68-- System Details --
69Details:
70 Minecraft Version: 1.21.7
71 Minecraft Version ID: 1.21.7
72 Operating System: Windows 10 (amd64) version 10.0
73 Java Version: 24.0.1, Oracle Corporation
74 Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
75 Memory: 4123253776 bytes (3932 MiB) / 5368709120 bytes (5120 MiB) up to 5368709120 bytes (5120 MiB)
76 CPUs: 16
77 Processor Vendor: GenuineIntel
78 Processor Name: 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz
79 Identifier: Intel64 Family 6 Model 167 Stepping 1
80 Microarchitecture: Rocket Lake
81 Frequency (GHz): 3.60
82 Number of physical packages: 1
83 Number of physical CPUs: 8
84 Number of logical CPUs: 16
85 Graphics card #0 name: NVIDIA GeForce RTX 3070
86 Graphics card #0 vendor: NVIDIA
87 Graphics card #0 VRAM (MiB): 8192.00
88 Graphics card #0 deviceId: VideoController1
89 Graphics card #0 versionInfo: 32.0.15.7688
90 Memory slot #0 capacity (MiB): 8192.00
91 Memory slot #0 clockSpeed (GHz): 3.60
92 Memory slot #0 type: DDR4
93 Memory slot #1 capacity (MiB): 8192.00
94 Memory slot #1 clockSpeed (GHz): 3.60
95 Memory slot #1 type: DDR4
96 Memory slot #2 capacity (MiB): 8192.00
97 Memory slot #2 clockSpeed (GHz): 3.60
98 Memory slot #2 type: DDR4
99 Memory slot #3 capacity (MiB): 8192.00
100 Memory slot #3 clockSpeed (GHz): 3.60
101 Memory slot #3 type: DDR4
102 Virtual memory max (MiB): 42665.61
103 Virtual memory used (MiB): 18322.64
104 Swap memory total (MiB): 10000.00
105 Swap memory used (MiB): 166.38
106 Space in storage for jna.tmpdir (MiB): <path not set>
107 Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
108 Space in storage for io.netty.native.workdir (MiB): <path not set>
109 Space in storage for java.io.tmpdir (MiB): available: 344864.88, total: 953187.06
110 Space in storage for workdir (MiB): available: 344864.88, total: 953187.06
111 JVM Flags: 20 total; -Xms5120M -Xmx5120M -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+ParallelRefProcEnabled -XX:+PerfDisableSharedMem -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1HeapRegionSize=8M -XX:G1HeapWastePercent=5 -XX:G1MaxNewSizePercent=40 -XX:G1MixedGCCountTarget=4 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1NewSizePercent=30 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:G1ReservePercent=20 -XX:InitiatingHeapOccupancyPercent=15 -XX:MaxGCPauseMillis=200 -XX:MaxTenuringThreshold=1 -XX:SurvivorRatio=32
112 Server Running: true
113 Player Count: 0 / 5; []
114 Active Data Packs: vanilla, mod:trade_cycling (incompatible), mod:doubledoors, mod:kuma_api (incompatible), mod:terrablender (incompatible), mod:supermartijn642configlib (incompatible), mod:trashslot (incompatible), mod:additionallanterns (incompatible), mod:mcwfences (incompatible), mod:supermartijn642corelib (incompatible), mod:packedup (incompatible), mod:mcwwindows (incompatible), mod:xaerominimap (incompatible), mod:waystones (incompatible), mod:collective, mod:mcwpaintings (incompatible), mod:cookingforblockheads (incompatible), mod:mixinextras (incompatible), mod:glitchcore (incompatible), mod:biomesoplenty (incompatible), mod:mcwroofs (incompatible), mod:mcwdoors (incompatible), mod:balm (incompatible), mod:forge, mod:mcwpaths (incompatible), mod:mcwlights (incompatible)
115 Available Data Packs: minecart_improvements, mod:additionallanterns (incompatible), mod:balm (incompatible), mod:biomesoplenty (incompatible), mod:collective, mod:cookingforblockheads (incompatible), mod:doubledoors, mod:forge, mod:glitchcore (incompatible), mod:kuma_api (incompatible), mod:mcwdoors (incompatible), mod:mcwfences (incompatible), mod:mcwlights (incompatible), mod:mcwpaintings (incompatible), mod:mcwpaths (incompatible), mod:mcwroofs (incompatible), mod:mcwwindows (incompatible), mod:mixinextras (incompatible), mod:packedup (incompatible), mod:supermartijn642configlib (incompatible), mod:supermartijn642corelib (incompatible), mod:terrablender (incompatible), mod:trade_cycling (incompatible), mod:trashslot (incompatible), mod:waystones (incompatible), mod:xaerominimap (incompatible), redstone_experiments, trade_rebalance, vanilla
116 Enabled Feature Flags: minecraft:vanilla
117 World Generation: Stable
118 World Seed: 8897074950340342687
119 Suppressed Exceptions: ~~NONE~~
120 Is Modded: Definitely; Server brand changed to 'forge'
121 Type: Dedicated Server (map_server.txt)
122 ModLauncher: 10.2.4
123 ModLauncher launch target: forge_server
124 ModLauncher naming: mcp
125 ModLauncher services:
126 / slf4jfixer PLUGINSERVICE
127 / runtimedistcleaner PLUGINSERVICE
128 / runtime_enum_extender PLUGINSERVICE
129 / object_holder_definalize PLUGINSERVICE
130 / capability_token_subclass PLUGINSERVICE
131 / accesstransformer PLUGINSERVICE
132 / mixin PLUGINSERVICE
133 / fml TRANSFORMATIONSERVICE
134 / mixin TRANSFORMATIONSERVICE
135 FML Language Providers:
136 minecraft@1.0
137 lowcodefml@57
138 javafml@57.0.2
139 Mod List:
140 forge-1.21.7-57.0.2-server.jar |Minecraft |minecraft |1.21.7 |DONE |Manifest: NOSIGNATURE
141 trade-cycling-forge-1.21.7-1.0.19.jar |Trade Cycling |trade_cycling |1.21.7-1.0.19 |DONE |Manifest: NOSIGNATURE
142 doubledoors-1.21.7-7.1.jar |Double Doors |doubledoors |7.1 |DONE |Manifest: NOSIGNATURE
143 kuma-api-forge-21.7.2+1.21.7.jar |KumaAPI |kuma_api |21.7.2 |DONE |Manifest: NOSIGNATURE
144 TerraBlender-forge-1.21.7-6.0.0.2.jar |TerraBlender |terrablender |**.**.**.** |DONE |Manifest: NOSIGNATURE
145 supermartijn642configlib-1.1.8-forge-mc1.21.6.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |DONE |Manifest: NOSIGNATURE
146 trashslot-forge-1.21.7-21.7.1.jar |TrashSlot |trashslot |21.7.1 |DONE |Manifest: NOSIGNATURE
147 additionallanterns-1.1.1-forge-mc1.21.6.jar |Additional Lanterns |additionallanterns |1.1.1 |DONE |Manifest: NOSIGNATURE
148 mcw-fences-1.2.0-1.21.7forge.jar |Macaw's Fences and Walls |mcwfences |1.2.0 |DONE |Manifest: NOSIGNATURE
149 supermartijn642corelib-1.1.18-forge-mc1.21.7-all.j|SuperMartijn642's Core Lib |supermartijn642corelib |1.1.18 |DONE |Manifest: NOSIGNATURE
150 packedup-1.1.0-forge-mc1.21.6.jar |Packed Up |packedup |1.1.0 |DONE |Manifest: NOSIGNATURE
151 mcw-windows-2.4.0-1.21.7forge.jar |Macaw's Windows |mcwwindows |2.4.0 |DONE |Manifest: NOSIGNATURE
152 Xaeros_Minimap_25.2.10_Forge_1.21.7.jar |Xaero's Minimap |xaerominimap |25.2.10 |DONE |Manifest: NOSIGNATURE
153 waystones-forge-1.21.7-21.7.1.jar |Waystones |waystones |21.7.1 |DONE |Manifest: NOSIGNATURE
154 collective-1.21.7-8.4.jar |Collective |collective |8.4 |DONE |Manifest: NOSIGNATURE
155 mcw-paintings-1.0.5-1.21.7forge.jar |Macaw's Paintings |mcwpaintings |1.0.5 |DONE |Manifest: NOSIGNATURE
156 cookingforblockheads-forge-1.21.7-21.7.1.jar |Cooking for Blockheads |cookingforblockheads |21.7.1 |DONE |Manifest: NOSIGNATURE
157 mixinextras-forge-0.4.1.jar |MixinExtras |mixinextras |0.4.1 |DONE |Manifest: NOSIGNATURE
158 GlitchCore-forge-1.21.7-21.7.0.0.jar |GlitchCore |glitchcore |**.**.**.** |DONE |Manifest: NOSIGNATURE
159 BiomesOPlenty-forge-1.21.7-21.7.0.1.jar |Biomes O' Plenty |biomesoplenty |**.**.**.** |DONE |Manifest: NOSIGNATURE
160 mcw-roofs-2.3.2-mc1.21.7forge.jar |Macaw's Roofs |mcwroofs |2.3.2 |DONE |Manifest: NOSIGNATURE
161 mcw-doors-1.1.3-mc1.21.7forge.jar |Macaw's Doors |mcwdoors |1.1.3 |DONE |Manifest: NOSIGNATURE
162 balm-forge-1.21.7-21.7.2-all.jar |Balm |balm |21.7.2 |DONE |Manifest: NOSIGNATURE
163 forge-1.21.7-57.0.2-universal.jar |Forge |forge |57.0.2 |DONE |Manifest: NOSIGNATURE
164 mcw-paths-1.1.0-mc1.21.7forge.jar |Macaw's Paths and Pavings |mcwpaths |1.1.0 |DONE |Manifest: NOSIGNATURE
165 mcw-lights-1.1.2-mc1.21.7forge.jar |Macaw's Lights and Lamps |mcwlights |1.1.2 |DONE |Manifest: NOSIGNATURE
166 Crash Report UUID: e51f4b9e-b208-4a51-bf8d-a96fe8900efe
167 FML: 0.0
168 Forge: net.minecraftforge:57.0.2
This log will be saved for 90 days from their last view.
Report abuse