Is it normal that ChromatiCraft causes the game to crash on first launch once new mods are added? I added a few mods to my game, and it seems ChromatiCraft crashes the game on the first launch, but not after that.
Have you installed any biomes mods? There could be ID conflict. Also send a crash log.
Hello Reika, I think the Industrial coil is not charging the energy.
Input / output side is correct. (And I reversed for test too)
When it is set, it stores little bit of the energy(104.858kJ) and it stops. It goes same for normal coil one and bedrock coil one.
As you see, I'm using the microturbine to charge the coil. After trying to charge it more than 10 minutes, the stored energy does not change.
It can be discharged with redstone signal but it charges the same 104.858 KJ after.
I'm using 1.7.10 V2e (most updated version in Curse as I know)
Thank you in advance.
You need more torque for more charge. Microturbinehavent much torque. Try to use more gearboxes or just an other engine. For the normal industrial coil for example i mostly use AC electrics and for the bedrock coil Hydrokinetics.
I have confirmed that the Java 8 issue is entirely resolved, or at least bypassed. You will no longer have to specify the G1GC Java argument if you are on Java 8, and I will be removing the now-useless "disable the dimension instead" config and popup.
As for technical details:
The original crash was coming from JNI (Java Native Interface) or other JVM-layer behavior when using the ChromaChunkManager class (which extends the vanilla WorldChunkManager). This class is normally what handles biome and climate distribution. As of v13, I no longer use the class in any meaningful way - I am using my own system to manage biome distribution in the CC dimension, based on custom, more easily controlled and more appealing logic - and as a result the conditions for the crash no longer exist.
From what little I know of the issue (several versions back when I played with it), it seems to be a bug in the JVM's garbage collection of what used to (in J7) be permgen -- at least, that was always what triggered it, even if it was not the cause of it.
G1GC never triggered it; CMS and parallel old (aka throughput) did. I never tested serial old (it was designed for small heaps around 128 MB and smaller)
The only hint was just the large number of classes that suddenly instantiated/loaded out of the dimension; the guess was that J8 didn't like a large sudden change in the size of the codespace for the java program.
Reika: Has anything changed in that? Do you still have a similarly large number of/size of classes suddenly being added to the JVM on entry to the dimension?
(In regard to a mod that gives realistic animal genetics):
Would you really rather have bees that make diamonds and oil with magical genetic blocks?
... did I really ask that?
I downgraded Applied Energistics 2 from rv3 to rv2, and the addons that depend on rv3, so I can add ChromatiCraft. But I still crash, and I don't understand why. Any help?
---- Minecraft Crash Report ----
// I feel sad now
Time: 15/04/16 12:29 PM
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 9
at java.util.EnumMap.put(Unknown Source)
at java.util.EnumMap.put(Unknown Source)
at Reika.DragonAPI.Libraries.ReikaRegistryHelper.addSoundCategory(ReikaRegistryHelper.java:326)
at Reika.ChromatiCraft.ChromaClient.registerSounds(ChromaClient.java:147)
at Reika.ChromatiCraft.ChromatiCraft.preload(ChromatiCraft.java:318)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.EnumMap.put(Unknown Source)
at java.util.EnumMap.put(Unknown Source)
at Reika.DragonAPI.Libraries.ReikaRegistryHelper.addSoundCategory(ReikaRegistryHelper.java:326)
at Reika.ChromatiCraft.ChromaClient.registerSounds(ChromaClient.java:147)
at Reika.ChromatiCraft.ChromatiCraft.preload(ChromatiCraft.java:318)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_77, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 246480328 bytes (235 MB) / 1073741824 bytes (1024 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 4 total; -XX:+UseG1GC -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx4096m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D3 202 mods loaded, 197 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCH NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCH OpenComputers|Core{1.6.0.1-beta.1} [OpenComputers (Core)] (minecraft.jar)
UCH ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCH WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
UCH OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UCH BinniePatcher{1.7.1} [Binnie Patcher] (minecraft.jar)
UCH FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCH debug{1.0} [debug] (denseores-1.6.2.jar)
UCH DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3-client.jar)
UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCH bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCH ae2stuff{0.5.0.56} [AE2 Stuff] (ae2stuff-0.5.0.56-mc1.7.10.jar)
UCH MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCH Agriculture{2.0} [Agriculture] (Agriculture-1.7.10-2.0.52.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH nevermine{2.3} [AdventOfAscension] (AoA-2.4.B.jar)
UCH ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCH Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCH AromaBackup{0.1.0.0} [AromaBackup] (AromaBackup-1.7.10-0.1.0.0.jar)
UCH AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.1.0.0.jar)
UCH BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
UCH BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCH HardcoreEnderExpansion{1.8.5} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.5.jar)
UCH IC2{2.2.820-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.820-experimental.jar)
UCH CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCH Forestry{4.2.11.59} [Forestry for Minecraft] (forestry_1.7.10-4.2.11.59.jar)
UCH BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCH BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar)
UCH ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
UCH BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCH BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCH Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCH ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCH ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCH Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCH AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCH qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar)
UCH bluepower{0.2.962} [Blue Power] (BluePower-1.7.10-0.2.962-universal.jar)
UCH Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCH Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCH BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCH BuildCraft|Core{7.1.16} [BuildCraft] (buildcraft-7.1.16.jar)
UCH BuildCraft|Builders{7.1.16} [BC Builders] (buildcraft-7.1.16.jar)
UCH BuildCraft|Transport{7.1.16} [BC Transport] (buildcraft-7.1.16.jar)
UCH BuildCraft|Energy{7.1.16} [BC Energy] (buildcraft-7.1.16.jar)
UCH BuildCraft|Silicon{7.1.16} [BC Silicon] (buildcraft-7.1.16.jar)
UCH BuildCraft|Robotics{7.1.16} [BC Robotics] (buildcraft-7.1.16.jar)
UCH BuildCraft|Factory{7.1.16} [BC Factory] (buildcraft-7.1.16.jar)
UCH BuildCraft|Compat{7.1.3} [BuildCraft Compat] (buildcraft-compat-7.1.3.jar)
UCH CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCH ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCH Railcraft{9.10.0.0} [Railcraft] (Railcraft_1.7.10-9.10.0.0.jar)
UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCH ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCH chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCH RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCH ImmersiveEngineering{0.7.5} [Immersive Engineering] (ImmersiveEngineering-0.7.5.jar)
UCH Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCH MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCH ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCH MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
UCH endercore{1.7.10-0.2.0.32_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.32_beta.jar)
UCH EnderIO{1.7.10-2.3.0.424_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.424_beta.jar)
UCH GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
UCH Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.265.jar)
UCH numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
UCH MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
UCH ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
UCH powersuits{0.11.0.300} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.300.jar)
UCH Mystcraft{0.12.3.01} [Mystcraft] (mystcraft-1.7.10-0.12.3.01.jar)
UCH DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V12e.jar)
UCE ChromatiCraft{1.0} [ChromatiCraft] (ChromatiCraft 1.7.10 V12e.jar)
UCH lootablebodies{1.3.7} [DrCyano's Lootable Bodies] (CyanosLootableBodies-1.7.10-backport_1.3.7.jar)
UCH menagerie{1.0} [menagerie] (dark_menagerie-1.7.10-beta-3.1a.jar)
UCH DraconicEvolution{1.0.2a} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2a.jar)
UCH RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V12e.jar)
UCH ElectriCraft{1.0} [ElectriCraft] (ElectriCraft 1.7.10 V12c.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCH Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCH Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCH enderioaddons{0.10.7} [Ender IO Addons] (EnderIOAddons-1.7.10-2.3.0.424_beta-0.10.7.50_beta.jar)
UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCH EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCH EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
UCH extracells{2.3.9} [Extra Cells 2] (ExtraCells-1.7.10-2.3.9b188.jar)
UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCH progressiveautomation{1.6.34} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.34.jar)
UCH ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCH ForbiddenMagic{1.7.10-0.574} [Forbidden Magic] (Forbidden Magic-1.7.10-0.574.jar)
UCH GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
UCH GekosLasers{1.7.10R0.8} [Geko's Lasers] (GekosLasers-1.7.10-0.8.jar)
UCH gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
UCH advgenerators{0.9.19.120} [Advanced Generators] (generators-0.9.19.120-mc1.7.10.jar)
UCH iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCH GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)
UCH IC2NuclearControl{2.3.4a} [Nuclear Control 2] (IC2NuclearControl-2.3.4a.jar)
UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCH IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCH JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCH lootbags{2.0.3} [Loot Bags] (LootBags-1.7.10-2.0.3.jar)
UCH Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCH MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCH MekanismGenerators{8.1.9} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.9.265.jar)
UCH MekanismTools{8.1.9} [MekanismTools] (MekanismTools-1.7.10-8.1.9.265.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
UCH MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCH NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCH NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCH notenoughkeys{@[email protected]} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar)
UCH NuclearCraft{1.6e} [NuclearCraft] (NuclearCraft-1.6e--1.7.10.jar)
UCH OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCH OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCH ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCH OpenComputers{1.6.0.1-beta.1} [OpenComputers] (OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar)
UCH openmodularturrets{2.1.9-211} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.1.9-211.jar)
UCH PneumaticCraft{1.12.7-150} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-150-universal.jar)
UCH PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCH ProjectE{1.7.10-PE1.9.5} [ProjectE] (ProjectE-1.7.10-PE1.9.5.jar)
UCH ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCH ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
UCH ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCH ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
UCH ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
UCH ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCH quantumflux{1.7.10-1.3.4} [QuantumFlux] (QuantumFlux-1.7.10-1.3.4.jar)
UCH RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCH ReactorCraft{1.0} [ReactorCraft] (ReactorCraft 1.7.10 V12d.jar)
UCH RArm{1.7.10-1.2.0-41} [Redstone Armory] (RedstoneArmory-1.7.10-1.2.0-41.jar)
UCH rftools{4.23} [RFTools] (rftools-4.23.jar)
UCH AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCH runicdungeons{1.1.6a} [Runic Dungeons] (runicdungeons-1.1.6a.jar)
UCH simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCH StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCH StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
UCH StorageDrawers{1.7.10-1.9.7} [Storage Drawers] (StorageDrawers-1.7.10-1.9.7.jar)
UCH StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)
UCH StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
UCH StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
UCH StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
UCH thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCH thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
UCH ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCH ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCH ThermalSmeltery{1.0} [Thermal Smeltery] (ThermalSmeltery-1.3.1.4.jar)
UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCH Translocator{1.1.2.15} [Translocator] (Translocator-1.7.10-1.1.2.15-universal.jar)
UCH TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
UCH AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar)
UCH wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
UCH WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
UCH WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCH MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCH RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCH aobd{2.9.1} [Another One Bites The Dust] (AOBD-2.9.1.jar)
UCH denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.1.2-325
ThermalFoundation: -[1.7.10]1.2.3-112
ThermalExpansion: -[1.7.10]4.1.2-240
RedstoneArsenal: -[1.7.10]1.1.2-92
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
MineFactoryReloaded: -[1.7.10]2.8.1-174
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
ThermalDynamics: -[1.7.10]1.1.0-161
List of loaded APIs:
* API_NEK (1.2.0) from NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar
* appliedenergistics2|API (rv2) from DragonAPI 1.7.10 V12e.jar
* AromaBackupAPI (1.0) from AromaBackup-1.7.10-0.1.0.0.jar
* Baubles|API (1.0.1.10) from runicdungeons-1.1.6a.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* bluepowerAPI (1.0) from BluePower-1.7.10-0.2.962-universal.jar
* BotaniaAPI (76) from Botania r1.8-249.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.16.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|core (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|library (2.0) from Railcraft_1.7.10-9.10.0.0.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.16.jar
* BuildCraftAPI|recipes (4.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|statements (1.1) from Railcraft_1.7.10-9.10.0.0.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.1.16.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|transport (4.1) from Railcraft_1.7.10-9.10.0.0.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
* CoFHAPI (1.7.10R1.1.0) from ProgressiveAutomation-1.7.10-1.6.34.jar
* CoFHAPI|block (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|core (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|energy (1.7.10R1.0.2) from RandomThings-2.2.4.jar
* CoFHAPI|fluid (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|inventory (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|item (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|modhelpers (1.7.10R1.1.0) from NuclearCraft-1.6e--1.7.10.jar
* CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.424_beta.jar
* CoFHAPI|transport (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|world (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|audio (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|inventory (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|util (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|util|position (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|world|feature (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2a.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.424_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.424_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.424_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.424_beta.jar
* ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar
* Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.375.jar
* gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
* IC2API (1.0) from Railcraft_1.7.10-9.10.0.0.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.5.jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* minechemAPI (1.7.10R1) from DragonAPI 1.7.10 V12e.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.01.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.3.4a.jar
* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.7-150-universal.jar
* ProjectEAPI (7) from ProjectE-1.7.10-PE1.9.5.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|signals (2.2.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|tracks (2.2.0) from Railcraft_1.7.10-9.10.0.0.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* Testerino|API (0.01) from runicdungeons-1.1.6a.jar
* Thaumcraft|API (4.2.2.0) from Pam's HarvestCraft 1.7.10Lb.jar
* TravellersGear|API (1.0) from TravellersGear-1.7.10-1.16.6.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: Found the following problem(s) with your installation:
* Optifine is installed. This is NOT supported.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: MultiMC5
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3910, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
OptiFine Version: OptiFine_1.7.10_HD_U_D3
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.2.0 - Build 10.18.10.3910
OpenGlRenderer: Intel(R) HD Graphics 4600
OpenGlVendor: Intel
CpuCount: 8
I downgraded Applied Energistics 2 from rv3 to rv2, and the addons that depend on rv3, so I can add ChromatiCraft. But I still crash, and I don't understand why. Any help?
---- Minecraft Crash Report ----
// I feel sad now
Time: 15/04/16 12:29 PM
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 9
at java.util.EnumMap.put(Unknown Source)
at java.util.EnumMap.put(Unknown Source)
at Reika.DragonAPI.Libraries.ReikaRegistryHelper.addSoundCategory(ReikaRegistryHelper.java:326)
at Reika.ChromatiCraft.ChromaClient.registerSounds(ChromaClient.java:147)
at Reika.ChromatiCraft.ChromatiCraft.preload(ChromatiCraft.java:318)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.EnumMap.put(Unknown Source)
at java.util.EnumMap.put(Unknown Source)
at Reika.DragonAPI.Libraries.ReikaRegistryHelper.addSoundCategory(ReikaRegistryHelper.java:326)
at Reika.ChromatiCraft.ChromaClient.registerSounds(ChromaClient.java:147)
at Reika.ChromatiCraft.ChromatiCraft.preload(ChromatiCraft.java:318)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_77, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 246480328 bytes (235 MB) / 1073741824 bytes (1024 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 4 total; -XX:+UseG1GC -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx4096m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D3 202 mods loaded, 197 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCH NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCH OpenComputers|Core{1.6.0.1-beta.1} [OpenComputers (Core)] (minecraft.jar)
UCH ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCH WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
UCH OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UCH BinniePatcher{1.7.1} [Binnie Patcher] (minecraft.jar)
UCH FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCH debug{1.0} [debug] (denseores-1.6.2.jar)
UCH DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3-client.jar)
UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCH bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCH ae2stuff{0.5.0.56} [AE2 Stuff] (ae2stuff-0.5.0.56-mc1.7.10.jar)
UCH MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCH Agriculture{2.0} [Agriculture] (Agriculture-1.7.10-2.0.52.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH nevermine{2.3} [AdventOfAscension] (AoA-2.4.B.jar)
UCH ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCH Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCH AromaBackup{0.1.0.0} [AromaBackup] (AromaBackup-1.7.10-0.1.0.0.jar)
UCH AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.1.0.0.jar)
UCH BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
UCH BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCH HardcoreEnderExpansion{1.8.5} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.5.jar)
UCH IC2{2.2.820-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.820-experimental.jar)
UCH CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCH Forestry{4.2.11.59} [Forestry for Minecraft] (forestry_1.7.10-4.2.11.59.jar)
UCH BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCH BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar)
UCH ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
UCH BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCH BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCH Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCH ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCH ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCH Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCH AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCH qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar)
UCH bluepower{0.2.962} [Blue Power] (BluePower-1.7.10-0.2.962-universal.jar)
UCH Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCH Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCH BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCH BuildCraft|Core{7.1.16} [BuildCraft] (buildcraft-7.1.16.jar)
UCH BuildCraft|Builders{7.1.16} [BC Builders] (buildcraft-7.1.16.jar)
UCH BuildCraft|Transport{7.1.16} [BC Transport] (buildcraft-7.1.16.jar)
UCH BuildCraft|Energy{7.1.16} [BC Energy] (buildcraft-7.1.16.jar)
UCH BuildCraft|Silicon{7.1.16} [BC Silicon] (buildcraft-7.1.16.jar)
UCH BuildCraft|Robotics{7.1.16} [BC Robotics] (buildcraft-7.1.16.jar)
UCH BuildCraft|Factory{7.1.16} [BC Factory] (buildcraft-7.1.16.jar)
UCH BuildCraft|Compat{7.1.3} [BuildCraft Compat] (buildcraft-compat-7.1.3.jar)
UCH CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCH ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCH Railcraft{9.10.0.0} [Railcraft] (Railcraft_1.7.10-9.10.0.0.jar)
UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCH ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCH chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCH RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCH ImmersiveEngineering{0.7.5} [Immersive Engineering] (ImmersiveEngineering-0.7.5.jar)
UCH Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCH MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCH ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCH MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
UCH endercore{1.7.10-0.2.0.32_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.32_beta.jar)
UCH EnderIO{1.7.10-2.3.0.424_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.424_beta.jar)
UCH GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
UCH Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.265.jar)
UCH numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
UCH MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
UCH ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
UCH powersuits{0.11.0.300} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.300.jar)
UCH Mystcraft{0.12.3.01} [Mystcraft] (mystcraft-1.7.10-0.12.3.01.jar)
UCH DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V12e.jar)
UCE ChromatiCraft{1.0} [ChromatiCraft] (ChromatiCraft 1.7.10 V12e.jar)
UCH lootablebodies{1.3.7} [DrCyano's Lootable Bodies] (CyanosLootableBodies-1.7.10-backport_1.3.7.jar)
UCH menagerie{1.0} [menagerie] (dark_menagerie-1.7.10-beta-3.1a.jar)
UCH DraconicEvolution{1.0.2a} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2a.jar)
UCH RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V12e.jar)
UCH ElectriCraft{1.0} [ElectriCraft] (ElectriCraft 1.7.10 V12c.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCH Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCH Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCH enderioaddons{0.10.7} [Ender IO Addons] (EnderIOAddons-1.7.10-2.3.0.424_beta-0.10.7.50_beta.jar)
UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCH EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCH EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
UCH extracells{2.3.9} [Extra Cells 2] (ExtraCells-1.7.10-2.3.9b188.jar)
UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCH progressiveautomation{1.6.34} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.34.jar)
UCH ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCH ForbiddenMagic{1.7.10-0.574} [Forbidden Magic] (Forbidden Magic-1.7.10-0.574.jar)
UCH GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
UCH GekosLasers{1.7.10R0.8} [Geko's Lasers] (GekosLasers-1.7.10-0.8.jar)
UCH gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
UCH advgenerators{0.9.19.120} [Advanced Generators] (generators-0.9.19.120-mc1.7.10.jar)
UCH iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCH GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)
UCH IC2NuclearControl{2.3.4a} [Nuclear Control 2] (IC2NuclearControl-2.3.4a.jar)
UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCH IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCH JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCH lootbags{2.0.3} [Loot Bags] (LootBags-1.7.10-2.0.3.jar)
UCH Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCH MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCH MekanismGenerators{8.1.9} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.9.265.jar)
UCH MekanismTools{8.1.9} [MekanismTools] (MekanismTools-1.7.10-8.1.9.265.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
UCH MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCH NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCH NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCH notenoughkeys{@[email protected]} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar)
UCH NuclearCraft{1.6e} [NuclearCraft] (NuclearCraft-1.6e--1.7.10.jar)
UCH OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCH OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCH ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCH OpenComputers{1.6.0.1-beta.1} [OpenComputers] (OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar)
UCH openmodularturrets{2.1.9-211} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.1.9-211.jar)
UCH PneumaticCraft{1.12.7-150} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-150-universal.jar)
UCH PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCH ProjectE{1.7.10-PE1.9.5} [ProjectE] (ProjectE-1.7.10-PE1.9.5.jar)
UCH ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCH ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
UCH ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCH ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
UCH ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
UCH ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCH quantumflux{1.7.10-1.3.4} [QuantumFlux] (QuantumFlux-1.7.10-1.3.4.jar)
UCH RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCH ReactorCraft{1.0} [ReactorCraft] (ReactorCraft 1.7.10 V12d.jar)
UCH RArm{1.7.10-1.2.0-41} [Redstone Armory] (RedstoneArmory-1.7.10-1.2.0-41.jar)
UCH rftools{4.23} [RFTools] (rftools-4.23.jar)
UCH AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCH runicdungeons{1.1.6a} [Runic Dungeons] (runicdungeons-1.1.6a.jar)
UCH simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCH StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCH StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
UCH StorageDrawers{1.7.10-1.9.7} [Storage Drawers] (StorageDrawers-1.7.10-1.9.7.jar)
UCH StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)
UCH StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
UCH StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
UCH StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
UCH thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCH thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
UCH ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCH ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCH ThermalSmeltery{1.0} [Thermal Smeltery] (ThermalSmeltery-1.3.1.4.jar)
UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCH Translocator{1.1.2.15} [Translocator] (Translocator-1.7.10-1.1.2.15-universal.jar)
UCH TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
UCH AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar)
UCH wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
UCH WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
UCH WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCH MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCH RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCH aobd{2.9.1} [Another One Bites The Dust] (AOBD-2.9.1.jar)
UCH denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.1.2-325
ThermalFoundation: -[1.7.10]1.2.3-112
ThermalExpansion: -[1.7.10]4.1.2-240
RedstoneArsenal: -[1.7.10]1.1.2-92
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
MineFactoryReloaded: -[1.7.10]2.8.1-174
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
ThermalDynamics: -[1.7.10]1.1.0-161
List of loaded APIs:
* API_NEK (1.2.0) from NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar
* appliedenergistics2|API (rv2) from DragonAPI 1.7.10 V12e.jar
* AromaBackupAPI (1.0) from AromaBackup-1.7.10-0.1.0.0.jar
* Baubles|API (1.0.1.10) from runicdungeons-1.1.6a.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* bluepowerAPI (1.0) from BluePower-1.7.10-0.2.962-universal.jar
* BotaniaAPI (76) from Botania r1.8-249.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.16.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|core (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|library (2.0) from Railcraft_1.7.10-9.10.0.0.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.16.jar
* BuildCraftAPI|recipes (4.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|statements (1.1) from Railcraft_1.7.10-9.10.0.0.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.1.16.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|transport (4.1) from Railcraft_1.7.10-9.10.0.0.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
* CoFHAPI (1.7.10R1.1.0) from ProgressiveAutomation-1.7.10-1.6.34.jar
* CoFHAPI|block (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|core (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|energy (1.7.10R1.0.2) from RandomThings-2.2.4.jar
* CoFHAPI|fluid (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|inventory (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|item (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|modhelpers (1.7.10R1.1.0) from NuclearCraft-1.6e--1.7.10.jar
* CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.424_beta.jar
* CoFHAPI|transport (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|world (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|audio (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|inventory (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|util (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|util|position (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|world|feature (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2a.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.424_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.424_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.424_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.424_beta.jar
* ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar
* Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.375.jar
* gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
* IC2API (1.0) from Railcraft_1.7.10-9.10.0.0.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.5.jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* minechemAPI (1.7.10R1) from DragonAPI 1.7.10 V12e.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.01.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.3.4a.jar
* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.7-150-universal.jar
* ProjectEAPI (7) from ProjectE-1.7.10-PE1.9.5.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|signals (2.2.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|tracks (2.2.0) from Railcraft_1.7.10-9.10.0.0.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* Testerino|API (0.01) from runicdungeons-1.1.6a.jar
* Thaumcraft|API (4.2.2.0) from Pam's HarvestCraft 1.7.10Lb.jar
* TravellersGear|API (1.0) from TravellersGear-1.7.10-1.16.6.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: Found the following problem(s) with your installation:
* Optifine is installed. This is NOT supported.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: MultiMC5
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3910, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
OptiFine Version: OptiFine_1.7.10_HD_U_D3
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.2.0 - Build 10.18.10.3910
OpenGlRenderer: Intel(R) HD Graphics 4600
OpenGlVendor: Intel
CpuCount: 8
From
what little I know of the issue (several versions back when I played
with it), it seems to be a bug in the JVM's garbage collection of what
used to (in J7) be permgen -- at least, that was always what triggered
it, even if it was not the cause of it.
G1GC never triggered
it; CMS and parallel old (aka throughput) did. I never tested serial old
(it was designed for small heaps around 128 MB and smaller)
The
only hint was just the large number of classes that suddenly
instantiated/loaded out of the dimension; the guess was that J8 didn't
like a large sudden change in the size of the codespace for the java
program.
Reika: Has anything changed in that? Do you still
have a similarly large number of/size of classes suddenly being added to
the JVM on entry to the dimension?
No, in fact there are more
classes associated with the dimension now than ever before. Yet the
problem is still nonexistent, as least as far as my testing indicates.
Rollback Post to RevisionRollBack
I am the developer of many mods, most famously RotaryCraft and ChromatiCraft.
Feel free to support me and my mods via PayPal or Patreon
You've awoken on this barren wasteland planet, a civilization once ruled and proud, but where is everyone? All the buildings are empty, nothing remains, all that can be seen is mass hordes in all directions of zombies, skeletons and other creatures never before seen. Inside isn't safe, Outside isn't safe, what will u do to survive this planet and escape? Can you survive the 1st day without death claiming you?
There is no natural light, when night time comes it's pitch black, no moon light and all that is heard is the scratching and moaning of whats around lurking to destroy you. Mining reveals unbeknownst horrors from the rocks just waiting to come out and devour your soul. Puddles of liquid blue or purple are not water, but also intent on harming you.
You've awoken on this barren wasteland planet, a civilization once ruled and proud, but where is everyone? All the buildings are empty, nothing remains, all that can be seen is mass hordes in all directions of zombies, skeletons and other creatures never before seen. Inside isn't safe, Outside isn't safe, what will u do to survive this planet and escape? Can you survive the 1st day without death claiming you?
There is no natural light, when night time comes it's pitch black, no moon light and all that is heard is the scratching and moaning of whats around lurking to destroy you. Mining reveals unbeknownst horrors from the rocks just waiting to come out and devour your soul. Puddles of liquid blue or purple are not water, but also intent on harming you.
There is another fix to that works. If you have AE2 rv3 let the game run once then crash (to generate the configs) then change all the configs in the AE2's custon recipies to false. Then run it again (it will crash again but this time the mods will adjust to the new configs(not sure what is really going on but it works)). Now when you run the game for the 3rd time it all works! i have been playing with RV3 for some months and it seem to run stable.
There is another fix to that works. If you have AE2 rv3 let the game run once then crash (to generate the configs) then change all the configs in the AE2's custon recipies to false. Then run it again (it will crash again but this time the mods will adjust to the new configs(not sure what is really going on but it works)). Now when you run the game for the 3rd time it all works! i have been playing with RV3 for some months and it seem to run stable.
For me it loaded the 2nd time without crashing after editing the config and was able to generate a world aok
You've awoken on this barren wasteland planet, a civilization once ruled and proud, but where is everyone? All the buildings are empty, nothing remains, all that can be seen is mass hordes in all directions of zombies, skeletons and other creatures never before seen. Inside isn't safe, Outside isn't safe, what will u do to survive this planet and escape? Can you survive the 1st day without death claiming you?
There is no natural light, when night time comes it's pitch black, no moon light and all that is heard is the scratching and moaning of whats around lurking to destroy you. Mining reveals unbeknownst horrors from the rocks just waiting to come out and devour your soul. Puddles of liquid blue or purple are not water, but also intent on harming you.
I fixed the crash I was having before, and everything other than a few biome ID conflicts is coming along nicely. But I happened to notice with the dye trees added by ChromatiCraft, the leaves on Waila have symbols rather than actual words. Is this supposed to happen?
I fixed the crash I was having before, and everything other than a few biome ID conflicts is coming along nicely. But I happened to notice with the dye trees added by ChromatiCraft, the leaves on Waila have symbols rather than actual words. Is this supposed to happen?
Have you installed any biomes mods? There could be ID conflict. Also send a crash log.
I have Biomes O Plenty, I got some ID conflicts, but I fixed them. I also am using AE2 rv3.
Hello Reika, I think the Industrial coil is not charging the energy.
Input / output side is correct. (And I reversed for test too)
When it is set, it stores little bit of the energy(104.858kJ) and it stops. It goes same for normal coil one and bedrock coil one.
As you see, I'm using the microturbine to charge the coil. After trying to charge it more than 10 minutes, the stored energy does not change.
It can be discharged with redstone signal but it charges the same 104.858 KJ after.
I'm using 1.7.10 V2e (most updated version in Curse as I know)
Thank you in advance.
You need more torque for more charge. Microturbinehavent much torque. Try to use more gearboxes or just an other engine. For the normal industrial coil for example i mostly use AC electrics and for the bedrock coil Hydrokinetics.
Ah. few more torqued gears solved the problem. Since RC handbook did not have the detail there, I thought anything could do.
Since it is coil, torque is required. Understandable.
Thanks!
I have confirmed that the Java 8 issue is entirely resolved, or at least bypassed. You will no longer have to specify the G1GC Java argument if you are on Java 8, and I will be removing the now-useless "disable the dimension instead" config and popup.
As for technical details:
The original crash was coming from JNI (Java Native Interface) or other JVM-layer behavior when using the ChromaChunkManager class (which extends the vanilla WorldChunkManager). This class is normally what handles biome and climate distribution. As of v13, I no longer use the class in any meaningful way - I am using my own system to manage biome distribution in the CC dimension, based on custom, more easily controlled and more appealing logic - and as a result the conditions for the crash no longer exist.
Also, I have notified people outside the thread:
https://www.reddit.com/r/feedthebeast/comments/4evdp1/chromaticraft_java_8_issue_fixed_or_bypassed/
Doesn't that suggest that there's a potential issue in the WoldChunkManager itself?
From what little I know of the issue (several versions back when I played with it), it seems to be a bug in the JVM's garbage collection of what used to (in J7) be permgen -- at least, that was always what triggered it, even if it was not the cause of it.
G1GC never triggered it; CMS and parallel old (aka throughput) did. I never tested serial old (it was designed for small heaps around 128 MB and smaller)
The only hint was just the large number of classes that suddenly instantiated/loaded out of the dimension; the guess was that J8 didn't like a large sudden change in the size of the codespace for the java program.
Reika: Has anything changed in that? Do you still have a similarly large number of/size of classes suddenly being added to the JVM on entry to the dimension?
* Promoting this week: Captive Minecraft 4, Winter Realm. Aka: Vertical Vanilla Viewing. Clicky!
* My channel with Mystcraft, and general Minecraft Let's Plays: http://www.youtube.com/user/Keybounce.
* See all my video series: http://www.minecraftforum.net/forums/minecraft-editions/minecraft-editions-show-your/2865421-keybounces-list-of-creation-threads
(In regard to a mod that gives realistic animal genetics):
Would you really rather have bees that make diamonds and oil with magical genetic blocks?
... did I really ask that?
I downgraded Applied Energistics 2 from rv3 to rv2, and the addons that depend on rv3, so I can add ChromatiCraft. But I still crash, and I don't understand why. Any help?
---- Minecraft Crash Report ----
// I feel sad now
Time: 15/04/16 12:29 PM
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 9
at java.util.EnumMap.put(Unknown Source)
at java.util.EnumMap.put(Unknown Source)
at Reika.DragonAPI.Libraries.ReikaRegistryHelper.addSoundCategory(ReikaRegistryHelper.java:326)
at Reika.ChromatiCraft.ChromaClient.registerSounds(ChromaClient.java:147)
at Reika.ChromatiCraft.ChromatiCraft.preload(ChromatiCraft.java:318)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.EnumMap.put(Unknown Source)
at java.util.EnumMap.put(Unknown Source)
at Reika.DragonAPI.Libraries.ReikaRegistryHelper.addSoundCategory(ReikaRegistryHelper.java:326)
at Reika.ChromatiCraft.ChromaClient.registerSounds(ChromaClient.java:147)
at Reika.ChromatiCraft.ChromatiCraft.preload(ChromatiCraft.java:318)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_77, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 246480328 bytes (235 MB) / 1073741824 bytes (1024 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 4 total; -XX:+UseG1GC -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx4096m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D3 202 mods loaded, 197 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCH NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCH OpenComputers|Core{1.6.0.1-beta.1} [OpenComputers (Core)] (minecraft.jar)
UCH ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCH WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
UCH OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UCH BinniePatcher{1.7.1} [Binnie Patcher] (minecraft.jar)
UCH FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCH debug{1.0} [debug] (denseores-1.6.2.jar)
UCH DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3-client.jar)
UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCH bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCH ae2stuff{0.5.0.56} [AE2 Stuff] (ae2stuff-0.5.0.56-mc1.7.10.jar)
UCH MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCH Agriculture{2.0} [Agriculture] (Agriculture-1.7.10-2.0.52.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH nevermine{2.3} [AdventOfAscension] (AoA-2.4.B.jar)
UCH ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCH Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCH AromaBackup{0.1.0.0} [AromaBackup] (AromaBackup-1.7.10-0.1.0.0.jar)
UCH AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.1.0.0.jar)
UCH BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
UCH BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCH HardcoreEnderExpansion{1.8.5} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.5.jar)
UCH IC2{2.2.820-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.820-experimental.jar)
UCH CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCH Forestry{4.2.11.59} [Forestry for Minecraft] (forestry_1.7.10-4.2.11.59.jar)
UCH BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCH BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar)
UCH ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
UCH BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCH BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCH Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCH ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCH ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCH Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCH AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCH qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar)
UCH bluepower{0.2.962} [Blue Power] (BluePower-1.7.10-0.2.962-universal.jar)
UCH Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCH Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCH BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCH BuildCraft|Core{7.1.16} [BuildCraft] (buildcraft-7.1.16.jar)
UCH BuildCraft|Builders{7.1.16} [BC Builders] (buildcraft-7.1.16.jar)
UCH BuildCraft|Transport{7.1.16} [BC Transport] (buildcraft-7.1.16.jar)
UCH BuildCraft|Energy{7.1.16} [BC Energy] (buildcraft-7.1.16.jar)
UCH BuildCraft|Silicon{7.1.16} [BC Silicon] (buildcraft-7.1.16.jar)
UCH BuildCraft|Robotics{7.1.16} [BC Robotics] (buildcraft-7.1.16.jar)
UCH BuildCraft|Factory{7.1.16} [BC Factory] (buildcraft-7.1.16.jar)
UCH BuildCraft|Compat{7.1.3} [BuildCraft Compat] (buildcraft-compat-7.1.3.jar)
UCH CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCH ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCH Railcraft{9.10.0.0} [Railcraft] (Railcraft_1.7.10-9.10.0.0.jar)
UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCH ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCH chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCH RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCH ImmersiveEngineering{0.7.5} [Immersive Engineering] (ImmersiveEngineering-0.7.5.jar)
UCH Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCH MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCH ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCH MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
UCH endercore{1.7.10-0.2.0.32_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.32_beta.jar)
UCH EnderIO{1.7.10-2.3.0.424_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.424_beta.jar)
UCH GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
UCH Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.265.jar)
UCH numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
UCH MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
UCH ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
UCH powersuits{0.11.0.300} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.300.jar)
UCH Mystcraft{0.12.3.01} [Mystcraft] (mystcraft-1.7.10-0.12.3.01.jar)
UCH DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V12e.jar)
UCE ChromatiCraft{1.0} [ChromatiCraft] (ChromatiCraft 1.7.10 V12e.jar)
UCH lootablebodies{1.3.7} [DrCyano's Lootable Bodies] (CyanosLootableBodies-1.7.10-backport_1.3.7.jar)
UCH menagerie{1.0} [menagerie] (dark_menagerie-1.7.10-beta-3.1a.jar)
UCH DraconicEvolution{1.0.2a} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2a.jar)
UCH RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V12e.jar)
UCH ElectriCraft{1.0} [ElectriCraft] (ElectriCraft 1.7.10 V12c.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCH Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCH Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCH enderioaddons{0.10.7} [Ender IO Addons] (EnderIOAddons-1.7.10-2.3.0.424_beta-0.10.7.50_beta.jar)
UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCH EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCH EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
UCH extracells{2.3.9} [Extra Cells 2] (ExtraCells-1.7.10-2.3.9b188.jar)
UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCH progressiveautomation{1.6.34} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.34.jar)
UCH ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCH ForbiddenMagic{1.7.10-0.574} [Forbidden Magic] (Forbidden Magic-1.7.10-0.574.jar)
UCH GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
UCH GekosLasers{1.7.10R0.8} [Geko's Lasers] (GekosLasers-1.7.10-0.8.jar)
UCH gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
UCH advgenerators{0.9.19.120} [Advanced Generators] (generators-0.9.19.120-mc1.7.10.jar)
UCH iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCH GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)
UCH IC2NuclearControl{2.3.4a} [Nuclear Control 2] (IC2NuclearControl-2.3.4a.jar)
UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCH IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCH JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCH lootbags{2.0.3} [Loot Bags] (LootBags-1.7.10-2.0.3.jar)
UCH Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCH MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCH MekanismGenerators{8.1.9} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.9.265.jar)
UCH MekanismTools{8.1.9} [MekanismTools] (MekanismTools-1.7.10-8.1.9.265.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
UCH MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCH NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCH NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCH notenoughkeys{@[email protected]} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar)
UCH NuclearCraft{1.6e} [NuclearCraft] (NuclearCraft-1.6e--1.7.10.jar)
UCH OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCH OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCH ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCH OpenComputers{1.6.0.1-beta.1} [OpenComputers] (OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar)
UCH openmodularturrets{2.1.9-211} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.1.9-211.jar)
UCH PneumaticCraft{1.12.7-150} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-150-universal.jar)
UCH PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCH ProjectE{1.7.10-PE1.9.5} [ProjectE] (ProjectE-1.7.10-PE1.9.5.jar)
UCH ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCH ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
UCH ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCH ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
UCH ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
UCH ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCH quantumflux{1.7.10-1.3.4} [QuantumFlux] (QuantumFlux-1.7.10-1.3.4.jar)
UCH RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCH ReactorCraft{1.0} [ReactorCraft] (ReactorCraft 1.7.10 V12d.jar)
UCH RArm{1.7.10-1.2.0-41} [Redstone Armory] (RedstoneArmory-1.7.10-1.2.0-41.jar)
UCH rftools{4.23} [RFTools] (rftools-4.23.jar)
UCH AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCH runicdungeons{1.1.6a} [Runic Dungeons] (runicdungeons-1.1.6a.jar)
UCH simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCH StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCH StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
UCH StorageDrawers{1.7.10-1.9.7} [Storage Drawers] (StorageDrawers-1.7.10-1.9.7.jar)
UCH StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)
UCH StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
UCH StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
UCH StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
UCH thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCH thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
UCH ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCH ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCH ThermalSmeltery{1.0} [Thermal Smeltery] (ThermalSmeltery-1.3.1.4.jar)
UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCH Translocator{1.1.2.15} [Translocator] (Translocator-1.7.10-1.1.2.15-universal.jar)
UCH TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
UCH AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar)
UCH wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
UCH WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
UCH WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCH MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCH RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCH aobd{2.9.1} [Another One Bites The Dust] (AOBD-2.9.1.jar)
UCH denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.1.2-325
ThermalFoundation: -[1.7.10]1.2.3-112
ThermalExpansion: -[1.7.10]4.1.2-240
RedstoneArsenal: -[1.7.10]1.1.2-92
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
MineFactoryReloaded: -[1.7.10]2.8.1-174
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
ThermalDynamics: -[1.7.10]1.1.0-161
List of loaded APIs:
* API_NEK (1.2.0) from NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar
* appliedenergistics2|API (rv2) from DragonAPI 1.7.10 V12e.jar
* AromaBackupAPI (1.0) from AromaBackup-1.7.10-0.1.0.0.jar
* Baubles|API (1.0.1.10) from runicdungeons-1.1.6a.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* bluepowerAPI (1.0) from BluePower-1.7.10-0.2.962-universal.jar
* BotaniaAPI (76) from Botania r1.8-249.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.16.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|core (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|library (2.0) from Railcraft_1.7.10-9.10.0.0.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.16.jar
* BuildCraftAPI|recipes (4.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|statements (1.1) from Railcraft_1.7.10-9.10.0.0.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.1.16.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|transport (4.1) from Railcraft_1.7.10-9.10.0.0.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
* CoFHAPI (1.7.10R1.1.0) from ProgressiveAutomation-1.7.10-1.6.34.jar
* CoFHAPI|block (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|core (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|energy (1.7.10R1.0.2) from RandomThings-2.2.4.jar
* CoFHAPI|fluid (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|inventory (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|item (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|modhelpers (1.7.10R1.1.0) from NuclearCraft-1.6e--1.7.10.jar
* CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.424_beta.jar
* CoFHAPI|transport (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|world (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|audio (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|inventory (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|util (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|util|position (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|world|feature (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2a.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.424_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.424_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.424_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.424_beta.jar
* ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.11.59.jar
* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.11.59.jar
* ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar
* Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.375.jar
* gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
* IC2API (1.0) from Railcraft_1.7.10-9.10.0.0.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.5.jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* minechemAPI (1.7.10R1) from DragonAPI 1.7.10 V12e.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.01.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.3.4a.jar
* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.7-150-universal.jar
* ProjectEAPI (7) from ProjectE-1.7.10-PE1.9.5.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|signals (2.2.0) from Railcraft_1.7.10-9.10.0.0.jar
* RailcraftAPI|tracks (2.2.0) from Railcraft_1.7.10-9.10.0.0.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.7.jar
* Testerino|API (0.01) from runicdungeons-1.1.6a.jar
* Thaumcraft|API (4.2.2.0) from Pam's HarvestCraft 1.7.10Lb.jar
* TravellersGear|API (1.0) from TravellersGear-1.7.10-1.16.6.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: Found the following problem(s) with your installation:
* Optifine is installed. This is NOT supported.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: MultiMC5
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3910, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
OptiFine Version: OptiFine_1.7.10_HD_U_D3
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.2.0 - Build 10.18.10.3910
OpenGlRenderer: Intel(R) HD Graphics 4600
OpenGlVendor: Intel
CpuCount: 8
Use the Sound HashMap config.
Possibly, though seeing as vanilla has no issues I would suspect it has another component.
No, in fact there are more
classes associated with the dimension now than ever before. Yet the
problem is still nonexistent, as least as far as my testing indicates.
Chromaticraft crash during initial load of game http://pastebin.com/X5PPc3T4
Arduous https://minecraft.curseforge.com/projects/arduous-lost-wasteland
You've awoken on this barren wasteland planet, a civilization once ruled and proud, but where is everyone? All the buildings are empty, nothing remains, all that can be seen is mass hordes in all directions of zombies, skeletons and other creatures never before seen. Inside isn't safe, Outside isn't safe, what will u do to survive this planet and escape? Can you survive the 1st day without death claiming you?
There is no natural light, when night time comes it's pitch black, no moon light and all that is heard is the scratching and moaning of whats around lurking to destroy you. Mining reveals unbeknownst horrors from the rocks just waiting to come out and devour your soul. Puddles of liquid blue or purple are not water, but also intent on harming you.
Use AE rv2 and Forestry 4.
https://www.reddit.com/r/feedthebeast/comments/4f131i/explaining_my_position_on_rf/
Thankyou, everything works perfectly now
Arduous https://minecraft.curseforge.com/projects/arduous-lost-wasteland
You've awoken on this barren wasteland planet, a civilization once ruled and proud, but where is everyone? All the buildings are empty, nothing remains, all that can be seen is mass hordes in all directions of zombies, skeletons and other creatures never before seen. Inside isn't safe, Outside isn't safe, what will u do to survive this planet and escape? Can you survive the 1st day without death claiming you?
There is no natural light, when night time comes it's pitch black, no moon light and all that is heard is the scratching and moaning of whats around lurking to destroy you. Mining reveals unbeknownst horrors from the rocks just waiting to come out and devour your soul. Puddles of liquid blue or purple are not water, but also intent on harming you.
There is another fix to that works. If you have AE2 rv3 let the game run once then crash (to generate the configs) then change all the configs in the AE2's custon recipies to false. Then run it again (it will crash again but this time the mods will adjust to the new configs(not sure what is really going on but it works)). Now when you run the game for the 3rd time it all works! i have been playing with RV3 for some months and it seem to run stable.
For me it loaded the 2nd time without crashing after editing the config and was able to generate a world aok
Arduous https://minecraft.curseforge.com/projects/arduous-lost-wasteland
You've awoken on this barren wasteland planet, a civilization once ruled and proud, but where is everyone? All the buildings are empty, nothing remains, all that can be seen is mass hordes in all directions of zombies, skeletons and other creatures never before seen. Inside isn't safe, Outside isn't safe, what will u do to survive this planet and escape? Can you survive the 1st day without death claiming you?
There is no natural light, when night time comes it's pitch black, no moon light and all that is heard is the scratching and moaning of whats around lurking to destroy you. Mining reveals unbeknownst horrors from the rocks just waiting to come out and devour your soul. Puddles of liquid blue or purple are not water, but also intent on harming you.
I fixed the crash I was having before, and everything other than a few biome ID conflicts is coming along nicely. But I happened to notice with the dye trees added by ChromatiCraft, the leaves on Waila have symbols rather than actual words. Is this supposed to happen?
Yes, until you make a bit of progress
Ok, thanks.