Skip to content

Instantly share code, notes, and snippets.

@yrsegal

yrsegal/Crashlog Secret

Created August 25, 2019 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yrsegal/4f9ca65d13b74dbf69dea24e6a9d548a to your computer and use it in GitHub Desktop.
Save yrsegal/4f9ca65d13b74dbf69dea24e6a9d548a to your computer and use it in GitHub Desktop.
Race condition within Forge
[25Aug2019 15:30:12.398] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20190719.225934, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 28.0.45, --version, MOD_DEV, --assetIndex, 1.14, --assetsDir, /Users/wire/.gradle/caches/forge_gradle/assets, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}]
[25Aug2019 15:30:12.408] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 3.2.0+60+b86c1d4 starting: java version 1.8.0_222 by AdoptOpenJDK
[25Aug2019 15:30:13.197] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[25Aug2019 15:30:16.199] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmluserdevclient' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, /Users/wire/.gradle/caches/forge_gradle/assets, --assetIndex, 1.14, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}]
[25Aug2019 15:30:20.934] [Client thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev
[25Aug2019 15:30:42.862] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer:
[25Aug2019 15:30:42.972] [Client thread/INFO] [net.minecraft.client.Minecraft/]: LWJGL Version: 3.2.2 build 10
[25Aug2019 15:30:45.372] [modloading-worker-2/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 28.0.55, for MC 1.14.4 with MCP 20190719.225934
[25Aug2019 15:30:45.372] [modloading-worker-2/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v28.0.55 Initialized
[25Aug2019 15:30:45.960] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity quark.glass_frame
[25Aug2019 15:30:45.962] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity quark.colored_frame
[25Aug2019 15:30:52.474] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file /Users/wire/GitHub/Quark/run/config/quark-common.toml is not correct. Correcting
[25Aug2019 15:30:52.477] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.Big Stone Clusters was corrected from null to true
[25Aug2019 15:30:52.477] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.New Stone Types was corrected from null to true
[25Aug2019 15:30:52.478] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.479] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.granite was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.479] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.granite.Enabled was corrected from null to true
[25Aug2019 15:30:52.479] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.granite.Cluster Size was corrected from null to 14
[25Aug2019 15:30:52.479] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.granite.Cluster Rarity was corrected from null to 9
[25Aug2019 15:30:52.479] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.granite.Min Y Level was corrected from null to 80
[25Aug2019 15:30:52.480] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.granite.Max Y Level was corrected from null to 20
[25Aug2019 15:30:52.480] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.granite.dimensions was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.480] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.granite.dimensions.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.481] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.granite.dimensions.Dimensions was corrected from null to [minecraft:the_nether]
[25Aug2019 15:30:52.481] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.granite.biomes was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.481] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.granite.biomes.Biome Types was corrected from null to [MOUNTAIN, HILLS]
[25Aug2019 15:30:52.481] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.granite.biomes.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.482] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.diorite was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.482] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.diorite.Enabled was corrected from null to true
[25Aug2019 15:30:52.482] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.diorite.Cluster Size was corrected from null to 14
[25Aug2019 15:30:52.482] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.diorite.Cluster Rarity was corrected from null to 9
[25Aug2019 15:30:52.482] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.diorite.Min Y Level was corrected from null to 80
[25Aug2019 15:30:52.482] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.diorite.Max Y Level was corrected from null to 20
[25Aug2019 15:30:52.482] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.diorite.dimensions was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.482] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.diorite.dimensions.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.482] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.diorite.dimensions.Dimensions was corrected from null to [minecraft:the_nether]
[25Aug2019 15:30:52.483] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.diorite.biomes was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.483] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.diorite.biomes.Biome Types was corrected from null to [SAVANNA, JUNGLE, MUSHROOM]
[25Aug2019 15:30:52.483] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.diorite.biomes.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.483] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.andesite was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.483] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.andesite.Enabled was corrected from null to true
[25Aug2019 15:30:52.483] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.andesite.Cluster Size was corrected from null to 14
[25Aug2019 15:30:52.483] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.andesite.Cluster Rarity was corrected from null to 9
[25Aug2019 15:30:52.484] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.andesite.Min Y Level was corrected from null to 80
[25Aug2019 15:30:52.484] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.andesite.Max Y Level was corrected from null to 20
[25Aug2019 15:30:52.484] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.andesite.dimensions was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.484] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.andesite.dimensions.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.484] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.andesite.dimensions.Dimensions was corrected from null to [minecraft:the_nether]
[25Aug2019 15:30:52.484] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.andesite.biomes was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.484] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.andesite.biomes.Biome Types was corrected from null to [FOREST]
[25Aug2019 15:30:52.484] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.andesite.biomes.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.485] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.marble was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.485] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.marble.Enabled was corrected from null to true
[25Aug2019 15:30:52.485] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.marble.Cluster Size was corrected from null to 14
[25Aug2019 15:30:52.485] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.marble.Cluster Rarity was corrected from null to 9
[25Aug2019 15:30:52.485] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.marble.Min Y Level was corrected from null to 80
[25Aug2019 15:30:52.485] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.marble.Max Y Level was corrected from null to 20
[25Aug2019 15:30:52.485] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.marble.dimensions was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.485] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.marble.dimensions.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.485] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.marble.dimensions.Dimensions was corrected from null to [minecraft:the_nether]
[25Aug2019 15:30:52.485] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.marble.biomes was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.486] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.marble.biomes.Biome Types was corrected from null to [PLAINS]
[25Aug2019 15:30:52.486] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.marble.biomes.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.486] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.486] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.Enabled was corrected from null to true
[25Aug2019 15:30:52.486] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.Cluster Size was corrected from null to 14
[25Aug2019 15:30:52.486] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.Cluster Rarity was corrected from null to 9
[25Aug2019 15:30:52.486] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.Min Y Level was corrected from null to 80
[25Aug2019 15:30:52.486] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.Max Y Level was corrected from null to 20
[25Aug2019 15:30:52.486] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.dimensions was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.486] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.dimensions.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.487] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.dimensions.Dimensions was corrected from null to [minecraft:the_nether]
[25Aug2019 15:30:52.487] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.biomes was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.487] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.biomes.Biome Types was corrected from null to [SWAMP, OCEAN]
[25Aug2019 15:30:52.487] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.limestone.biomes.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.487] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.487] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.Enabled was corrected from null to true
[25Aug2019 15:30:52.487] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.Cluster Size was corrected from null to 14
[25Aug2019 15:30:52.487] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.Cluster Rarity was corrected from null to 9
[25Aug2019 15:30:52.487] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.Min Y Level was corrected from null to 80
[25Aug2019 15:30:52.488] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.Max Y Level was corrected from null to 20
[25Aug2019 15:30:52.488] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.dimensions was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.488] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.dimensions.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.488] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.dimensions.Dimensions was corrected from null to [minecraft:the_nether]
[25Aug2019 15:30:52.488] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.biomes was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.488] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.biomes.Biome Types was corrected from null to [MESA, SANDY]
[25Aug2019 15:30:52.488] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.jasper.biomes.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.489] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.slate was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.489] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.slate.Enabled was corrected from null to true
[25Aug2019 15:30:52.489] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.slate.Cluster Size was corrected from null to 14
[25Aug2019 15:30:52.489] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.slate.Cluster Rarity was corrected from null to 9
[25Aug2019 15:30:52.489] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.slate.Min Y Level was corrected from null to 80
[25Aug2019 15:30:52.489] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.slate.Max Y Level was corrected from null to 20
[25Aug2019 15:30:52.489] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.slate.dimensions was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.491] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.slate.dimensions.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.492] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.slate.dimensions.Dimensions was corrected from null to [minecraft:the_nether]
[25Aug2019 15:30:52.492] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.slate.biomes was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.492] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.slate.biomes.Biome Types was corrected from null to [COLD]
[25Aug2019 15:30:52.492] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.slate.biomes.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.493] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.basalt was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.493] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.basalt.Enabled was corrected from null to true
[25Aug2019 15:30:52.493] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.basalt.Cluster Size was corrected from null to 14
[25Aug2019 15:30:52.494] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.basalt.Cluster Rarity was corrected from null to 9
[25Aug2019 15:30:52.494] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.basalt.Min Y Level was corrected from null to 80
[25Aug2019 15:30:52.494] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.basalt.Max Y Level was corrected from null to 20
[25Aug2019 15:30:52.494] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.basalt.dimensions was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.496] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.basalt.dimensions.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.497] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.basalt.dimensions.Dimensions was corrected from null to [minecraft:overworld]
[25Aug2019 15:30:52.497] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.basalt.biomes was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.498] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.basalt.biomes.Biome Types was corrected from null to [NETHER]
[25Aug2019 15:30:52.498] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.big_stone_clusters.basalt.biomes.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.499] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.brimstone_underground_biome.biome_settings.Enabled was corrected from true to null
[25Aug2019 15:30:52.500] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.permafrost_underground_biome.biome_settings.Enabled was corrected from true to null
[25Aug2019 15:30:52.500] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.glowshroom_underground_biome.biome_settings.Enabled was corrected from true to null
[25Aug2019 15:30:52.501] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.lush_underground_biome.biome_settings.Enabled was corrected from true to null
[25Aug2019 15:30:52.502] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.slime_underground_biome.biome_settings.Enabled was corrected from true to null
[25Aug2019 15:30:52.502] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.overgrown_underground_biome.biome_settings.Enabled was corrected from true to null
[25Aug2019 15:30:52.502] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.elder_prismarine_underground_biome.biome_settings.Enabled was corrected from true to null
[25Aug2019 15:30:52.503] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.spider_nest_underground_biome.biome_settings.Enabled was corrected from true to null
[25Aug2019 15:30:52.503] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.sandstone_underground_biome.biome_settings.Enabled was corrected from true to null
[25Aug2019 15:30:52.503] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.503] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.Enable Marble was corrected from null to true
[25Aug2019 15:30:52.504] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.Enable Limestone was corrected from null to true
[25Aug2019 15:30:52.504] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.Enable Jasper was corrected from null to true
[25Aug2019 15:30:52.504] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.Enable Slate was corrected from null to true
[25Aug2019 15:30:52.504] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.Enable Basalt was corrected from null to true
[25Aug2019 15:30:52.504] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.marble was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.504] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.marble.dimensions was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.504] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.marble.dimensions.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.505] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.marble.dimensions.Dimensions was corrected from null to [minecraft:overworld]
[25Aug2019 15:30:52.505] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.marble.oregen was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.505] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.marble.oregen.Min Height was corrected from null to 0
[25Aug2019 15:30:52.505] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.marble.oregen.Max Height was corrected from null to 256
[25Aug2019 15:30:52.505] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.marble.oregen.Cluster Size was corrected from null to 33
[25Aug2019 15:30:52.505] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.marble.oregen.Cluster Count was corrected from null to 10
[25Aug2019 15:30:52.505] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.505] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.dimensions was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.505] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.dimensions.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.506] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.dimensions.Dimensions was corrected from null to [minecraft:overworld]
[25Aug2019 15:30:52.506] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.506] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen.Min Height was corrected from null to 0
[25Aug2019 15:30:52.506] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen.Max Height was corrected from null to 256
[25Aug2019 15:30:52.506] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen.Cluster Size was corrected from null to 33
[25Aug2019 15:30:52.506] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.limestone.oregen.Cluster Count was corrected from null to 10
[25Aug2019 15:30:52.506] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.506] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.dimensions was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.506] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.dimensions.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.507] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.dimensions.Dimensions was corrected from null to [minecraft:overworld]
[25Aug2019 15:30:52.507] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.507] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen.Min Height was corrected from null to 0
[25Aug2019 15:30:52.507] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen.Max Height was corrected from null to 256
[25Aug2019 15:30:52.508] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen.Cluster Size was corrected from null to 33
[25Aug2019 15:30:52.508] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.jasper.oregen.Cluster Count was corrected from null to 10
[25Aug2019 15:30:52.508] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.slate was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.508] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.slate.dimensions was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.517] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.slate.dimensions.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.517] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.slate.dimensions.Dimensions was corrected from null to [minecraft:overworld]
[25Aug2019 15:30:52.518] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.slate.oregen was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.518] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.slate.oregen.Min Height was corrected from null to 0
[25Aug2019 15:30:52.518] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.slate.oregen.Max Height was corrected from null to 256
[25Aug2019 15:30:52.518] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.slate.oregen.Cluster Size was corrected from null to 33
[25Aug2019 15:30:52.518] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.slate.oregen.Cluster Count was corrected from null to 10
[25Aug2019 15:30:52.518] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.basalt was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.518] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.basalt.dimensions was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.518] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.basalt.dimensions.Is Blacklist was corrected from null to false
[25Aug2019 15:30:52.518] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.basalt.dimensions.Dimensions was corrected from null to [minecraft:the_nether]
[25Aug2019 15:30:52.519] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.basalt.oregen was corrected from null to SimpleCommentedConfig:{}
[25Aug2019 15:30:52.519] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.basalt.oregen.Min Height was corrected from null to 0
[25Aug2019 15:30:52.519] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.basalt.oregen.Max Height was corrected from null to 256
[25Aug2019 15:30:52.519] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.basalt.oregen.Cluster Size was corrected from null to 33
[25Aug2019 15:30:52.519] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key world.new_stone_types.basalt.oregen.Cluster Count was corrected from null to 10
[25Aug2019 15:30:52.519] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key automation.Ender Watcher was corrected from null to true
[25Aug2019 15:30:52.520] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.vanilla_resource_changes.Enable JAPPA Enderman was corrected from null to true
[25Aug2019 15:30:52.520] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.vanilla_resource_changes.Enable JAPPA Endermite was corrected from null to true
[25Aug2019 15:30:52.520] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.vanilla_resource_changes.Enable JAPPA Bat was corrected from null to true
[25Aug2019 15:30:52.520] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.vanilla_resource_changes.Enable JAPPA Shulker was corrected from null to true
[25Aug2019 15:30:52.520] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.vanilla_resource_changes.Enable JAPPA Bow was corrected from null to true
[25Aug2019 15:30:52.520] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.vanilla_resource_changes.Enable JAPPA Spawn Egg was corrected from null to true
[25Aug2019 15:30:52.521] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key client.vanilla_resource_changes.Enable JAPPA Music Discs was corrected from null to true
[25Aug2019 15:30:52.917] [modloading-worker-4/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: 5
Index: 1
Listeners:
0: NORMAL
1: net.minecraftforge.eventbus.EventBus$$Lambda$2097/975023197@69858025
java.lang.ArrayIndexOutOfBoundsException: 5
at net.minecraftforge.eventbus.ListenerList.register(ListenerList.java:125)
at net.minecraftforge.eventbus.EventBus.addToListeners(EventBus.java:229)
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:200)
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:161)
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:156)
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:151)
at net.minecraftforge.fml.network.NetworkInstance.addListener(NetworkInstance.java:63)
at net.minecraftforge.fml.network.simple.SimpleChannel.<init>(SimpleChannel.java:49)
at net.minecraftforge.fml.network.NetworkRegistry$ChannelBuilder.simpleChannel(NetworkRegistry.java:409)
at vazkii.arl.network.NetworkHandler.<init>(NetworkHandler.java:43)
at vazkii.arl.network.NetworkHandler.<init>(NetworkHandler.java:32)
at vazkii.arl.AutoRegLib.setup(AutoRegLib.java:34)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.fml.javafmlmod.FMLModContainer.fireEvent(FMLModContainer.java:106)
at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65)
at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65)
at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112)
at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:133)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290)
at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
[25Aug2019 15:30:52.934] [modloading-worker-4/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event FMLCommonSetupEvent dispatch for modid arl
java.lang.ArrayIndexOutOfBoundsException: 5
at net.minecraftforge.eventbus.ListenerList.register(ListenerList.java:125) ~[eventbus-0.10.6-service.jar:?]
at net.minecraftforge.eventbus.EventBus.addToListeners(EventBus.java:229) ~[eventbus-0.10.6-service.jar:?]
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:204) ~[eventbus-0.10.6-service.jar:?]
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:200) ~[eventbus-0.10.6-service.jar:?]
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:161) ~[eventbus-0.10.6-service.jar:?]
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:156) ~[eventbus-0.10.6-service.jar:?]
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:151) ~[eventbus-0.10.6-service.jar:?]
at net.minecraftforge.fml.network.NetworkInstance.addListener(NetworkInstance.java:63) ~[forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3.jar:?]
at net.minecraftforge.fml.network.simple.SimpleChannel.<init>(SimpleChannel.java:49) ~[forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3.jar:?]
at net.minecraftforge.fml.network.NetworkRegistry$ChannelBuilder.simpleChannel(NetworkRegistry.java:409) ~[forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3.jar:?]
at vazkii.arl.network.NetworkHandler.<init>(NetworkHandler.java:43) ~[AutoRegLib-1.4-33.51_mapped_snapshot_20190719-1.14.3.jar:1.4-33.51]
at vazkii.arl.network.NetworkHandler.<init>(NetworkHandler.java:32) ~[AutoRegLib-1.4-33.51_mapped_snapshot_20190719-1.14.3.jar:1.4-33.51]
at vazkii.arl.AutoRegLib.setup(AutoRegLib.java:34) ~[AutoRegLib-1.4-33.51_mapped_snapshot_20190719-1.14.3.jar:1.4-33.51]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-0.10.6-service.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-0.10.6-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-0.10.6-service.jar:?]
at net.minecraftforge.fml.javafmlmod.FMLModContainer.fireEvent(FMLModContainer.java:106) ~[?:28.0]
at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_222]
at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_222]
at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) ~[?:?]
at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:133) ~[?:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) [?:1.8.0_222]
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) [?:1.8.0_222]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) [?:1.8.0_222]
at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290) [?:1.8.0_222]
at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_222]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_222]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_222]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_222]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_222]
[25Aug2019 15:30:53.027] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[25Aug2019 15:30:53.175] [Server-Worker-6/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event SETUP, 1 errors found
[25Aug2019 15:30:53.175] [Server-Worker-6/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-0.10.6-service.jar:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:97) ~[?:?]
at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:105) ~[?:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:87) ~[?:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:95) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run$$$capture(CompletableFuture.java:1626) [?:1.8.0_222]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java) [?:1.8.0_222]
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1618) [?:1.8.0_222]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_222]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_222]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_222]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_222]
[25Aug2019 15:30:53.619] [Realms Notification Availability checker #1/INFO] [com.mojang.realmsclient.client.RealmsClient/]: Could not authorize you against Realms server: Invalid session id
[25Aug2019 15:30:54.648] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: BETA_OUTDATED Current: 28.0.45 Target: 28.0.55
[25Aug2019 15:30:59.382] [Client thread/FATAL] [net.minecraft.client.Minecraft/]: Reported exception thrown!
net.minecraft.crash.ReportedException: Rendering overlay
at net.minecraft.client.renderer.GameRenderer.updateCameraAndRender(GameRenderer.java:548) ~[forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3.jar:?]
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:886) ~[forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3.jar:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:384) ~[forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3.jar:?]
at net.minecraft.client.main.Main.main(SourceFile:155) ~[forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_222]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222]
at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55) ~[forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-3.2.0.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50) [modlauncher-3.2.0.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68) [modlauncher-3.2.0.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:80) [modlauncher-3.2.0.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-3.2.0.jar:?]
at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:101) [forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3.jar:?]
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 0
at java.lang.String.charAt(String.java:658) ~[?:1.8.0_222]
at net.minecraft.client.renderer.model.BlockModel.startsWithHash(BlockModel.java:249) ~[?:?]
at net.minecraft.client.renderer.model.BlockModel.resolveTextureName(BlockModel.java:237) ~[?:?]
at net.minecraft.client.renderer.model.BlockModel.resolveTextureName(BlockModel.java:233) ~[?:?]
at net.minecraft.client.renderer.model.BlockModel.resolveTextureName(BlockModel.java:233) ~[?:?]
at net.minecraft.client.renderer.model.BlockModel.resolveTextureName(BlockModel.java:222) ~[?:?]
at net.minecraft.client.renderer.model.BlockModel.getTextures(BlockModel.java:142) ~[?:?]
at net.minecraft.client.renderer.model.ModelBakery.lambda$new$6(ModelBakery.java:154) ~[?:?]
at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:269) ~[?:1.8.0_222]
at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1628) ~[?:1.8.0_222]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_222]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_222]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_222]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_222]
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) ~[?:1.8.0_222]
at net.minecraft.client.renderer.model.ModelBakery.<init>(ModelBakery.java:155) ~[?:?]
at net.minecraftforge.client.model.ModelLoader.<init>(ModelLoader.java:142) ~[?:?]
at net.minecraft.client.renderer.model.ModelManager.prepare(ModelManager.java:46) ~[?:?]
at net.minecraft.client.renderer.model.ModelManager.prepare(ModelManager.java:17) ~[?:?]
at net.minecraft.client.resources.ReloadListener.func_215270_b(SourceFile:11) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run$$$capture(CompletableFuture.java:1590) ~[?:1.8.0_222]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java) ~[?:1.8.0_222]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582) ~[?:1.8.0_222]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_222]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_222]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_222]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_222]
[25Aug2019 15:30:59.411] [Client thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:printToSYSOUT:100]: ---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 8/25/19 3:30 PM
Description: Rendering overlay
java.lang.StringIndexOutOfBoundsException: String index out of range: 0
at java.lang.String.charAt(String.java:658) ~[?:1.8.0_222] {}
at net.minecraft.client.renderer.model.BlockModel.startsWithHash(BlockModel.java:249) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.model.BlockModel.resolveTextureName(BlockModel.java:237) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.model.BlockModel.resolveTextureName(BlockModel.java:233) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.model.BlockModel.resolveTextureName(BlockModel.java:233) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.model.BlockModel.resolveTextureName(BlockModel.java:222) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.model.BlockModel.getTextures(BlockModel.java:142) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.model.ModelBakery.lambda$new$6(ModelBakery.java:154) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:269) ~[?:1.8.0_222] {}
at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1628) ~[?:1.8.0_222] {}
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_222] {}
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_222] {}
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_222] {}
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_222] {}
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) ~[?:1.8.0_222] {}
at net.minecraft.client.renderer.model.ModelBakery.<init>(ModelBakery.java:155) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraftforge.client.model.ModelLoader.<init>(ModelLoader.java:142) ~[?:?] {}
at net.minecraft.client.renderer.model.ModelManager.prepare(ModelManager.java:46) ~[?:?] {pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.model.ModelManager.prepare(ModelManager.java:17) ~[?:?] {pl:runtimedistcleaner:A}
at net.minecraft.client.resources.ReloadListener.func_215270_b(SourceFile:11) ~[?:?] {}
at java.util.concurrent.CompletableFuture$AsyncSupply.run$$$capture(CompletableFuture.java:1590) ~[?:1.8.0_222] {}
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java) ~[?:1.8.0_222] {}
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582) ~[?:1.8.0_222] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_222] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_222] {}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_222] {}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_222] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.lang.String.charAt(String.java:658)
at net.minecraft.client.renderer.model.BlockModel.startsWithHash(BlockModel.java:249)
at net.minecraft.client.renderer.model.BlockModel.resolveTextureName(BlockModel.java:237)
at net.minecraft.client.renderer.model.BlockModel.resolveTextureName(BlockModel.java:233)
at net.minecraft.client.renderer.model.BlockModel.resolveTextureName(BlockModel.java:233)
at net.minecraft.client.renderer.model.BlockModel.resolveTextureName(BlockModel.java:222)
at net.minecraft.client.renderer.model.BlockModel.getTextures(BlockModel.java:142)
at net.minecraft.client.renderer.model.ModelBakery.lambda$new$6(ModelBakery.java:154)
at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:269)
at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1628)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
-- Overlay render details --
Details:
Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
at net.minecraft.client.renderer.GameRenderer.updateCameraAndRender(GameRenderer.java:544)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:886)
at net.minecraft.client.Minecraft.run(Minecraft.java:384)
at net.minecraft.client.main.Main.main(SourceFile:155)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:80)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:101)
-- System Details --
Details:
Minecraft Version: 1.14.4
Minecraft Version ID: 1.14.4
Operating System: Mac OS X (x86_64) version 10.13.2
Java Version: 1.8.0_222, AdoptOpenJDK
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), AdoptOpenJDK
Memory: 544704640 bytes (519 MB) / 1968177152 bytes (1877 MB) up to 3817865216 bytes (3641 MB)
CPUs: 8
JVM Flags: 1 total; -Xss1M
ModLauncher: 3.2.0+60+b86c1d4
ModLauncher launch target: fmluserdevclient
ModLauncher naming: mcp
ModLauncher services:
/eventbus-0.10.6-service.jar eventbus PLUGINSERVICE
/forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3-launcher.jar object_holder_definalize PLUGINSERVICE
/forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3-launcher.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-0.16.0-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3-launcher.jar capability_inject_definalize PLUGINSERVICE
/forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3-launcher.jar runtimedistcleaner PLUGINSERVICE
/forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3-launcher.jar fml TRANSFORMATIONSERVICE
FML: 28.0
Forge: net.minecraftforge:28.0.55
FML Language Providers:
javafml@28.0
minecraft@1
Mod List:
AutoRegLib-1.4-33.51_mapped_snapshot_20190719-1.14.3.jar AutoRegLib {arl@1.4-33.51 ERROR}
forge-1.14.4-28.0.55_mapped_snapshot_20190719-1.14.3.jar Forge {forge@28.0.45 SIDED_SETUP}
main Quark {quark@beta-2.0-178 SIDED_SETUP}
client-extra.jar Minecraft {minecraft@1.14.4 SIDED_SETUP}
Launched Version: MOD_DEV
LWJGL: 3.2.2 build 10
OpenGL: Intel Iris Pro OpenGL Engine GL version 2.1 INTEL-10.30.12, Intel Inc.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
CPU: 8x Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz
[25Aug2019 15:30:59.413] [Client thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:printToSYSOUT:100]: #@!@# Game crashed! Crash report saved to: #@!@# /Users/wire/GitHub/Quark/run/./crash-reports/crash-2019-08-25_15.30.59-client.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment