Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- WARNING: coremods are present:
- IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
- SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
- CubicChunksCoreMod (CubicChunks-1.12.2-0.0.1208.0-SNAPSHOT-all.jar)
- Plugin (gunsrpg-1.0.4.jar)
- ForgelinPlugin (Forgelin-1.8.4.jar)
- Pick Up Notifier (PickUpNotifier-v1.1.5-1.12.2.jar)
- CubicGenCoreMod (CubicWorldGen-1.12.2-0.0.152.0-SNAPSHOT-all.jar)
- ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar)
- FarseekCoreMod (Farseek-1.12-2.5.1.jar)
- SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.3.1.jar)
- Contact their authors BEFORE contacting forge
- // Why did you do that?
- Time: 10/31/22 8:31 PM
- Description: Exception initializing level
- java.lang.ArrayIndexOutOfBoundsException: 100
- at net.buildtheearth.terraplusplus.generator.EarthBiomeProvider.func_76937_a(EarthBiomeProvider.java:72)
- at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185976_a(ChunkGeneratorOverworld.java:118)
- at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185932_a(ChunkGeneratorOverworld.java:205)
- at io.github.opencubicchunks.cubicchunks.core.worldgen.generator.vanilla.VanillaCompatibilityGenerator.tryInit(VanillaCompatibilityGenerator.java:123)
- at io.github.opencubicchunks.cubicchunks.core.worldgen.generator.vanilla.VanillaCompatibilityGenerator.generateCube(VanillaCompatibilityGenerator.java:211)
- at io.github.opencubicchunks.cubicchunks.api.worldgen.ICubeGenerator.generateCube(ICubeGenerator.java:90)
- at io.github.opencubicchunks.cubicchunks.api.worldgen.ICubeGenerator.tryGenerateCube(ICubeGenerator.java:113)
- at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.generateCube(CubeProviderServer.java:470)
- at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.postCubeLoadAttempt(CubeProviderServer.java:426)
- at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.getCube(CubeProviderServer.java:367)
- at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.getCubeNow(CubeProviderServer.java:335)
- at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.getCubeNow(CubeProviderServer.java:85)
- at io.github.opencubicchunks.cubicchunks.core.world.SpawnPlaceFinder.findNonEmpty(SpawnPlaceFinder.java:173)
- at io.github.opencubicchunks.cubicchunks.core.world.SpawnPlaceFinder.getTopBlockBisect(SpawnPlaceFinder.java:100)
- at net.minecraft.world.WorldProvider.handler$zbj000$canCoordinateBeSpawnCC(WorldProvider.java:786)
- at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java)
- at stellarapi.example.world.WorldProviderDefault.func_76566_a(WorldProviderDefault.java:280)
- at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:944)
- at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:866)
- at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:123)
- at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:156)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
- at java.lang.Thread.run(Thread.java:745)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Server thread
- Stacktrace:
- at net.buildtheearth.terraplusplus.generator.EarthBiomeProvider.func_76937_a(EarthBiomeProvider.java:72)
- at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185976_a(ChunkGeneratorOverworld.java:118)
- at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185932_a(ChunkGeneratorOverworld.java:205)
- at io.github.opencubicchunks.cubicchunks.core.worldgen.generator.vanilla.VanillaCompatibilityGenerator.tryInit(VanillaCompatibilityGenerator.java:123)
- at io.github.opencubicchunks.cubicchunks.core.worldgen.generator.vanilla.VanillaCompatibilityGenerator.generateCube(VanillaCompatibilityGenerator.java:211)
- at io.github.opencubicchunks.cubicchunks.api.worldgen.ICubeGenerator.generateCube(ICubeGenerator.java:90)
- at io.github.opencubicchunks.cubicchunks.api.worldgen.ICubeGenerator.tryGenerateCube(ICubeGenerator.java:113)
- at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.generateCube(CubeProviderServer.java:470)
- at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.postCubeLoadAttempt(CubeProviderServer.java:426)
- at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.getCube(CubeProviderServer.java:367)
- at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.getCubeNow(CubeProviderServer.java:335)
- at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.getCubeNow(CubeProviderServer.java:85)
- at io.github.opencubicchunks.cubicchunks.core.world.SpawnPlaceFinder.findNonEmpty(SpawnPlaceFinder.java:173)
- at io.github.opencubicchunks.cubicchunks.core.world.SpawnPlaceFinder.getTopBlockBisect(SpawnPlaceFinder.java:100)
- at net.minecraft.world.WorldProvider.handler$zbj000$canCoordinateBeSpawnCC(WorldProvider.java:786)
- at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java)
- at stellarapi.example.world.WorldProviderDefault.func_76566_a(WorldProviderDefault.java:280)
- at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:944)
- -- Affected level --
- Details:
- Level name: Chapter 135.
- All players: 0 total; []
- Chunk stats: CubeProviderServer: 1 columns, 0 cubes
- Level seed: 694872097
- Level generator: ID 12 - EarthCubic, ver 0. Features enabled: true
- Level generator options:
- Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
- Level time: 0 game time, 0 day time
- Level dimension: 0
- Level storage version: 0x04ABD - Anvil
- Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
- Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
- Stacktrace:
- at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:866)
- at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:123)
- at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:156)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
- at java.lang.Thread.run(Thread.java:745)
- -- System Details --
- Details:
- Minecraft Version: 1.12.2
- Operating System: Windows 10 (amd64) version 10.0
- Java Version: 1.8.0_51, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 1496278672 bytes (1426 MB) / 3633840128 bytes (3465 MB) up to 7725383680 bytes (7367 MB)
- JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8288m -Xms256m
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- FML: MCP 9.42 Powered by Forge 14.23.5.2859 74 mods loaded, 74 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 | Signature |
- |:------ |:-------------------- |:-------------------------- |:----------------------------------------------- |:---------------------------------------- |
- | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
- | LCHIJA | mcp | 9.42 | minecraft.jar | None |
- | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | LCHIJA | forge | 14.23.5.2859 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | LCHIJA | obfuscate | 0.4.2 | minecraft.jar | None |
- | LCHIJA | cubicchunkscore | 1.12.2-0.0.1208.0-SNAPSHOT | minecraft.jar | None |
- | LCHIJA | securitycraft | v1.9.3.1 | [1.12.2] SecurityCraft v1.9.3.1.jar | None |
- | LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
- | LCHIJA | alib | 1.0.12 | alib-1.0.12.jar | None |
- | LCHIJA | alchemistry | 1.12.2-42 | alchemistry-1.12.2-42.jar | None |
- | LCHIJA | wumpleutil | 2.12.9 | wumpleutil-1.12.2-2.12.9.jar | None |
- | LCHIJA | foodfunk | 4.9.6 | foodfunk-1.12.2-4.9.6.jar | None |
- | LCHIJA | aquaculture | 1.6.8 | Aquaculture-1.12.2-1.6.8.jar | None |
- | LCHIJA | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None |
- | LCHIJA | astikorcarts | 1.12.2-0.1.2.8 | astikorcarts-1.12.2-0.1.2.8.jar | None |
- | LCHIJA | attributefix | 1.0.4 | AttributeFix-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
- | LCHIJA | butchercraft | 0.0.2a | butchercraft-0.2a.jar | None |
- | LCHIJA | carryon | 1.12.3 | carryon-1.12.2-1.12.6.20.jar | fd21553434f4905f2f73ea7838147ac4ea07bd88 |
- | LCHIJA | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
- | LCHIJA | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None |
- | LCHIJA | clochecall | 1.1.2 | ClocheCall-1.1.2.jar | None |
- | LCHIJA | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
- | LCHIJA | comforts | 1.4.1.3 | comforts-1.12.2-1.4.1.3.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
- | LCHIJA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
- | LCHIJA | cubicchunks | 1.12.2-0.0.1208.0-SNAPSHOT | CubicChunks-1.12.2-0.0.1208.0-SNAPSHOT-all.jar | None |
- | LCHIJA | cubicgen | 1.12.2-0.0.152.0-SNAPSHOT | CubicWorldGen-1.12.2-0.0.152.0-SNAPSHOT-all.jar | None |
- | LCHIJA | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
- | LCHIJA | culinaryconstruct | 1.3.4 | culinaryconstruct-1.3.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
- | LCHIJA | cyberware | 0.2.11.29 | cyberware-1.12.2-0.2.11.29.jar | None |
- | LCHIJA | dooglamoocitiesmod | 1.6.3 | dooglamoocitiesmod-1.12-1.6.3.jar | None |
- | LCHIJA | dynamictrees | 1.12.2-0.12.1 | DramaticTrees-1.12.2-0.12.1.jar | None |
- | LCHIJA | farseek | 2.5.1 | Farseek-1.12-2.5.1.jar | None |
- | LCHIJA | cfm | 6.3.0 | furniture-6.3.2-1.12.2.jar | None |
- | LCHIJA | giacomosfoundry | 1.3.13 | GiacomosFoundry-1.12.2-1.3.13.jar | None |
- | LCHIJA | gunsrpg | 1.0.4 | gunsrpg-1.0.4.jar | None |
- | LCHIJA | horse_colors | 1.12.2-1.2.6 | horse_colors-1.12.2-1.3.6.a.jar | None |
- | LCHIJA | immersivepetroleum | 1.1.10 | immersivepetroleum-1.12.2-1.1.10.jar | None |
- | LCHIJA | ironjetpacks | 1.1.0 | IronJetpacks-1.12-2-1.1.0.jar | None |
- | LCHIJA | lostcities | 2.0.22 | lostcities-1.12-2.0.22.jar | None |
- | LCHIJA | matchlockweapons | 0.8 | Matchlock Guns Mod-1.12.2-7a.jar | None |
- | LCHIJA | mcwbridges | 1.0.6 | mcw-bridges-1.0.6b-mc1.12.2.jar | None |
- | LCHIJA | mcwdoors | 1.3 | mcw-doors-1.0.3-mc1.12.2.jar | None |
- | LCHIJA | mcwfences | 1.0.0 | mcw-fences-1.0.0-mc1.12.2.jar | None |
- | LCHIJA | mcwfurnitures | 1.0.1 | mcw-furniture-1.0.1-mc1.12.2beta.jar | None |
- | LCHIJA | mcwroofs | 1.0.2 | mcw-roofs-1.0.2-mc1.12.2.jar | None |
- | LCHIJA | mcwtrpdoors | 1.0.2 | mcw-trapdoors-1.0.3-mc1.12.2.jar | None |
- | LCHIJA | mcwwindows | 1.0 | mcw-windows-1.0.0-mc1.12.2.jar | None |
- | LCHIJA | nocubessrparmory | 3.0.0 | NoCubes_SRP_Combat_Addon_3.0.0.jar | None |
- | LCHIJA | nocubessrpnests | 3.0.0 | NoCubes_SRP_Nests_Addon_3.0.0.jar | None |
- | LCHIJA | nocubessrpsurvival | 3.0.0 | NoCubes_SRP_Survival_Addon_3.0.0.jar | None |
- | LCHIJA | omlib | 3.1.5-256 | omlib-1.12.2-3.1.5-256.jar | None |
- | LCHIJA | openmodularturrets | 3.1.14-382 | openmodularturrets-1.12.2-3.1.14-382.jar | None |
- | LCHIJA | pickupnotifier | 1.1.5 | PickUpNotifier-v1.1.5-1.12.2.jar | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
- | LCHIJA | pizzacraft | 2.0.19 | PizzaCraft-1.12.2-2.0.19.jar | None |
- | LCHIJA | quickhomes | 1.2.2 | QuickHomes-1.2.2.jar | None |
- | LCHIJA | rationcraft | 1.0 | Rationcraft_B1.0.1_1.12.2.jar | None |
- | LCHIJA | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None |
- | LCHIJA | simpleplanes | 3.0.1.7 | simpleplanes-1.12.2-3.0.1.7.jar | None |
- | LCHIJA | simplyjetpacks | 1.12.2-2.2.20.0 | SimplyJetpacks2-1.12.2-2.2.20.0.jar | None |
- | LCHIJA | soulkeeper | 2.9.8 | Soulkeeper-2.9.8-for-1.12.2.jar | None |
- | LCHIJA | srparasites | 1.9.4 | SRParasites-1.12.2v1.9.5.jar | None |
- | LCHIJA | stellarapi | 1.12.2-0.4.2.9 | Stellar API-1.12.2-0.4.2.9.jar | None |
- | LCHIJA | stellarsky | 1.12.2-0.5.2.8 | Stellar Sky-1.12.2-0.5.2.8.jar | None |
- | LCHIJA | streams | 0.4.9 | Streams-1.12-0.4.9.jar | None |
- | LCHIJA | tektopia | 1.1.0 | tektopia-1.1.0.jar | None |
- | LCHIJA | tektopiainformation | 1.11.0 | TektopiaInformation-1.12.2-1.1.0-1.11.0.jar | None |
- | LCHIJA | terraplusplus | 1.1.0.619-1.12.2 | terraplusplus-1.1.0.619-1.12.2.jar | None |
- | LCHIJA | tetra | 0.39.1 | tetra-1.12.2-0.39.1.jar | None |
- | LCHIJA | trapcraft | 2.4.5 | Trapcraft-1.12.2-2.4.5.jar | None |
- | LCHIJA | tumbleweed | 1.12-0.4.7 | tumbleweed-1.12-0.4.7.jar | None |
- | LCHIJA | vehicle | 0.44.1 | vehicle-mod-0.44.1-1.12.2.jar | None |
- | LCHIJA | walljump | 1.3.2 | walljump-1.12.2-1.3.2.jar | None |
- | LCHIJA | ladylib | 2.1 | Ladylib-2.1.jar | None |
- | LCHIJA | lumen | 0.4.0 | lumen-Beta 0.4.1.jar | None |
- Loaded coremods (and transformers):
- IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
- blusunrize.immersiveengineering.common.asm.IEClassTransformer
- SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
- sereneseasons.asm.transformer.EntityRendererTransformer
- sereneseasons.asm.transformer.WorldTransformer
- CubicChunksCoreMod (CubicChunks-1.12.2-0.0.1208.0-SNAPSHOT-all.jar)
- io.github.opencubicchunks.cubicchunks.core.asm.transformer.CubicChunksWorldEditTransformer
- Plugin (gunsrpg-1.0.4.jar)
- dev.toma.gunsrpg.asm.Transformer
- ForgelinPlugin (Forgelin-1.8.4.jar)
- Pick Up Notifier (PickUpNotifier-v1.1.5-1.12.2.jar)
- com.fuzs.pickupnotifier.asm.ClassTransformer
- CubicGenCoreMod (CubicWorldGen-1.12.2-0.0.152.0-SNAPSHOT-all.jar)
- io.github.opencubicchunks.cubicchunks.cubicgen.asm.coremod.MapGenStrongholdCubicConstructorTransform
- ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar)
- com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
- FarseekCoreMod (Farseek-1.12-2.5.1.jar)
- farseek.core.FarseekClassTransformer
- SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.3.1.jar)
- GL info: ~~ERROR~~ RuntimeException: 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'
Advertisement
Add Comment
Please, Sign In to add comment