Paste your logs.

Built for Minecraft & Hytale

Vanilla 1.12.2 Crash Report

137 lines
Raw
Detected
Minecraft version: 1.12.2 Java version: 25.0.1
---- Minecraft Crash Report ----
WARNING: coremods are present:
CubicChunksCoreMod (CubicChunks-1.12.2-0.0.1184.0-SNAPSHOT-all.jar)
MixinBooter (cleanroom-0.4.2-alpha.jar)
CubicGenCoreMod (CubicWorldGen-1.12.2-0.0.140.0-SNAPSHOT-all.jar)
Contact their authors BEFORE contacting forge
// Daisy, daisy...
Time: 2026-02-10 14:07
Description: Exception in server tick loop
com.google.gson.JsonParseException: JsonReader at line 9 column 19 path $.line.first
at net.buildtheearth.terraplusplus.dataset.osm.OSMMapper.load(OSMMapper.java:36)
at net.buildtheearth.terraplusplus.generator.EarthGeneratorPipelines.datasets(EarthGeneratorPipelines.java:68)
at net.buildtheearth.terraplusplus.generator.GeneratorDatasets.<init>(GeneratorDatasets.java:18)
at net.buildtheearth.terraplusplus.generator.EarthGeneratorSettings.lambda$new$2(EarthGeneratorSettings.java:155)
at net.buildtheearth.terraplusplus.dep.net.daporkchop.lib.common.ref.SoftLateRef.get(SoftLateRef.java:50)
at net.buildtheearth.terraplusplus.generator.EarthGeneratorSettings.datasets(EarthGeneratorSettings.java:215)
at net.buildtheearth.terraplusplus.generator.EarthBiomeProvider$ChunkDataLoader.<init>(EarthBiomeProvider.java:139)
at net.buildtheearth.terraplusplus.generator.EarthBiomeProvider.<init>(EarthBiomeProvider.java:26)
at net.buildtheearth.terraplusplus.generator.EarthGeneratorSettings.lambda$new$0(EarthGeneratorSettings.java:135)
at net.buildtheearth.terraplusplus.dep.net.daporkchop.lib.common.ref.SoftLateRef.get(SoftLateRef.java:50)
at net.buildtheearth.terraplusplus.generator.EarthGeneratorSettings.biomeProvider(EarthGeneratorSettings.java:207)
at net.buildtheearth.terraplusplus.EarthWorldType.getBiomeProvider(EarthWorldType.java:36)
at net.minecraft.world.WorldProvider.func_76572_b(WorldProvider.java:58)
at net.minecraft.world.WorldProvider.func_76558_a(WorldProvider.java:40)
at net.minecraft.world.WorldServer.<init>(WorldServer.java:116)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:122)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:156)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.base/java.lang.Thread.run(Thread.java:1474)
Caused by: java.lang.RuntimeException: Failed to invoke constructor 'net.buildtheearth.terraplusplus.dataset.osm.mapper.First$Line$Parser()' with no args
at com.google.gson.internal.ConstructorConstructor.lambda$newDefaultConstructor$9(ConstructorConstructor.java:301)
at com.google.gson.internal.bind.JsonAdapterAnnotationTypeAdapterFactory.createAdapter(JsonAdapterAnnotationTypeAdapterFactory.java:96)
at com.google.gson.internal.bind.JsonAdapterAnnotationTypeAdapterFactory.getTypeAdapter(JsonAdapterAnnotationTypeAdapterFactory.java:111)
at com.google.gson.internal.bind.JsonAdapterAnnotationTypeAdapterFactory.create(JsonAdapterAnnotationTypeAdapterFactory.java:84)
at com.google.gson.Gson.getAdapter(Gson.java:627)
at com.google.gson.Gson.fromJson(Gson.java:1357)
at com.google.gson.Gson.fromJson(Gson.java:1303)
at net.buildtheearth.terraplusplus.dataset.osm.JsonParser$AbstractTyped.applyThrowing(JsonParser.java:83)
at net.buildtheearth.terraplusplus.dataset.osm.JsonParser$Typed.applyThrowing(JsonParser.java:92)
at net.buildtheearth.terraplusplus.dataset.osm.JsonParser$Typed.read(JsonParser.java:99)
at com.google.gson.TypeAdapter$NullSafeTypeAdapter.read(TypeAdapter.java:314)
at com.google.gson.Gson.fromJson(Gson.java:1358)
at com.google.gson.Gson.fromJson(Gson.java:1303)
at net.buildtheearth.terraplusplus.dataset.osm.Root$Parser.read(Root.java:73)
at net.buildtheearth.terraplusplus.dataset.osm.Root$Parser.read(Root.java:62)
at com.google.gson.TypeAdapter$NullSafeTypeAdapter.read(TypeAdapter.java:314)
at com.google.gson.Gson.fromJson(Gson.java:1358)
at com.google.gson.Gson.fromJson(Gson.java:1303)
at net.buildtheearth.terraplusplus.dataset.osm.OSMMapper.load(OSMMapper.java:34)
... 18 more
Caused by: java.lang.ExceptionInInitializerError
at net.buildtheearth.terraplusplus.dataset.osm.mapper.First$Parser.<init>(First.java:45)
at net.buildtheearth.terraplusplus.dataset.osm.mapper.First$Line$Parser.<init>(First.java:63)
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
at com.google.gson.internal.ConstructorConstructor.lambda$newDefaultConstructor$9(ConstructorConstructor.java:283)
... 36 more
Caused by: java.lang.RuntimeException: Unable to find class: sun.misc.SoftCache
at net.buildtheearth.terraplusplus.dep.net.daporkchop.lib.common.util.PorkUtil.newSoftCache(PorkUtil.java:178)
at net.buildtheearth.terraplusplus.dep.net.daporkchop.lib.common.util.GenericMatcher.<clinit>(GenericMatcher.java:46)
... 42 more
Caused by: java.lang.ClassNotFoundException: sun.misc.SoftCache
at top.outlands.foundation.boot.ActualClassLoader.findClass(ActualClassLoader.java:264)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:557)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:490)
at top.outlands.foundation.boot.ActualClassLoader.loadClass(ActualClassLoader.java:275)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:467)
at java.base/java.lang.Class.forName(Class.java:458)
at net.buildtheearth.terraplusplus.dep.net.daporkchop.lib.common.util.PorkUtil.newSoftCache(PorkUtil.java:175)
... 43 more
Caused by: java.lang.ClassNotFoundException
at top.outlands.foundation.boot.ActualClassLoader.findClass(ActualClassLoader.java:247)
... 50 more
(MixinBooter) Mixins in Stacktrace:
net.minecraft.server.integrated.IntegratedServer:
io.github.opencubicchunks.cubicchunks.core.asm.mixin.core.common.IIntegratedServer (cubicchunks.mixins.core.json)
net.minecraft.world.WorldServer:
io.github.opencubicchunks.cubicchunks.core.asm.mixin.selectable.common.MixinWorldServer_UpdateBlocks (cubicchunks.mixins.selectable.json)
io.github.opencubicchunks.cubicchunks.core.asm.mixin.core.common.MixinWorldServer (cubicchunks.mixins.core.json)
net.minecraft.world.WorldProvider:
io.github.opencubicchunks.cubicchunks.core.asm.mixin.core.common.MixinWorldProvider (cubicchunks.mixins.core.json)
io.github.opencubicchunks.cubicchunks.core.asm.mixin.core.client.MixinWorldProvider (cubicchunks.mixins.core.json)
net.minecraft.server.MinecraftServer:
io.github.opencubicchunks.cubicchunks.core.asm.mixin.core.common.MixinMinecraftServer (cubicchunks.mixins.core.json)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 11 (amd64) version 10.0
Java Version: 25.0.1, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 12468855200 bytes (11891 MB) / 12884901888 bytes (12288 MB) up to 12884901888 bytes (12288 MB)
JVM Flags: 17 total; -XX:ThreadPriorityPolicy=1 -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCIProduct -XX:+EnableJVMCI -XX:-UnlockExperimentalVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:+AlwaysPreTouch -XX:+EagerJVMCI -XX:+UseCompactObjectHeaders -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms12288m -Xmx12288m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Cleanroom 0.4.2-alpha 14 mods loaded, 14 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source |
|:------ |:--------------- |:-------------------------- |:----------------------------------------------- |
| LCHIJA | minecraft | 1.12.2 | minecraft.jar |
| LCHIJA | mcp | 9.42 | minecraft.jar |
| LCHIJA | cleanroom | 0.4.2-alpha | cleanroom-0.4.2-alpha.jar |
| LCHIJA | mixinbooter | 10.7 | cleanroom-0.4.2-alpha.jar |
| LCHIJA | configanytime | 3.0 | cleanroom-0.4.2-alpha.jar |
| LCHIJA | kirino_engine | epoch-1.a3 | cleanroom-0.4.2-alpha.jar |
| LCHIJA | kirino_ecs | epoch-1.a2 | cleanroom-0.4.2-alpha.jar |
| LCHIJA | kirino_gl | epoch-1.a1 | cleanroom-0.4.2-alpha.jar |
| LCHIJA | FML | **.**.**.** | cleanroom-0.4.2-alpha.jar |
| LCHIJA | forge | 14.23.5.2864 | cleanroom-0.4.2-alpha.jar |
| LCHIJA | cubicchunkscore | 1.12.2-0.0.1184.0-SNAPSHOT | minecraft.jar |
| LCHIJA | cubicchunks | 1.12.2-0.0.1184.0-SNAPSHOT | CubicChunks-1.12.2-0.0.1184.0-SNAPSHOT-all.jar |
| LCHIJA | cubicgen | 1.12.2-0.0.140.0-SNAPSHOT | CubicWorldGen-1.12.2-0.0.140.0-SNAPSHOT-all.jar |
| LCHIJA | terraplusplus | **.**.**.**-1.12.2 | terraplusplus-1.1.0.578-1.12.2.jar |
Cleanroom Version: 0.4.2-alpha
Loaded coremods (and transformers):
CubicChunksCoreMod (CubicChunks-1.12.2-0.0.1184.0-SNAPSHOT-all.jar)
io.github.opencubicchunks.cubicchunks.core.asm.transformer.CubicChunksWorldEditTransformer
MixinBooter (cleanroom-0.4.2-alpha.jar)
CubicGenCoreMod (CubicWorldGen-1.12.2-0.0.140.0-SNAPSHOT-all.jar)
io.github.opencubicchunks.cubicchunks.cubicgen.asm.coremod.MapGenStrongholdCubicConstructorTransform
GL info: No OpenGL context found in the current thread
CubicChunks WorldGen Hang Watchdog samples: (no data)
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge,cleanroom'