When i try to load into the world it causes this crash can someone help me:
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar) ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar) BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar) LoadingPlugin (Quark-r1.5-144.jar) SSLoadingPlugin (SereneSeasons-1.12.2-1.2.15-universal.jar) DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.4.10.6.jar) ShutdownPatcher (mcef-1.12.2-0.9-coremod.jar) ForgelinPlugin (Forgelin-1.8.2.jar) MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.184.jar) CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)Contact their authors BEFORE contacting forge
// Hey, that tickles! Hehehe!
Time: 1/26/19 10:12 AMDescription: Exception in server tick loop
java.lang.RuntimeException: Failed to generate spawn chunk sector at com.gildedgames.aether.common.CommonEvents.onWorldLoad(CommonEvents.java:511) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_57_CommonEvents_onWorldLoad_Load.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) 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:497) at net.optifine.reflect.Reflector.call(Reflector.java:967) at net.optifine.reflect.Reflector.postForgeBusEvent(Reflector.java:1242) at net.optifine.reflect.Reflector.postForgeBusEvent(Reflector.java:1228) at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:113) at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:209) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Thread.java:745)Caused by: java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException: 3 at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:502) at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:481) at com.google.common.util.concurrent.AbstractFuture$TrustedFuture.get(AbstractFuture.java:78) at com.gildedgames.aether.common.CommonEvents.onWorldLoad(CommonEvents.java:507) ... 14 moreCaused by: java.lang.ArrayIndexOutOfBoundsException: 3 at com.gildedgames.aether.common.blocks.util.BlockCustomSlab.func_176203_a(BlockCustomSlab.java:71) at com.gildedgames.orbis_api.block.BlockDataContainer.getBlockState(BlockDataContainer.java:275) at com.gildedgames.orbis_api.block.BlockDataContainer.getBlockState(BlockDataContainer.java:263) at com.gildedgames.orbis_api.processing.DataPrimer.canGenerate(DataPrimer.java:79) at com.gildedgames.orbis_api.core.util.BlueprintPlacer.findPlace(BlueprintPlacer.java:83) at com.gildedgames.aether.common.world.aether.biomes.BiomeAetherDecorator.generate(BiomeAetherDecorator.java:228) at com.gildedgames.aether.common.world.aether.biomes.BiomeAetherDecorator.generate(BiomeAetherDecorator.java:262) at com.gildedgames.aether.common.world.aether.biomes.BiomeAetherDecorator.prepareDecorationsWholeIsland(BiomeAetherDecorator.java:191) at com.gildedgames.aether.common.world.aether.prep.PrepAether.postSectorDataCreate(PrepAether.java:66) at com.gildedgames.orbis_api.preparation.impl.capability.PrepManager.decorateSectorData(PrepManager.java:69) at com.gildedgames.orbis_api.preparation.impl.PrepSectorAccessServerImpl.loadSector(PrepSectorAccessServerImpl.java:149) at com.gildedgames.orbis_api.preparation.impl.PrepSectorAccessServerImpl.lambda$provideSector$0(PrepSectorAccessServerImpl.java:108) at com.gildedgames.orbis_api.preparation.impl.PrepSectorAccessServerImpl$$Lambda$2200/1368220038.call(Unknown Source) at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:111) at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:58) at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:75) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ... 1 more
When i try to load into the world it causes this crash can someone help me:
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar) ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar) BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar) LoadingPlugin (Quark-r1.5-144.jar) SSLoadingPlugin (SereneSeasons-1.12.2-1.2.15-universal.jar) DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.4.10.6.jar) ShutdownPatcher (mcef-1.12.2-0.9-coremod.jar) ForgelinPlugin (Forgelin-1.8.2.jar) MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.184.jar) CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)Contact their authors BEFORE contacting forge
// Hey, that tickles! Hehehe!
Time: 1/26/19 10:12 AMDescription: Exception in server tick loop
java.lang.RuntimeException: Failed to generate spawn chunk sector at com.gildedgames.aether.common.CommonEvents.onWorldLoad(CommonEvents.java:511) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_57_CommonEvents_onWorldLoad_Load.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) 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:497) at net.optifine.reflect.Reflector.call(Reflector.java:967) at net.optifine.reflect.Reflector.postForgeBusEvent(Reflector.java:1242) at net.optifine.reflect.Reflector.postForgeBusEvent(Reflector.java:1228) at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:113) at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:209) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Thread.java:745)Caused by: java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException: 3 at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:502) at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:481) at com.google.common.util.concurrent.AbstractFuture$TrustedFuture.get(AbstractFuture.java:78) at com.gildedgames.aether.common.CommonEvents.onWorldLoad(CommonEvents.java:507) ... 14 moreCaused by: java.lang.ArrayIndexOutOfBoundsException: 3 at com.gildedgames.aether.common.blocks.util.BlockCustomSlab.func_176203_a(BlockCustomSlab.java:71) at com.gildedgames.orbis_api.block.BlockDataContainer.getBlockState(BlockDataContainer.java:275) at com.gildedgames.orbis_api.block.BlockDataContainer.getBlockState(BlockDataContainer.java:263) at com.gildedgames.orbis_api.processing.DataPrimer.canGenerate(DataPrimer.java:79) at com.gildedgames.orbis_api.core.util.BlueprintPlacer.findPlace(BlueprintPlacer.java:83) at com.gildedgames.aether.common.world.aether.biomes.BiomeAetherDecorator.generate(BiomeAetherDecorator.java:228) at com.gildedgames.aether.common.world.aether.biomes.BiomeAetherDecorator.generate(BiomeAetherDecorator.java:262) at com.gildedgames.aether.common.world.aether.biomes.BiomeAetherDecorator.prepareDecorationsWholeIsland(BiomeAetherDecorator.java:191) at com.gildedgames.aether.common.world.aether.prep.PrepAether.postSectorDataCreate(PrepAether.java:66) at com.gildedgames.orbis_api.preparation.impl.capability.PrepManager.decorateSectorData(PrepManager.java:69) at com.gildedgames.orbis_api.preparation.impl.PrepSectorAccessServerImpl.loadSector(PrepSectorAccessServerImpl.java:149) at com.gildedgames.orbis_api.preparation.impl.PrepSectorAccessServerImpl.lambda$provideSector$0(PrepSectorAccessServerImpl.java:108) at com.gildedgames.orbis_api.preparation.impl.PrepSectorAccessServerImpl$$Lambda$2200/1368220038.call(Unknown Source) at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:111) at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:58) at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:75) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ... 1 more
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 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: 1519544504 bytes (1449 MB) / 4227858432 bytes (4032 MB) up to 4294967296 bytes (4096 MB) JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Xmx4096m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2808 Optifine OptiFine_1.12.2_HD_U_E3 81 mods loaded, 81 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.2808.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | forge | 14.23.5.2808 | forge-1.12.2-14.23.5.2808.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | micdoodlecore | | minecraft.jar | None | | LCHIJA | obfuscate | 0.2.6 | minecraft.jar | None | | LCHIJA | dsurroundcore | | minecraft.jar | None | | LCHIJA | securitycraft | v1.8.10 | [1.12.2]+SecurityCraft+v1.8.10.jar | None | | LCHIJA | uncraftingtable | 1.8-beta6 | [1.12]UncraftingTable-1.8-beta6.jar | None | | LCHIJA | orbis_api | 0.1.0 | orbis_api-0.1.0.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf | | LCHIJA | aether | 0.1.1 | aether_ii-0.1.1-universal.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf | | LCHIJA | ap | 1.1.1-Release | Agri+ v1.1.1 [MC1.12.2].jar | None | | LCHIJA | ambientsounds | 2.0.0 | AmbientSounds+v2.0.8+mc1.12.jar | None | | LCHIJA | jei | 4.14.3.242 | jei_1.12.2-4.14.3.242.jar | None | | LCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None | | LCHIJA | quark | r1.5-144 | Quark-r1.5-144.jar | None | | LCHIJA | autoreglib | 1.3-24 | AutoRegLib-1.3-24.jar | None | | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LCHIJA | betterbuilderswands | 0.12.1 | BetterBuildersWands-1.12.2-0.12.1.254+27f21b9.jar | None | | LCHIJA | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None | | LCHIJA | betterfoliage | 2.2.0 | BetterFoliage-MC1.12-2.2.0.jar | None | | LCHIJA | xaerobetterpvp | 1.16 | BetterPvP_1.16_Forge_1.12.jar | None | | LCHIJA | biomesoplenty | 7.0.1.2425 | BiomesOPlenty-1.12.2-7.0.1.2425-universal.jar | None | | LCHIJA | bookshelf | 2.3.570 | Bookshelf-1.12.2-2.3.570.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCHIJA | buildcraftlib | 7.99.19 | buildcraft-7.99.19.jar | None | | LCHIJA | buildcraftcore | 7.99.19 | buildcraft-7.99.19.jar | None | | LCHIJA | buildcraftbuilders | 7.99.19 | buildcraft-7.99.19.jar | None | | LCHIJA | buildcraftenergy | 7.99.19 | buildcraft-7.99.19.jar | None | | LCHIJA | buildcraftfactory | 7.99.19 | buildcraft-7.99.19.jar | None | | LCHIJA | buildcraftrobotics | 7.99.19 | buildcraft-7.99.19.jar | None | | LCHIJA | buildcrafttransport | 7.99.19 | buildcraft-7.99.19.jar | None | | LCHIJA | buildcraftsilicon | 7.99.19 | buildcraft-7.99.19.jar | None | | LCHIJA | cdm | 0.4.1 | cdm-0.4.1-mc1.12.2.jar | None | | LCHIJA | cfm | 6.2.0 | cfm-6.2.0-mc1.12.2.jar | None | | LCHIJA | cgm | 0.9.2 | cgm-0.9.2-mc1.12.2.jar | None | | LCHIJA | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None | | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None | | LCHIJA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.12.jar | None | | LCHIJA | coroutil | 1.12.1-1.2.12 | coroutil-1.12.1-1.2.12.jar | None | | LCHIJA | configmod | v1.0 | coroutil-1.12.1-1.2.12.jar | None | | LCHIJA | doggytalents | 1.14.2.381 | DoggyTalents-1.14.2.381-universal.jar | None | | LCHIJA | dldungeonsjbg | 1.11.5 | DoomlikeDungeons-1.11.5-MC1.12.2.jar | None | | LCHIJA | elementalitems | 1.0 | elementalitems-1.12.2-14.23.2.2625-1.0.jar | None | | LCHIJA | eplus | 5.0.175 | EnchantingPlus-1.12.2-5.0.175.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCHIJA | galacticraftcore | 4.0.1.184 | GalacticraftCore-1.12.2-4.0.1.184.jar | None | | LCHIJA | galacticraftplanets | 4.0.1.184 | Galacticraft-Planets-1.12.2-4.0.1.184.jar | None | | LCHIJA | mjrlegendslib | 1.12.2-1.1.8 | MJRLegendsLib-1.12.2-1.1.8.jar | b02331787272ec3515ebe63ecdeea0d746653468 | | LCHIJA | extraplanets | 1.12.2-0.4.6 | ExtraPlanets-1.12.2-0.4.6.jar | b02331787272ec3515ebe63ecdeea0d746653468 | | LCHIJA | fbp | 2.4.1 | FancyBlockParticles-1.12.x-2.4.1.jar | None | | LCHIJA | waila | 1.8.26 | Hwyla-Mod-1.12.2.jar | None | | LCHIJA | inventorypets | 1.5.3.1 | inventorypets-1.12-1.5.3.1.jar | None | | LCHIJA | ironchest | 1.12.2-7.0.55.839 | ironchest-1.12.2-7.0.55.839.jar | None | | LCHIJA | lootbags | 2.5.7 | LootBags-1.12.2-2.5.7.jar | None | | LCHIJA | lucky | 7.5.0 | LuckyBlock_1-12_v7-5-0.zip | None | | LCHIJA | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None | | LCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None | | LCHIJA | mcef | 0.9 | mcef-1.12.2-0.9.jar | None | | LCHIJA | placeableitems | 3.3 | placeableitems-3.3.jar | None | | LCHIJA | potionfingers | r1.0-2 | PotionFingers-r1.0-2.jar | None | | LCHIJA | realdrops | 1.2.14 | RealisticItemDrops-1.2.14.jar | None | | LCHIJA | corerm | 1.3.1 | RikMuldsCore_1.3.1.jar | None | | LCHIJA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None | | LCHIJA | sekcphysics | 0.1.0 | sekcphysics-0.1.0.jar | None | | LCHIJA | sereneseasons | 1.2.15 | SereneSeasons-1.12.2-1.2.15-universal.jar | None | | LCHIJA | soundfilters | 0.10_for_1.12 | SoundFilters-0.10_for_1.12.jar | None | | LCHIJA | thomiummod | 1.0.1 | thomiummod-1-12-2-1-0-1-zip-1543770679.zip | None | | LCHIJA | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None | | LCHIJA | trafficcontrol | 0.0.1 | trafficcontrol-0.0.1.jar | None | | LCHIJA | bspkrscore | at_0.9 | TreeCapitator-Mod-1.12.jar | None | | LCHIJA | treecapitator | at_0.9 | TreeCapitator-Mod-1.12.jar | None | | LCHIJA | twilightforest | 3.9.851 | twilightforest-1.12.2-3.9.851-universal (1).jar | None | | LCHIJA | vehicle | 0.35.0 | vehicle-0.35.0-mc1.12.2.jar | None | | LCHIJA | wailaharvestability | 1.1.11 | Waila-Harvestability-Mod-1.12.jar | None | | LCHIJA | wearablebackpacks | 3.1.3 | WearableBackpacks-1.12.2-3.1.3.jar | None | | LCHIJA | webdisplays | 1.0 | webdisplays-1.12.2-1.0.jar | None | | LCHIJA | wolfarmor | 2.2.3.6 | wolfarmor-1.12.2-2.2.3.1798-universal.jar | None | | LCHIJA | dsurround | 3.4.10.6 | DynamicSurroundings-1.12.2-3.4.10.6.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a | | LCHIJA | presets | 3.4.10.6 | DynamicSurroundings-1.12.2-3.4.10.6.jar | None | | LCHIJA | structurize | 1.12.2-0.10.36-ALPHA | structurize-1.12.2-0.10.36-ALPHA.jar | None | | LCHIJA | minecolonies | 1.12.2-0.10.135-BETA | minecolonies-1.12.2-0.10.135-BETA-universal.jar | None | | LCHIJA | supertools | 1.12.2-null | VanillaPlusTools-1.2 (1).jar | None |
Loaded coremods (and transformers): MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar) ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar) com.mrcrayfish.obfuscate.asm.ObfuscateTransformerBetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar) mods.betterfoliage.loader.BetterFoliageTransformerLoadingPlugin (Quark-r1.5-144.jar) vazkii.quark.base.asm.ClassTransformerSSLoadingPlugin (SereneSeasons-1.12.2-1.2.15-universal.jar) sereneseasons.asm.transformer.EntityRendererTransformer sereneseasons.asm.transformer.WorldTransformerDynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.4.10.6.jar) org.blockartistry.DynSurround.asm.TransformerShutdownPatcher (mcef-1.12.2-0.9-coremod.jar) net.montoyo.mcef.coremod.ShutdownPatcherForgelinPlugin (Forgelin-1.8.2.jar) MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.184.jar) micdoodle8.mods.miccore.MicdoodleTransformerCTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) team.chisel.ctm.client.asm.CTMTransformer Profiler Position: N/A (disabled) Player Count: 0 / 8; [] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge' OptiFine Version: OptiFine_1.12.2_HD_U_E3 OptiFine Build: 20181210-121000 Render Distance Chunks: 5 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: KUDA-Shaders v6.1 Legacy.zip OpenGlVersion: 4.6.0 NVIDIA 417.22 OpenGlRenderer: GeForce GTX 1080/PCIe/SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 8
Remove or try downgrading the mod 'aether'
It seems to be preventing your minecraft from loading you into the world
I do live support at:
https://minecraftirc.net/minecrafthelp/landing/
https://discordapp.com/invite/minecraft
My discord: Greymagic27#4493