Paste your logs.

Built for Minecraft & Hytale

Vanilla 1.12.2 Crash Report

190 lines
Raw
Detected
Minecraft version: 1.12.2
---- Minecraft Crash Report ----
// Lolis deobfuscated this stacktrace using MCP's stable-39 mappings.
// I let you down. Sorry :(
Time: 2026-02-10 13:49:39 GMT
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:154)
at net.buildtheearth.terraplusplus.dep.net.daporkchop.lib.common.ref.SoftLateRef.get(SoftLateRef.java:50)
at net.buildtheearth.terraplusplus.generator.EarthGeneratorSettings.datasets(EarthGeneratorSettings.java:214)
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:134)
at net.buildtheearth.terraplusplus.dep.net.daporkchop.lib.common.ref.SoftLateRef.get(SoftLateRef.java:50)
at net.buildtheearth.terraplusplus.generator.EarthGeneratorSettings.biomeProvider(EarthGeneratorSettings.java:206)
at net.buildtheearth.terraplusplus.EarthWorldType.getBiomeProvider(EarthWorldType.java:36)
at net.minecraft.world.WorldProvider.init(WorldProvider.java:58)
at net.minecraft.world.WorldProvider.setWorld(WorldProvider.java:40)
at net.minecraft.world.WorldServer.<init>(WorldServer.java:116)
at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:122)
at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:156)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at 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 jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at 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.lang.ClassLoader.loadClass(ClassLoader.java:557)
at java.lang.ClassLoader.loadClass(ClassLoader.java:490)
at top.outlands.foundation.boot.ActualClassLoader.loadClass(ActualClassLoader.java:275)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:467)
at 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:
zone.rong.loliasm.common.crashes.mixins.IntegratedServerMixin (mixins.crashes.json)
org.embeddedt.vintagefix.mixin.bugfix.exit_freeze.IntegratedServerMixin (mixins.vintagefix.json)
io.github.opencubicchunks.cubicchunks.core.asm.mixin.core.common.IIntegratedServer (cubicchunks.mixins.core.json)
net.minecraft.world.WorldServer:
github.kasuminova.stellarcore.mixin.minecraft.worldserver.MixinWorldServer (mixins.stellar_core_minecraft_worldserver.json)
io.github.opencubicchunks.cubicchunks.core.asm.mixin.selectable.common.MixinWorldServer_UpdateBlocks (cubicchunks.mixins.selectable.json)
net.malisis.core.asm.mixin.core.MixinClientNotif$MixinWorldServer (mixins.malisiscore.core.json)
mod.acgaming.universaltweaks.bugfixes.entities.tracker.mixin.UTWorldServerMixin (mixins/bugfixes/mixins.entities.tracker.json)
mod.acgaming.universaltweaks.bugfixes.entities.sleeping.mixin.UTSleepResetsWeatherMixin (mixins/bugfixes/mixins.entities.sleeping.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.client.MixinWorldProvider (cubicchunks.mixins.core.json)
io.github.opencubicchunks.cubicchunks.core.asm.mixin.core.common.MixinWorldProvider (cubicchunks.mixins.core.json)
net.minecraft.server.MinecraftServer:
zone.rong.loliasm.common.priorities.mixins.MinecraftServerMixin (mixins.priorities.json)
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 --
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: 12450294232 bytes (11873 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 LoliASM 5.30 VintageFix 0.6.2 Cleanroom 0.4.2-alpha 34 mods loaded, 34 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 | naughthirium | 2.3.0 | naughthirium-2.3.0.jar |
| LCHIJA | scalar | 1.0.0 | minecraft.jar |
| LCHIJA | cubicchunkscore | 1.12.2-0.0.1271.0-SNAPSHOT | minecraft.jar |
| LCHIJA | redcore | 0.7.1 | !Red-Core-MC-1.8-1.12-0.7.1.jar |
| LCHIJA | fugue | 0.23.0 | Fugue-0.23.0.jar |
| LCHIJA | alfheim | 1.6 | Alfheim-1.6.jar |
| LCHIJA | cubicchunks | 1.12.2-0.0.1271.0-SNAPSHOT | CubicChunks-1.12.2-0.0.1271.0-SNAPSHOT-all.jar |
| LCHIJA | cubicgen | 1.12.2-0.0.152.0-SNAPSHOT | CubicWorldGen-1.12.2-0.0.152.0-SNAPSHOT-all.jar |
| LCHIJA | distanthorizons | 1.2.4 | distanthorizons-1.2.4.jar |
| LCHIJA | mocreatures | 12.4.6 | DrZharks-MoCreatures-Extended-12.4.8.jar |
| LCHIJA | e4mc_retro_minecraft | 1.0.3 | e4mc-retro_forge-1.0.3 1.9-1.12.2.jar |
| LCHIJA | xporbclump | 2.3.6 | Fixeroo-2.3.6.jar |
| LCHIJA | forgelin_continuous | **.**.**.** | Forgelin-Continuous-2.3.0.0.jar |
| LCHIJA | forgelin | 1.8.4 | Forgelin-Continuous-2.3.0.0.jar |
| LCHIJA | gnetum | 1.3.5 | gnetum-1.3.5.jar |
| LCHIJA | loliasm | 5.30 | loliasm-5.30.jar |
| LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar |
| LCHIJA | mousetweaks | 3.1.5 | mousetweaks-1.12.2-3.1.5.jar |
| LCHIJA | renderlib | 1.4.5 | RenderLib-1.12.2-1.4.5.jar |
| LCHIJA | nothirium | 0.4.9-beta | Nothirium-1.12.2-0.4.9-beta.jar |
| LCHIJA | stellar_core | 1.5.22 | StellarCore-1.5.22.jar |
| LCHIJA | terraplusplus | **.**.**.**-1.12.2 | terraplusplus-1.1.0.619-1.12.2.jar |
| LCHIJA | universaltweaks | 1.18.0 | UniversalTweaks-1.12.2-1.18.0.jar |
| LCHIJA | vintagefix | 0.6.2 | vintagefix-0.6.2.jar |
Cleanroom Version: 0.4.2-alpha
Loaded coremods (and transformers): LoliASM (loliasm-5.30.jar)
AlfheimPlugin (Alfheim-1.6.jar)
ScalarLoadingPlugin (Scalar Legacy-1.0.1.jar)
CubicGenCoreMod (CubicWorldGen-1.12.2-0.0.152.0-SNAPSHOT-all.jar)
io.github.opencubicchunks.cubicchunks.cubicgen.asm.coremod.MapGenStrongholdCubicConstructorTransform
Fixeroo (Fixeroo-2.3.6.jar)
Forgelin-Continuous (Forgelin-Continuous-2.3.0.0.jar)
DistantHorizonsLoadingPlugin (distanthorizons-1.2.4.jar)
NothiriumPlugin (Nothirium-1.12.2-0.4.9-beta.jar)
CubicChunksCoreMod (CubicChunks-1.12.2-0.0.1271.0-SNAPSHOT-all.jar)
io.github.opencubicchunks.cubicchunks.core.asm.transformer.CubicChunksWorldEditTransformer
io.github.opencubicchunks.cubicchunks.core.asm.transformer.AddEmptyConstructorToChunk
RenderLibPlugin (RenderLib-1.12.2-1.4.5.jar)
StellarCoreEarlyMixinLoader (StellarCore-1.5.22.jar)
Red Core (!Red-Core-MC-1.8-1.12-0.7.1.jar)
VintageFix (vintagefix-0.6.2.jar)
org.embeddedt.vintagefix.transformer.ASMModParserTransformer
Fugue ( Fugue-0.23.0.jar)
Naughthirium (naughthirium-2.3.0.jar)
UniversalTweaksCore (UniversalTweaks-1.12.2-1.18.0.jar)
Gnetum (gnetum-1.3.5.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
MixinBooter (cleanroom-0.4.2-alpha.jar)
GL info: No OpenGL context found in the current thread
CubicChunks WorldGen Hang Watchdog samples: (no data)
Suspected Mods: TerraPlusPlus (terraplusplus)
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'
Client Crashes Since Restart: 0
Integrated Server Crashes Since Restart: 1