You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.ExceptionInInitializerError
at knot//net.minecraft.class_634.handler$zli002$seedcrackerx$onGameJoin(class_634.java:5251)
at knot//net.minecraft.class_634.method_11120(class_634.java:465)
at knot//net.minecraft.class_2678.method_11567(class_2678.java:95)
at knot//net.minecraft.class_2678.method_11054(class_2678.java:25)
at knot//net.minecraft.class_2600.method_11072(class_2600.java:22)
at knot//net.minecraft.class_1255.method_18859(class_1255.java:156)
at knot//net.minecraft.class_4093.method_18859(class_4093.java:23)
at knot//net.minecraft.class_1255.method_16075(class_1255.java:130)
at knot//net.minecraft.class_1255.method_5383(class_1255.java:115)
at knot//net.minecraft.class_310.method_1523(class_310.java:1175)
at knot//net.minecraft.class_310.method_1514(class_310.java:802)
at knot//net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:209)
at java.base/java.util.ImmutableCollections.listFromTrustedArray(ImmutableCollections.java:213)
at java.base/java.util.List.of(List.java:979)
at knot//kaptainwutax.seedcrackerX.config.StructureSave.(StructureSave.java:29)
... 15 more
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Render thread
Stacktrace:
at knot//net.minecraft.class_634.handler$zli002$seedcrackerx$onGameJoin(class_634.java:5251)
at knot//net.minecraft.class_634.method_11120(class_634.java:465)
at knot//net.minecraft.class_2678.method_11567(class_2678.java:95)
at knot//net.minecraft.class_2678.method_11054(class_2678.java:25)
at knot//net.minecraft.class_2600.method_11072(class_2600.java:22)
at knot//net.minecraft.class_1255.method_18859(class_1255.java:156)
at knot//net.minecraft.class_4093.method_18859(class_4093.java:23)
at knot//net.minecraft.class_1255.method_16075(class_1255.java:130)
-- Affected level --
Details:
All players: 1 total; [class_746['Peurandel'/128, l='ClientLevel', x=8.50, y=65.00, z=8.50]]
Chunk stats: 1521, 0
Level dimension: minecraft:overworld
Level spawn location: World: (8,64,8), Section: (at 8,0,8 in 0,4,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: 0 game time, 0 day time
Server brand: NULL
Server type: Integrated singleplayer server
Stacktrace:
at knot//net.minecraft.class_638.method_8538(class_638.java:458)
at knot//net.minecraft.class_310.method_1587(class_310.java:2406)
at knot//net.minecraft.class_310.method_1514(class_310.java:826)
at knot//net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Thank you for reporting this issue! The crash appears to be caused by Config.get() returning null, which suggests that the configuration system hasn't been properly initialized before getVersion() is called.
Possible Fix
Please ensure that:
You're using the latest version of SeedCrackerX compatible with Minecraft 1.20.1.
The config file is present and properly formatted in the mod's configuration directory.
If you're already on the latest version and the issue persists, it could be a bug in the mod's initialization process. As a workaround, you can try deleting the existing config file (if it exists)and then rewrite it yourself.
Next Steps
If the issue remains unresolved, could you provide:
The full crash log (as a file or a pastebin link. Not in the issue).
Confirmation of whether you've modified any of the mod's configuration files.
This information will help us investigate further. Thanks for your patience!
I'm using Fabric 0.16.10 and Fabric API 0.92.2
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 2025-01-28 19:10:52
Description: Unexpected error
java.lang.ExceptionInInitializerError
at knot//net.minecraft.class_634.handler$zli002$seedcrackerx$onGameJoin(class_634.java:5251)
at knot//net.minecraft.class_634.method_11120(class_634.java:465)
at knot//net.minecraft.class_2678.method_11567(class_2678.java:95)
at knot//net.minecraft.class_2678.method_11054(class_2678.java:25)
at knot//net.minecraft.class_2600.method_11072(class_2600.java:22)
at knot//net.minecraft.class_1255.method_18859(class_1255.java:156)
at knot//net.minecraft.class_4093.method_18859(class_4093.java:23)
at knot//net.minecraft.class_1255.method_16075(class_1255.java:130)
at knot//net.minecraft.class_1255.method_5383(class_1255.java:115)
at knot//net.minecraft.class_310.method_1523(class_310.java:1175)
at knot//net.minecraft.class_310.method_1514(class_310.java:802)
at knot//net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:209)
at java.base/java.util.ImmutableCollections.listFromTrustedArray(ImmutableCollections.java:213)
at java.base/java.util.List.of(List.java:979)
at knot//kaptainwutax.seedcrackerX.config.StructureSave.(StructureSave.java:29)
... 15 more
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Render thread
Stacktrace:
at knot//net.minecraft.class_634.handler$zli002$seedcrackerx$onGameJoin(class_634.java:5251)
at knot//net.minecraft.class_634.method_11120(class_634.java:465)
at knot//net.minecraft.class_2678.method_11567(class_2678.java:95)
at knot//net.minecraft.class_2678.method_11054(class_2678.java:25)
at knot//net.minecraft.class_2600.method_11072(class_2600.java:22)
at knot//net.minecraft.class_1255.method_18859(class_1255.java:156)
at knot//net.minecraft.class_4093.method_18859(class_4093.java:23)
at knot//net.minecraft.class_1255.method_16075(class_1255.java:130)
-- Affected level --
Details:
All players: 1 total; [class_746['Peurandel'/128, l='ClientLevel', x=8.50, y=65.00, z=8.50]]
Chunk stats: 1521, 0
Level dimension: minecraft:overworld
Level spawn location: World: (8,64,8), Section: (at 8,0,8 in 0,4,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: 0 game time, 0 day time
Server brand:
NULLServer type: Integrated singleplayer server
Stacktrace:
at knot//net.minecraft.class_638.method_8538(class_638.java:458)
at knot//net.minecraft.class_310.method_1587(class_310.java:2406)
at knot//net.minecraft.class_310.method_1514(class_310.java:826)
at knot//net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: vanilla, fabric
-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Windows 11 (amd64) version 10.0
Java Version: 17.0.8, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 896059616 bytes (854 MiB) / 1912602624 bytes (1824 MiB) up to 2147483648 bytes (2048 MiB)
CPUs: 16
Processor Vendor: GenuineIntel
Processor Name: 13th Gen Intel(R) Core(TM) i5-1340P
Identifier: Intel64 Family 6 Model 186 Stepping 2
Microarchitecture: unknown
Frequency (GHz): 2.19
Number of physical packages: 1
Number of physical CPUs: 12
Number of logical CPUs: 16
Graphics card #0 name: Intel(R) Iris(R) Xe Graphics
Graphics card #0 vendor: Intel Corporation (0x8086)
Graphics card #0 VRAM (MB): 1024.00
Graphics card #0 deviceId: 0xa7a0
Graphics card #0 versionInfo: DriverVersion=31.0.101.4032
Memory slot #0 capacity (MB): 2048.00
Memory slot #0 clockSpeed (GHz): 6.40
Memory slot #0 type: Unknown
Memory slot #1 capacity (MB): 2048.00
Memory slot #1 clockSpeed (GHz): 6.40
Memory slot #1 type: Unknown
Memory slot #2 capacity (MB): 2048.00
Memory slot #2 clockSpeed (GHz): 6.40
Memory slot #2 type: Unknown
Memory slot #3 capacity (MB): 2048.00
Memory slot #3 clockSpeed (GHz): 6.40
Memory slot #3 type: Unknown
Memory slot #4 capacity (MB): 2048.00
Memory slot #4 clockSpeed (GHz): 6.40
Memory slot #4 type: Unknown
Memory slot #5 capacity (MB): 2048.00
Memory slot #5 clockSpeed (GHz): 6.40
Memory slot #5 type: Unknown
Memory slot #6 capacity (MB): 2048.00
Memory slot #6 clockSpeed (GHz): 6.40
Memory slot #6 type: Unknown
Memory slot #7 capacity (MB): 2048.00
Memory slot #7 clockSpeed (GHz): 6.40
Memory slot #7 type: Unknown
Virtual memory max (MB): 32450.86
Virtual memory used (MB): 17413.14
Swap memory total (MB): 16384.00
Swap memory used (MB): 3021.98
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Fabric Mods:
fabric-api: Fabric API 0.92.2+1.20.1
fabric-api-base: Fabric API Base 0.4.31+1802ada577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.2+85287f9f77
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
fabricloader: Fabric Loader 0.16.10
mixinextras: MixinExtras 0.4.1
java: OpenJDK 64-Bit Server VM 17
minecraft: Minecraft 1.20.1
seedcrackerx: SeedCrackerX 2.14.4
cloth-config: Cloth Config v11 11.0.98
cloth-basic-math: cloth-basic-math 0.6.1
com_seedfinding_latticg: latticg 1.6
com_seedfinding_mc_biome: mc_biome 41a42cb9019a552598f12089059538853e18ec78
com_seedfinding_mc_core: mc_core d64d5f90be66300da41ef58f4f1736db2499784f
com_seedfinding_mc_feature: mc_feature 919b7e513cc1e87e029a9cd703fc4e2dc8686229
com_seedfinding_mc_math: mc_math ffd2edcfcc0d18147549c88cc7d8ec6cf21b5b91
com_seedfinding_mc_noise: mc_noise 7e3ba65e181796c4a2a1c8881d840b2254b92962
com_seedfinding_mc_reversal: mc_reversal ca64c0890c106f1a2207623c316fce86f250b918
com_seedfinding_mc_seed: mc_seed 1ead6fcefe7e8de4b3d60cd6c4e993f1e8f33409
com_seedfinding_mc_terrain: mc_terrain b4246cbd5880c4f8745ccb90e1b102bde3448126
seedmapper: SeedMapper 1.5.15
betterconfig: BetterConfig 1.1.1
clientarguments: clientarguments 1.5.1
Launched Version: fabric-loader-0.16.10-1.20.1
Backend library: LWJGL version 3.3.1 SNAPSHOT
Backend API: Intel(R) Iris(R) Xe Graphics GL version 3.2.0 - Build 31.0.101.4032, Intel
Window size: 854x480
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Type: Integrated Server (map_client.txt)
Graphics mode: fancy
Resource Packs: vanilla, fabric
Current Language: ko_kr
CPU: 16x 13th Gen Intel(R) Core(TM) i5-1340P
Server Running: true
Player Count: 1 / 8; [class_3222['Peurandel'/128, l='ServerLevel[Test]', x=-729.50, y=-43.70, z=-6037.50]]
Data Packs: vanilla, fabric
Enabled Feature Flags: minecraft:vanilla
World Generation: Stable
The text was updated successfully, but these errors were encountered: