Jump to content

Recommended Posts

Posted

I've recently started testing 1.10.2 modpacks to create a server for and play with friends. But i'm running into this issue with one i found with the mods i liked.

 

 

---- Minecraft Crash Report ----

 

WARNING: coremods are present:

  CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)

  NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)

  DepLoader (BrandonsCore-1.10.2-2.1.0.36-universal.jar)

  LoadingPlugin (Quark-r1.0-52.jar)

  LoadingPlugin (HardcoreDarkness-MC1.9.4-1.8.jar)

  CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)

  IC2core (industrialcraft-2-2.6.37-ex110.jar)

  MDECore-Core (mdecore-1.10.2-1.0.jar)

  FMLPlugin (InventoryTweaks-1.61-58.jar)

  LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)

  CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.58-universal.jar)

  EnderCorePlugin (EnderCore-1.10.2-0.4.1.51-beta.jar)

  ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)

Contact their authors BEFORE contacting forge

 

// Sorry :(

 

Time: 8/30/16 8:12 PM

Description: Initializing game

 

java.lang.OutOfMemoryError: Java heap space

at javax.vecmath.Matrix4f.clone(Matrix4f.java:3255)

at net.minecraftforge.common.model.TRSRTransformation.getMatrix(TRSRTransformation.java:532)

at net.minecraft.client.renderer.block.model.FaceBakery.rotateVertex(FaceBakery.java:220)

at net.minecraft.client.renderer.block.model.FaceBakery.fillVertexData(FaceBakery.java:148)

at net.minecraft.client.renderer.block.model.FaceBakery.makeQuadVertexData(FaceBakery.java:92)

at net.minecraft.client.renderer.block.model.FaceBakery.makeBakedQuad(FaceBakery.java:64)

at net.minecraft.client.renderer.block.model.ModelBakery.makeBakedQuad(ModelBakery.java:688)

at net.minecraftforge.client.model.ModelLoader.access$500(ModelLoader.java:118)

at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bakeNormal(ModelLoader.java:570)

at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:541)

at net.minecraftforge.client.model.MultiModel.bake(MultiModel.java:286)

at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.bake(ModelLoader.java:798)

at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:182)

at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)

at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)

at net.minecraft.client.main.Main.main(SourceFile:124)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Thread: Client thread

Stacktrace:

at javax.vecmath.Matrix4f.clone(Matrix4f.java:3255)

at net.minecraftforge.common.model.TRSRTransformation.getMatrix(TRSRTransformation.java:532)

at net.minecraft.client.renderer.block.model.FaceBakery.rotateVertex(FaceBakery.java:220)

at net.minecraft.client.renderer.block.model.FaceBakery.fillVertexData(FaceBakery.java:148)

at net.minecraft.client.renderer.block.model.FaceBakery.makeQuadVertexData(FaceBakery.java:92)

at net.minecraft.client.renderer.block.model.FaceBakery.makeBakedQuad(FaceBakery.java:64)

at net.minecraft.client.renderer.block.model.ModelBakery.makeBakedQuad(ModelBakery.java:688)

at net.minecraftforge.client.model.ModelLoader.access$500(ModelLoader.java:118)

at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bakeNormal(ModelLoader.java:570)

at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:541)

at net.minecraftforge.client.model.MultiModel.bake(MultiModel.java:286)

at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.bake(ModelLoader.java:798)

at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:182)

at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)

at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)

 

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)

at net.minecraft.client.main.Main.main(SourceFile:124)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

-- System Details --

Details:

Minecraft Version: 1.10.2

Operating System: Windows 10 (amd64) version 10.0

Java Version: 1.8.0_25, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 499835568 bytes (476 MB) / 3017801728 bytes (2878 MB) up to 3017801728 bytes (2878 MB)

JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP 9.32 Powered by Forge 12.18.1.2075 130 mods loaded, 129 mods active

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)

UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2075.jar)

UCHIJA Forge{12.18.1.2075} [Minecraft Forge] (forge-1.10.2-12.18.1.2075.jar)

UCHIJA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.0.3.jar)

UCHIJA bettercombatmod{1.3.5} [better Combat] ([MC 1.10.X] BetterCombatMod 1.3.5.jar)

UCHIJA actuallyadditions{1.10.2-r60} [Actually Additions] (ActuallyAdditions-1.10.2-r60.jar)

UCHIJA agriculturalexpansion{r-1.2.0} [Agricultural Expansion] (AgriculturalExpansion[1.9.4][1.10.2]-r1.2.1.jar)

UCHIJA thedragoncore{1.1.0} [TheDragonCore] (thedragoncore-1.1.0.jar)

UCHIJA armorplus{1.10.2-6.0.3.0} [ArmorPlus] (armorplus-1.10.2-6.0.3.0.jar)

UCHIJA Aroma1997CoreHelper{1.1.0.3} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.0.3.jar)

UCHIJA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.1.jar)

UCHIJA bagginses{2.4.2d} [bagginses] (Bagginses-1.10.2-3.0.4a.jar)

UCHIJA basemetals{2.4.0} [base Metals] (BaseMetals_1.10.2-2.4.0.11.jar)

UCHIJA Baubles{1.2.1.0} [baubles] (Baubles-1.9.4-1.2.1.0.jar)

UCHIJA BBG{5.0.0} [betterBedrockGen] (BBG-1.9.4-5.0.0.jar)

UCHIJA bdlib{1.12.2.8} [bD Lib] (bdlib-1.12.2.8-mc1.10.2.jar)

UCHIJA BetterAchievements{0.3.0.29} [better Achievements] (BetterAchievements-1.10.2-0.3.0.29.jar)

UCHIJA BiomesOPlenty{5.0.0.2079} [biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2079-universal.jar)

UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar)

UCHIJA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1.jar)

UCHIJA mantle{1.10.2-0.10.4.jenkins163} [Mantle] (Mantle-1.10.2-0.10.4.jar)

UCHIJA tconstruct{1.10.2-2.4.0.jenkins325} [Tinkers' Construct] (TConstruct-1.10.2-2.4.0.jar)

UCHIJA immersiveengineering{${version}} [immersive Engineering] (ImmersiveEngineering-0.10-38.jar)

UCHIJA JEI{3.9.0.246} [Just Enough Items] (jei_1.10.2-3.9.0.246.jar)

UCHIJA BloodMagic{1.9.4-2.0.4-56} [blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.4-56.jar)

UCHIJA Botania{r1.8-319} [botania] (Botania-unofficial.r1.8-319.jar)

UCHIJA BrandonsCore{2.1.0} [brandon's Core] (BrandonsCore-1.10.2-2.1.0.36-universal.jar)

UCHIJA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)

UCHIJA SonarCore{3.1.4} [sonarCore] (SonarCore-1.9.4-3.1.4.jar)

UCHIJA Calculator{3.1.1} [Calculator] (Calculator-1.9.4-3.1.1.jar)

UCHIJA Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)

UCHIJA chancecubes{1.10-2.2.1.120} [Chance Cubes] (ChanceCubes-1.10-2.2.1.120.jar)

UCHIJA ChestTransporter{2.5.2} [Chest Transporter] (ChestTransporter-1.10.2-2.5.2.jar)

UCHIJA chisel{MC1.9.4-0.0.6.33} [Chisel] (Chisel-MC1.9.4-0.0.6.33.jar)

UCHIJA mcmultipart{1.2.1} [MCMultiPart] (MCMultiPart-1.2.1-universal.jar)

UCHIJA chiselsandbits{12.1} [Chisels & Bits] (chiselsandbits-12.1.jar)

UCHIJA Chopper{1.0.0} [Chopper] (Chopper 1.10.2 V5c.jar)

UCHIJA cyclopscore{0.7.6} [Cyclops Core] (CyclopsCore-1.9.4-0.7.6.jar)

UCHIJA commoncapabilities{1.1.1} [CommonCapabilities] (CommonCapabilities-1.9.4-1.1.1.jar)

UCHIJA IC2{2.6.37-ex110} [industrialCraft 2] (industrialcraft-2-2.6.37-ex110.jar)

UCHIJA CompactSolars{5.0.4.328} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.4.328-universal.jar)

UCHIJA cookingforblockheads{4.1.12} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.1.12.jar)

UCHIJA cxlibrary{1.2.2} [CXLibrary] (cxlibrary-1.10.2-1.2.2.jar)

UCHIJA D3Core{1.3.0.59} [D³Core] (D3Core-1.9.4-1.3.0.59.jar)

UCHIJA DaytimeZombie{1.0.0} [DaytimeZombie] (Daytime Zombie 1.10.2.jar)

UCHIJA DraconicEvolution{2.0.0} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.0.82-universal.jar)

UCHIJA endercore{1.10.2-0.4.1.51-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.51-beta.jar)

UCHIJA EnderIO{1.10.2-3.0.1.96_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.96_beta.jar)

UCHIJA shetiphiancore{3.3.0} [shetiPhian-Core] (shetiphiancore-1.10.0-3.3.0.jar)

UCHIJA endertanks{1.4.1} [EnderTanks] (endertanks-1.10.0-1.4.1.jar)

UCHIJA EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)

UCHIJA valkyrielib{1.10.2-0.10.3} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.3.jar)

UCHIJA environmentaltech{1.10.2-0.10.3a} [Environmental Tech] (environmentaltech-1.10.2-0.10.3a.jar)

UCHIJA evilcraft{0.10.10} [EvilCraft] (EvilCraft-1.10.2-0.10.10.jar)

UCHIJA zerocore{1.10.2-0.0.8.0} [Zero CORE] (zerocore-1.10.2-0.0.8.0.jar)

UCHIJA bigreactors{0.4.5.8} [Extreme Reactors] (ExtremeReactors-1.9.4-0.4.5.8.jar)

UCHIJA ezstorage{2.2.2} [EZStorage 2] (ezstorage-2.2.2.jar)

UCHIJA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)

UCHIJA FearTheDarkness{0.7.0} [Fear The Darkness] (FearTheDarkness-1.10.2-0.7.0.jar)

UCHIJA forestry{5.2.9.241} [Forestry] (forestry_1.10.2-5.2.9.241.jar)

UCHIJA ftbl{2.1.0} [FTBLib] (FTBLib-1.9.4-2.1.0-pre3.jar)

UCHIJA ftbu{2.1.0} [FTBUtilities] (FTBUtilities-1.9.4-2.1.0-pre3.jar)

UCHIJA advgenerators{0.9.20.10} [Advanced Generators] (generators-0.9.20.10-mc1.10.2.jar)

UCHIJA gravestone{1.5.5} [Gravestone] (GraveStone Mod 1.5.5.jar)

UCHIJA HardcoreDarkness{1.8} [Hardcore Darkness] (HardcoreDarkness-MC1.9.4-1.8.jar)

UCHIJA Harvest{1.10.2-1.1.0-10} [Harvest] (Harvest-1.10.2-1.1.0-10.jar)

UCHIJA hempfarmer{1.7.1} [HempFarmer] (hempfarmer-1.9.4-1.10.2-1.7.1.jar)

UCHIJA InventoryPets{1.4.8.1} [inventory Pets] (inventorypets-1.10-1.4.8.1.jar)

UCHIJA inventorytweaks{1.61-58-a1fd884} [inventory Tweaks] (InventoryTweaks-1.61-58.jar)

UCHIJA ironchest{1.10.2-7.0.9.796} [iron Chest] (ironchest-1.10.2-7.0.9.796.jar)

UCHIJA japta{1.9.0} [JAPTA] (JAPTA-1.9.4-1.9.0.jar)

UCHIJA journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)

UCHIJA jet_packs{1.0.0} [Just JetPacks] (Just-Jetpacks-1.10.2-1.0.0.jar)

UCHIJA Login_Shield{1.10.2-2-gb034074} [Login Shield] (Login_Shield-1.10.2-2-gb034074.jar)

UCHIJA Lumberjack{1.3.1.39} [Lumberjack] (Lumberjack-1.9.4-1.3.1.39.jar)

UCHIJA LunatriusCore{1.1.2.36} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.36-universal.jar)

UCHIJA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)

UCHIJA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)

UCHIJA mdecore{1.10.2-1.0} [MattDahEpic Core] (mdecore-1.10.2-1.0.jar)

UCHIJA mikedongles{0.2.9} [Mike Dongles] (MikeDongles-0.2.9-MC[1.9.4-1.10-1.10.2].jar)

UCHIJA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)

UCHIJA morefood{1.17} [More Foods] (more-foods-1.10.2-2011-1.17.jar)

UCHIJA multistorage{1.2.2} [Multi-Storage] (multistorage-1.10.0-1.2.2.jar)

UCHIJA mychunkloader{1.9.4-1.10.2-03} [My Chunk Loader] (Mychunkloader-1.9.4-1.10.2-03.jar)

UCHIJA mysticalagriculture{1.1.5} [Mystical Agriculture] (mysticalagriculture-1.1.5.jar)

UCHIJA naturesgift{1.10.2-2011-0.6} [NaturesGift] (naturesgift-0.6.jar)

UCHIJA nethermetals{1.1.2} [Nether Metals] (NetherMetals_1.9-1.1.2.jar)

UCHIJA recipehandler{0.5} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.5(1.10.2).jar)

UCHIJA notenoughwands{1.3.6} [Not Enough Wands] (notenoughwands-1.10-1.3.6.jar)

UCHIJA fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar)

UCHIJA orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar)

UCHIJA harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2b.jar)

UCHIJA progressiveautomation{1.6.49} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.49.jar)

UCHIJA Psi{r1.0-37} [Psi] (Psi-r1.0-37.jar)

UCHIJA quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar)

UCHIJA reborncore{2.6.2.27} [RebornCore] (RebornCore-1.10.2-2.6.2.27-universal.jar)

UCHIJA QuantumStorage{3.1.2} [QuantumStorage] (QuantumStorage-1.9.4-3.1.2.jar)

UCHIJA Quark{r1.0-52} [Quark] (Quark-r1.0-52.jar)

UCHIJA RandomUtilities{3.1.1} [Random Utilities] (Random Utilities-1.9.4-3.1.1.jar)

UCHIJA randomthings{3.7.5} [Random Things] (RandomThings-MC1.10.2-3.7.5.jar)

UCHIJA reborncore-mcmultipart{2.6.2.27} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.6.2.27-universal.jar)

UCHIJA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar)

UCHIJA StorageDrawers{1.10.2-3.2.6} [storage Drawers] (StorageDrawers-1.10.2-3.2.6.jar)

UCHIJA refinedstorage{0.9.4} [Refined Storage] (refinedstorage-0.9.4.jar)

UCHIJA xreliquary{1.10.2-1.3.3.503} [Reliquary] (Reliquary-1.10.2-1.3.3.503.jar)

UCHIJA rftools{5.21} [RFTools] (rftools-1.10-5.21.jar)

UCHIJA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)

UCHIJA roots{0.112} [Roots] (roots-1.10.2-0.112.0.jar)

UCHIJA roughMobs{1.0} [Rough Mobs] (roughMobs1.0.7-1.10.2.jar)

UCHIJA AS_Ruins{16.2} [Ruins Spawning System] (Ruins-1.10.2.jar)

UCHIJA shadowmc{3.4.4} [shadowMC] (ShadowMC-1.10.2-3.4.4.jar)

UCHIJA Signals{1.0} [signals] (Signals-1.10.2-0.4.3-universal.jar)

UCHIJA SilentLib{1.0.12} [silent Lib] (SilentLib-1.9.4-1.0.12-20.jar)

UCHIJA SilentGems{2.0.28} [silent's Gems] (SilentsGems-1.10.2-2.0.28-66.jar)

UCHIJA simplegenerators{1.10.2-0.10.3a} [simple Generators] (simplegenerators-1.10.2-0.10.3a.jar)

UCHIJA SimpleUpgrades{2.1.2-Beta} [simpleUpgrades] (simpleupgrades-1.10.2-2.1.2-Beta-release.jar)

UCHIJA SolarFluxReborn{1.1r} [solar Flux Reborn] (SolarFluxReborn_1.10.2-1.1r.jar)

UCHIJA soulshardstow{1.10.2-2.6.2-42} [soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.2-42.jar)

UCHIJA storagenetwork{1.12.8} [storage Network] (StorageNetwork-1.9.4-1.12.8.jar)

UCHIJA taiga{${version}} [Tinkers Alloying Addon] (taiga-1.10.2-1.1.2.jar)

UCHIJA lteleporters{1.1.3} [Lemon's Simple Teleporters] (teleporters-1.1.3.jar)

UCHIJA cavecraft{TSON Craft 3 - 1.9.4} [TSON Craft] (TSON Craft 3.4.3.jar)

UCHIJA VeinMiner{0.34.1_1.9-73be663} [Vein Miner] (VeinMiner-0.34.1-1.9r571+73be663.jar)

UCHIJA VeinMinerModSupport{0.34.1_1.9-73be663} [Mod Support] (VeinMiner-0.34.1-1.9r571+73be663.jar)

UCHIJA WailaHarvestability{1.1.8} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.8.jar)

UCHIJA ICSE{1.1.0.0} [i Can See Everything] (Wawla-1.10.2-2.3.0.197.jar)

UCHIJA wawla{2.3.0.194} [What Are We Looking At] (Wawla-1.10.2-2.3.0.197.jar)

UCHIJA weaponsplus{1.9.4-3.0.0.0} [WeaponsPlus] (WeaponsPlus1.9.4-3.0.0.0.jar)

UCHIJA wuestutilities{1.10.2.7} [Wuest Utilities] (wuestUtilities-1.10.2.7.jar)

UD mdecore-core{1.0} [MDE Core - ASM Tweaks] (minecraft.jar)

Loaded coremods (and transformers):

CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)

  cubex2.cxlibrary.CoreModTransformer

NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)

  net.fybertech.nwr.NWRTransformer

DepLoader (BrandonsCore-1.10.2-2.1.0.36-universal.jar)

 

LoadingPlugin (Quark-r1.0-52.jar)

  vazkii.quark.base.asm.ClassTransformer

LoadingPlugin (HardcoreDarkness-MC1.9.4-1.8.jar)

  lumien.hardcoredarkness.asm.ClassTransformer

CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)

 

IC2core (industrialcraft-2-2.6.37-ex110.jar)

 

MDECore-Core (mdecore-1.10.2-1.0.jar)

  com.mattdahepic.mdecore.asm.TickrateTransformer

FMLPlugin (InventoryTweaks-1.61-58.jar)

  invtweaks.forge.asm.ContainerTransformer

LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)

  lumien.randomthings.asm.ClassTransformer

CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.58-universal.jar)

  codechicken.lib.asm.ClassHeirachyManager

  codechicken.lib.asm.RenderHookTransformer

EnderCorePlugin (EnderCore-1.10.2-0.4.1.51-beta.jar)

  com.enderio.core.common.transform.EnderCoreTransformer

ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)

  shetiphian.core.asm.ClassTransformer

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 368.81' Renderer: 'GeForce GTX 960/PCIe/SSE2'

Pulsar/tconstruct loaded Pulses:

- TinkerCommons (Enabled/Forced)

- TinkerWorld (Enabled/Not Forced)

- TinkerTools (Enabled/Not Forced)

- TinkerSmeltery (Enabled/Not Forced)

- TinkerGadgets (Enabled/Not Forced)

- TinkerOredict (Enabled/Forced)

- TinkerIntegration (Enabled/Forced)

- TinkerFluids (Enabled/Forced)

- TinkerMaterials (Enabled/Forced)

- chiselsandbitsIntegration (Enabled/Not Forced)

- WailaIntegration (Enabled/Not Forced)

 

List of loaded APIs:

* actuallyadditionsapi (21) from ActuallyAdditions-1.10.2-r60.jar

* Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar

* BetterAchievements|API (0.3.0.29) from BetterAchievements-1.10.2-0.3.0.29.jar

* BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.4-56.jar

* BotaniaAPI (79) from Botania-unofficial.r1.8-319.jar

* CalculatorAPI (1.9.4 - 1.0) from Calculator-1.9.4-3.1.1.jar

* ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar

* ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar

* ChiselsAndBitsAPI (11.7.0) from chiselsandbits-12.1.jar

* CoFHAPI (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar

* CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar

* CoFHAPI|core (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar

* CoFHAPI|energy (1.8.9R1.2.0B1) from extrautils2-1.10.2-alpha-1.0.1.jar

* CoFHAPI|inventory (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar

* CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.10-1.9.9.jar

* CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar

* CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar

* commoncapabilities|api (0.0.1) from CommonCapabilities-1.9.4-1.1.1.jar

* ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.0.82-universal.jar

* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.96_beta.jar

* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.96_beta.jar

* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.96_beta.jar

* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.96_beta.jar

* environmentaltech-api (1.10.2-0.10.3a) from environmentaltech-1.10.2-0.10.3a.jar

* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|greenhouse (5.0.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.9.241.jar

* Guide-API|API (1.10.2-2.0.2-45) from Guide-API-1.10.2-2.0.2-45.jar

* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-38.jar

* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-38.jar

* journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar

* journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar

* journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar

* journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar

* journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar

* JustEnoughItemsAPI (4.1.0) from jei_1.10.2-3.9.0.246.jar

* McJtyLib (1.10-1.9.9) from mcjtylib-1.10-1.9.9.jar

* OpenComputersAPI|Component (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Core (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Driver (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Driver|Item (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Event (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|FileSystem (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Internal (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Machine (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Manual (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Network (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Prefab (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* PsiAPI (2) from Psi-r1.0-37.jar

* reborncoreAPI (2.6.2.27) from RebornCore-1.10.2-2.6.2.27-universal.jar

* SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.6.2-42.jar

* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar

* StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* valkyrielib.api (1.10.2-0.10.3) from valkyrielib-1.10.2-0.10.3.jar

* VeinMinerApi (0.3) from VeinMiner-0.34.1-1.9r571+73be663.jar

* WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar

* zerocore|API|multiblock (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar

* zerocore|API|multiblock|rectangular (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar

* zerocore|API|multiblock|validation (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar

D3Core: Debug: false Silliness: true AprilFools: true PastPost:true

EnderIO: No known problems detected.

Detailed RF API diagnostics:

                  * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/EnergyStorage.class

                  * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/IEnergyConnection.class

                  * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/IEnergyContainerItem.class

                  * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/IEnergyHandler.class

                  * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/IEnergyProvider.class

                  * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/IEnergyReceiver.class

                  * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/IEnergyStorage.class

                  * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/ItemEnergyContainer.class

                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/TileEnergyHandler.class

                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/TileEnergyHandler.class

 

Launched Version: forge-12.18.1.2075

LWJGL: 2.9.4

OpenGL: GeForce GTX 960/PCIe/SSE2 GL version 4.5.0 NVIDIA 368.81, NVIDIA Corporation

GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.

Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.

Shaders are available because OpenGL 2.1 is supported.

VBOs are available because OpenGL 1.5 is supported.

 

Using VBOs: Yes

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs:

Current Language: English (US)

Profiler Position: N/A (disabled)

CPU: 4x Intel® Core i5-3470 CPU @ 3.20GHz

 

 

 

---- Minecraft Crash Report ----

 

WARNING: coremods are present:

  CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)

  NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)

  DepLoader (BrandonsCore-1.10.2-2.1.0.36-universal.jar)

  LoadingPlugin (Quark-r1.0-52.jar)

  LoadingPlugin (HardcoreDarkness-MC1.9.4-1.8.jar)

  CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)

  IC2core (industrialcraft-2-2.6.37-ex110.jar)

  MDECore-Core (mdecore-1.10.2-1.0.jar)

  FMLPlugin (InventoryTweaks-1.61-58.jar)

  LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)

  CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.58-universal.jar)

  EnderCorePlugin (EnderCore-1.10.2-0.4.1.51-beta.jar)

  ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)

Contact their authors BEFORE contacting forge

 

// Hey, that tickles! Hehehe!

 

Time: 8/30/16 8:23 PM

Description: Initializing game

 

java.lang.OutOfMemoryError: GC overhead limit exceeded

at java.util.Arrays.copyOfRange(Arrays.java:3664)

at java.lang.String.<init>(String.java:201)

at java.lang.StringBuilder.toString(StringBuilder.java:407)

at com.google.common.base.CharMatcher$NegatedMatcher.<init>(CharMatcher.java:635)

at com.google.common.base.CharMatcher.negate(CharMatcher.java:623)

at com.google.common.base.CharMatcher.retainFrom(CharMatcher.java:1095)

at net.minecraftforge.fml.client.FMLClientHandler.stripSpecialChars(FMLClientHandler.java:1033)

at net.minecraftforge.fml.common.FMLCommonHandler.stripSpecialChars(FMLCommonHandler.java:743)

at net.minecraftforge.fml.common.ProgressManager$ProgressBar.step(ProgressManager.java:126)

at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:175)

at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)

at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)

at net.minecraft.client.main.Main.main(SourceFile:124)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Thread: Client thread

Stacktrace:

at java.util.Arrays.copyOfRange(Arrays.java:3664)

at java.lang.String.<init>(String.java:201)

at java.lang.StringBuilder.toString(StringBuilder.java:407)

at com.google.common.base.CharMatcher$NegatedMatcher.<init>(CharMatcher.java:635)

at com.google.common.base.CharMatcher.negate(CharMatcher.java:623)

at com.google.common.base.CharMatcher.retainFrom(CharMatcher.java:1095)

at net.minecraftforge.fml.client.FMLClientHandler.stripSpecialChars(FMLClientHandler.java:1033)

at net.minecraftforge.fml.common.FMLCommonHandler.stripSpecialChars(FMLCommonHandler.java:743)

at net.minecraftforge.fml.common.ProgressManager$ProgressBar.step(ProgressManager.java:126)

at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:175)

at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)

at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)

 

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)

at net.minecraft.client.main.Main.main(SourceFile:124)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

-- System Details --

Details:

Minecraft Version: 1.10.2

Operating System: Windows 10 (amd64) version 10.0

Java Version: 1.8.0_25, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 479969768 bytes (457 MB) / 3817865216 bytes (3641 MB) up to 3817865216 bytes (3641 MB)

JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4g -Xms256m -XX:PermSize=256m

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP 9.32 Powered by Forge 12.18.1.2075 130 mods loaded, 129 mods active

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)

UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2075.jar)

UCHIJA Forge{12.18.1.2075} [Minecraft Forge] (forge-1.10.2-12.18.1.2075.jar)

UCHIJA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.0.3.jar)

UCHIJA bettercombatmod{1.3.5} [better Combat] ([MC 1.10.X] BetterCombatMod 1.3.5.jar)

UCHIJA actuallyadditions{1.10.2-r60} [Actually Additions] (ActuallyAdditions-1.10.2-r60.jar)

UCHIJA agriculturalexpansion{r-1.2.0} [Agricultural Expansion] (AgriculturalExpansion[1.9.4][1.10.2]-r1.2.1.jar)

UCHIJA thedragoncore{1.1.0} [TheDragonCore] (thedragoncore-1.1.0.jar)

UCHIJA armorplus{1.10.2-6.0.3.0} [ArmorPlus] (armorplus-1.10.2-6.0.3.0.jar)

UCHIJA Aroma1997CoreHelper{1.1.0.3} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.0.3.jar)

UCHIJA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.1.jar)

UCHIJA bagginses{2.4.2d} [bagginses] (Bagginses-1.10.2-3.0.4a.jar)

UCHIJA basemetals{2.4.0} [base Metals] (BaseMetals_1.10.2-2.4.0.11.jar)

UCHIJA Baubles{1.2.1.0} [baubles] (Baubles-1.9.4-1.2.1.0.jar)

UCHIJA BBG{5.0.0} [betterBedrockGen] (BBG-1.9.4-5.0.0.jar)

UCHIJA bdlib{1.12.2.8} [bD Lib] (bdlib-1.12.2.8-mc1.10.2.jar)

UCHIJA BetterAchievements{0.3.0.29} [better Achievements] (BetterAchievements-1.10.2-0.3.0.29.jar)

UCHIJA BiomesOPlenty{5.0.0.2079} [biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2079-universal.jar)

UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar)

UCHIJA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1.jar)

UCHIJA mantle{1.10.2-0.10.4.jenkins163} [Mantle] (Mantle-1.10.2-0.10.4.jar)

UCHIJA tconstruct{1.10.2-2.4.0.jenkins325} [Tinkers' Construct] (TConstruct-1.10.2-2.4.0.jar)

UCHIJA immersiveengineering{${version}} [immersive Engineering] (ImmersiveEngineering-0.10-38.jar)

UCHIJA JEI{3.9.0.246} [Just Enough Items] (jei_1.10.2-3.9.0.246.jar)

UCHIJA BloodMagic{1.9.4-2.0.4-56} [blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.4-56.jar)

UCHIJA Botania{r1.8-319} [botania] (Botania-unofficial.r1.8-319.jar)

UCHIJA BrandonsCore{2.1.0} [brandon's Core] (BrandonsCore-1.10.2-2.1.0.36-universal.jar)

UCHIJA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)

UCHIJA SonarCore{3.1.4} [sonarCore] (SonarCore-1.9.4-3.1.4.jar)

UCHIJA Calculator{3.1.1} [Calculator] (Calculator-1.9.4-3.1.1.jar)

UCHIJA Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)

UCHIJA chancecubes{1.10-2.2.1.120} [Chance Cubes] (ChanceCubes-1.10-2.2.1.120.jar)

UCHIJA ChestTransporter{2.5.2} [Chest Transporter] (ChestTransporter-1.10.2-2.5.2.jar)

UCHIJA chisel{MC1.9.4-0.0.6.33} [Chisel] (Chisel-MC1.9.4-0.0.6.33.jar)

UCHIJA mcmultipart{1.2.1} [MCMultiPart] (MCMultiPart-1.2.1-universal.jar)

UCHIJA chiselsandbits{12.1} [Chisels & Bits] (chiselsandbits-12.1.jar)

UCHIJA Chopper{1.0.0} [Chopper] (Chopper 1.10.2 V5c.jar)

UCHIJA cyclopscore{0.7.6} [Cyclops Core] (CyclopsCore-1.9.4-0.7.6.jar)

UCHIJA commoncapabilities{1.1.1} [CommonCapabilities] (CommonCapabilities-1.9.4-1.1.1.jar)

UCHIJA IC2{2.6.37-ex110} [industrialCraft 2] (industrialcraft-2-2.6.37-ex110.jar)

UCHIJA CompactSolars{5.0.4.328} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.4.328-universal.jar)

UCHIJA cookingforblockheads{4.1.12} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.1.12.jar)

UCHIJA cxlibrary{1.2.2} [CXLibrary] (cxlibrary-1.10.2-1.2.2.jar)

UCHIJA D3Core{1.3.0.59} [D³Core] (D3Core-1.9.4-1.3.0.59.jar)

UCHIJA DaytimeZombie{1.0.0} [DaytimeZombie] (Daytime Zombie 1.10.2.jar)

UCHIJA DraconicEvolution{2.0.0} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.0.82-universal.jar)

UCHIJA endercore{1.10.2-0.4.1.51-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.51-beta.jar)

UCHIJA EnderIO{1.10.2-3.0.1.96_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.96_beta.jar)

UCHIJA shetiphiancore{3.3.0} [shetiPhian-Core] (shetiphiancore-1.10.0-3.3.0.jar)

UCHIJA endertanks{1.4.1} [EnderTanks] (endertanks-1.10.0-1.4.1.jar)

UCHIJA EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)

UCHIJA valkyrielib{1.10.2-0.10.3} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.3.jar)

UCHIJA environmentaltech{1.10.2-0.10.3a} [Environmental Tech] (environmentaltech-1.10.2-0.10.3a.jar)

UCHIJA evilcraft{0.10.10} [EvilCraft] (EvilCraft-1.10.2-0.10.10.jar)

UCHIJA zerocore{1.10.2-0.0.8.0} [Zero CORE] (zerocore-1.10.2-0.0.8.0.jar)

UCHIJA bigreactors{0.4.5.8} [Extreme Reactors] (ExtremeReactors-1.9.4-0.4.5.8.jar)

UCHIJA ezstorage{2.2.2} [EZStorage 2] (ezstorage-2.2.2.jar)

UCHIJA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)

UCHIJA FearTheDarkness{0.7.0} [Fear The Darkness] (FearTheDarkness-1.10.2-0.7.0.jar)

UCHIJA forestry{5.2.9.241} [Forestry] (forestry_1.10.2-5.2.9.241.jar)

UCHIJA ftbl{2.1.0} [FTBLib] (FTBLib-1.9.4-2.1.0-pre3.jar)

UCHIJA ftbu{2.1.0} [FTBUtilities] (FTBUtilities-1.9.4-2.1.0-pre3.jar)

UCHIJA advgenerators{0.9.20.10} [Advanced Generators] (generators-0.9.20.10-mc1.10.2.jar)

UCHIJA gravestone{1.5.5} [Gravestone] (GraveStone Mod 1.5.5.jar)

UCHIJA HardcoreDarkness{1.8} [Hardcore Darkness] (HardcoreDarkness-MC1.9.4-1.8.jar)

UCHIJA Harvest{1.10.2-1.1.0-10} [Harvest] (Harvest-1.10.2-1.1.0-10.jar)

UCHIJA hempfarmer{1.7.1} [HempFarmer] (hempfarmer-1.9.4-1.10.2-1.7.1.jar)

UCHIJA InventoryPets{1.4.8.1} [inventory Pets] (inventorypets-1.10-1.4.8.1.jar)

UCHIJA inventorytweaks{1.61-58-a1fd884} [inventory Tweaks] (InventoryTweaks-1.61-58.jar)

UCHIJA ironchest{1.10.2-7.0.9.796} [iron Chest] (ironchest-1.10.2-7.0.9.796.jar)

UCHIJA japta{1.9.0} [JAPTA] (JAPTA-1.9.4-1.9.0.jar)

UCHIJA journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)

UCHIJA jet_packs{1.0.0} [Just JetPacks] (Just-Jetpacks-1.10.2-1.0.0.jar)

UCHIJA Login_Shield{1.10.2-2-gb034074} [Login Shield] (Login_Shield-1.10.2-2-gb034074.jar)

UCHIJA Lumberjack{1.3.1.39} [Lumberjack] (Lumberjack-1.9.4-1.3.1.39.jar)

UCHIJA LunatriusCore{1.1.2.36} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.36-universal.jar)

UCHIJA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)

UCHIJA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)

UCHIJA mdecore{1.10.2-1.0} [MattDahEpic Core] (mdecore-1.10.2-1.0.jar)

UCHIJA mikedongles{0.2.9} [Mike Dongles] (MikeDongles-0.2.9-MC[1.9.4-1.10-1.10.2].jar)

UCHIJA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)

UCHIJA morefood{1.17} [More Foods] (more-foods-1.10.2-2011-1.17.jar)

UCHIJA multistorage{1.2.2} [Multi-Storage] (multistorage-1.10.0-1.2.2.jar)

UCHIJA mychunkloader{1.9.4-1.10.2-03} [My Chunk Loader] (Mychunkloader-1.9.4-1.10.2-03.jar)

UCHIJA mysticalagriculture{1.1.5} [Mystical Agriculture] (mysticalagriculture-1.1.5.jar)

UCHIJA naturesgift{1.10.2-2011-0.6} [NaturesGift] (naturesgift-0.6.jar)

UCHIJA nethermetals{1.1.2} [Nether Metals] (NetherMetals_1.9-1.1.2.jar)

UCHIJA recipehandler{0.5} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.5(1.10.2).jar)

UCHIJA notenoughwands{1.3.6} [Not Enough Wands] (notenoughwands-1.10-1.3.6.jar)

UCHIJA fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar)

UCHIJA orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar)

UCHIJA harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2b.jar)

UCHIJA progressiveautomation{1.6.49} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.49.jar)

UCHIJA Psi{r1.0-37} [Psi] (Psi-r1.0-37.jar)

UCHIJA quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar)

UCHIJA reborncore{2.6.2.27} [RebornCore] (RebornCore-1.10.2-2.6.2.27-universal.jar)

UCHIJA QuantumStorage{3.1.2} [QuantumStorage] (QuantumStorage-1.9.4-3.1.2.jar)

UCHIJA Quark{r1.0-52} [Quark] (Quark-r1.0-52.jar)

UCHIJA RandomUtilities{3.1.1} [Random Utilities] (Random Utilities-1.9.4-3.1.1.jar)

UCHIJA randomthings{3.7.5} [Random Things] (RandomThings-MC1.10.2-3.7.5.jar)

UCHIJA reborncore-mcmultipart{2.6.2.27} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.6.2.27-universal.jar)

UCHIJA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar)

UCHIJA StorageDrawers{1.10.2-3.2.6} [storage Drawers] (StorageDrawers-1.10.2-3.2.6.jar)

UCHIJA refinedstorage{0.9.4} [Refined Storage] (refinedstorage-0.9.4.jar)

UCHIJA xreliquary{1.10.2-1.3.3.503} [Reliquary] (Reliquary-1.10.2-1.3.3.503.jar)

UCHIJA rftools{5.21} [RFTools] (rftools-1.10-5.21.jar)

UCHIJA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)

UCHIJA roots{0.112} [Roots] (roots-1.10.2-0.112.0.jar)

UCHIJA roughMobs{1.0} [Rough Mobs] (roughMobs1.0.7-1.10.2.jar)

UCHIJA AS_Ruins{16.2} [Ruins Spawning System] (Ruins-1.10.2.jar)

UCHIJA shadowmc{3.4.4} [shadowMC] (ShadowMC-1.10.2-3.4.4.jar)

UCHIJA Signals{1.0} [signals] (Signals-1.10.2-0.4.3-universal.jar)

UCHIJA SilentLib{1.0.12} [silent Lib] (SilentLib-1.9.4-1.0.12-20.jar)

UCHIJA SilentGems{2.0.28} [silent's Gems] (SilentsGems-1.10.2-2.0.28-66.jar)

UCHIJA simplegenerators{1.10.2-0.10.3a} [simple Generators] (simplegenerators-1.10.2-0.10.3a.jar)

UCHIJA SimpleUpgrades{2.1.2-Beta} [simpleUpgrades] (simpleupgrades-1.10.2-2.1.2-Beta-release.jar)

UCHIJA SolarFluxReborn{1.1r} [solar Flux Reborn] (SolarFluxReborn_1.10.2-1.1r.jar)

UCHIJA soulshardstow{1.10.2-2.6.2-42} [soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.2-42.jar)

UCHIJA storagenetwork{1.12.8} [storage Network] (StorageNetwork-1.9.4-1.12.8.jar)

UCHIJA taiga{${version}} [Tinkers Alloying Addon] (taiga-1.10.2-1.1.2.jar)

UCHIJA lteleporters{1.1.3} [Lemon's Simple Teleporters] (teleporters-1.1.3.jar)

UCHIJA cavecraft{TSON Craft 3 - 1.9.4} [TSON Craft] (TSON Craft 3.4.3.jar)

UCHIJA VeinMiner{0.34.1_1.9-73be663} [Vein Miner] (VeinMiner-0.34.1-1.9r571+73be663.jar)

UCHIJA VeinMinerModSupport{0.34.1_1.9-73be663} [Mod Support] (VeinMiner-0.34.1-1.9r571+73be663.jar)

UCHIJA WailaHarvestability{1.1.8} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.8.jar)

UCHIJA ICSE{1.1.0.0} [i Can See Everything] (Wawla-1.10.2-2.3.0.197.jar)

UCHIJA wawla{2.3.0.194} [What Are We Looking At] (Wawla-1.10.2-2.3.0.197.jar)

UCHIJA weaponsplus{1.9.4-3.0.0.0} [WeaponsPlus] (WeaponsPlus1.9.4-3.0.0.0.jar)

UCHIJA wuestutilities{1.10.2.7} [Wuest Utilities] (wuestUtilities-1.10.2.7.jar)

UD mdecore-core{1.0} [MDE Core - ASM Tweaks] (minecraft.jar)

Loaded coremods (and transformers):

CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)

  cubex2.cxlibrary.CoreModTransformer

NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)

  net.fybertech.nwr.NWRTransformer

DepLoader (BrandonsCore-1.10.2-2.1.0.36-universal.jar)

 

LoadingPlugin (Quark-r1.0-52.jar)

  vazkii.quark.base.asm.ClassTransformer

LoadingPlugin (HardcoreDarkness-MC1.9.4-1.8.jar)

  lumien.hardcoredarkness.asm.ClassTransformer

CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)

 

IC2core (industrialcraft-2-2.6.37-ex110.jar)

 

MDECore-Core (mdecore-1.10.2-1.0.jar)

  com.mattdahepic.mdecore.asm.TickrateTransformer

FMLPlugin (InventoryTweaks-1.61-58.jar)

  invtweaks.forge.asm.ContainerTransformer

LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)

  lumien.randomthings.asm.ClassTransformer

CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.58-universal.jar)

  codechicken.lib.asm.ClassHeirachyManager

  codechicken.lib.asm.RenderHookTransformer

EnderCorePlugin (EnderCore-1.10.2-0.4.1.51-beta.jar)

  com.enderio.core.common.transform.EnderCoreTransformer

ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)

  shetiphian.core.asm.ClassTransformer

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 368.81' Renderer: 'GeForce GTX 960/PCIe/SSE2'

Pulsar/tconstruct loaded Pulses:

- TinkerCommons (Enabled/Forced)

- TinkerWorld (Enabled/Not Forced)

- TinkerTools (Enabled/Not Forced)

- TinkerSmeltery (Enabled/Not Forced)

- TinkerGadgets (Enabled/Not Forced)

- TinkerOredict (Enabled/Forced)

- TinkerIntegration (Enabled/Forced)

- TinkerFluids (Enabled/Forced)

- TinkerMaterials (Enabled/Forced)

- chiselsandbitsIntegration (Enabled/Not Forced)

- WailaIntegration (Enabled/Not Forced)

 

List of loaded APIs:

* actuallyadditionsapi (21) from ActuallyAdditions-1.10.2-r60.jar

* Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar

* BetterAchievements|API (0.3.0.29) from BetterAchievements-1.10.2-0.3.0.29.jar

* BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.4-56.jar

* BotaniaAPI (79) from Botania-unofficial.r1.8-319.jar

* CalculatorAPI (1.9.4 - 1.0) from Calculator-1.9.4-3.1.1.jar

* ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar

* ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar

* ChiselsAndBitsAPI (11.7.0) from chiselsandbits-12.1.jar

* CoFHAPI (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar

* CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar

* CoFHAPI|core (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar

* CoFHAPI|energy (1.8.9R1.2.0B1) from extrautils2-1.10.2-alpha-1.0.1.jar

* CoFHAPI|inventory (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar

* CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.10-1.9.9.jar

* CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar

* CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar

* commoncapabilities|api (0.0.1) from CommonCapabilities-1.9.4-1.1.1.jar

* ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar

* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.0.82-universal.jar

* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.96_beta.jar

* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.96_beta.jar

* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.96_beta.jar

* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.96_beta.jar

* environmentaltech-api (1.10.2-0.10.3a) from environmentaltech-1.10.2-0.10.3a.jar

* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|greenhouse (5.0.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.9.241.jar

* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.9.241.jar

* Guide-API|API (1.10.2-2.0.2-45) from Guide-API-1.10.2-2.0.2-45.jar

* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-38.jar

* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-38.jar

* journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar

* journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar

* journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar

* journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar

* journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar

* JustEnoughItemsAPI (4.1.0) from jei_1.10.2-3.9.0.246.jar

* McJtyLib (1.10-1.9.9) from mcjtylib-1.10-1.9.9.jar

* OpenComputersAPI|Component (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Core (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Driver (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Driver|Item (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Event (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|FileSystem (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Internal (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Machine (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Manual (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Network (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* OpenComputersAPI|Prefab (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar

* PsiAPI (2) from Psi-r1.0-37.jar

* reborncoreAPI (2.6.2.27) from RebornCore-1.10.2-2.6.2.27-universal.jar

* SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.6.2-42.jar

* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar

* StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-0.9.4.jar

* valkyrielib.api (1.10.2-0.10.3) from valkyrielib-1.10.2-0.10.3.jar

* VeinMinerApi (0.3) from VeinMiner-0.34.1-1.9r571+73be663.jar

* WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar

* zerocore|API|multiblock (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar

* zerocore|API|multiblock|rectangular (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar

* zerocore|API|multiblock|validation (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar

D3Core: Debug: false Silliness: true AprilFools: true PastPost:true

EnderIO: No known problems detected.

Detailed RF API diagnostics:

                  * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/EnergyStorage.class

                  * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/IEnergyConnection.class

                  * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/IEnergyContainerItem.class

                  * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/IEnergyHandler.class

                  * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/IEnergyProvider.class

                  * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/IEnergyReceiver.class

                  * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/IEnergyStorage.class

                  * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/ItemEnergyContainer.class

                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/TileEnergyHandler.class

                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/DekiM/Documents/Curse/Minecraft/Instances/The%20New%20Frontier/mods/BrandonsCore-1.10.2-2.1.0.36-universal.jar!/cofh/api/energy/TileEnergyHandler.class

 

Launched Version: forge-12.18.1.2075

LWJGL: 2.9.4

OpenGL: GeForce GTX 960/PCIe/SSE2 GL version 4.5.0 NVIDIA 368.81, NVIDIA Corporation

GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.

Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.

Shaders are available because OpenGL 2.1 is supported.

VBOs are available because OpenGL 1.5 is supported.

 

Using VBOs: Yes

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs:

Current Language: English (US)

Profiler Position: N/A (disabled)

CPU: 4x Intel® Core i5-3470 CPU @ 3.20GHz

 

 

Those are the two errors i keep getting. I know they are memory related, and i did try increasing memory. First one pops up with the default memory JVM arguements that come with the modpack, second one comes up no matter how much more memory i assign. I'm out of ideas at this point.

 

Current JVM Arguements: -Xmx4g -Xms256m -XX:PermSize=256m -Dminecraft.applet.TargetDirectory="C:\Users\DekiM\Documents\Curse\Minecraft\Instances\The New Frontier" -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true

Posted

Start by removing these files and yelling at their authors for being morons.

WARNING: coremods are present:

  CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)

  NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)

  DepLoader (BrandonsCore-1.10.2-2.1.0.36-universal.jar)

  LoadingPlugin (Quark-r1.0-52.jar)

  LoadingPlugin (HardcoreDarkness-MC1.9.4-1.8.jar)

  CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)

  IC2core (industrialcraft-2-2.6.37-ex110.jar)

  MDECore-Core (mdecore-1.10.2-1.0.jar)

  FMLPlugin (InventoryTweaks-1.61-58.jar)

  LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)

  CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.58-universal.jar)

  EnderCorePlugin (EnderCore-1.10.2-0.4.1.51-beta.jar)

  ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)

Contact their authors BEFORE contacting forge

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello! There is an issue with my world(Chocolate Edition modpack), after joining the world all creatures are frozen and the game is not responding or the game crashes after short period of time. Reproduction Steps: Turn on the game Join the world Game crashes immediately or after short period of time. Additional info: Crash log saying that an entity crashed the game is created after the crash(not the logs that I posted, different file from crash-logs, game crashed 3x by Snail, 1x by Small Snail, 1x by Tortoise) Specification: CPU: i5-13600KF GPU: GTX 1070 RAM: 32GB 3200MhZ - allocated 10GB Log links: latest.log: https://mclo.gs/Lp8zlsv crash-reports/crash: https://mclo.gs/XhtyJQI Minecraft version: 1.19.2 Modpack Version: Chocolate Edition 1.9 OS: Windows 10 Java Version: 22.0.2 Minecraft Java: Java 17
    • Hello, for several days I've been trying to find a way to add my animations in this style. @Override public void setupAnim(Entity entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) { }   My current public class is : public class FakePlayerModelWithAnim<T extends FakePlayerEntity> extends EntityModel<EntityRenderState>   But i can't do that :  public class FakePlayerModelWithAnim<T extends FakePlayerEntity> extends EntityModel<T> Type parameter 'T' is not within its bound; should extend 'net.minecraft.client.renderer.entity.state.EntityRenderState' But with EntityRenderState it ok and it work !   But my setupAnim look like this :  @Override public void setupAnim(EntityRenderState p_370046_) { super.setupAnim(p_370046_); }   I don't have any access to my entity ! Look like 1.21.1 : @Override public void setupAnim(FakePlayerEntity entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) { this.root().getAllParts().forEach(ModelPart::resetPose); this.applyHeadRotation(netHeadYaw, headPitch); this.animateWalk(FakePlayerEntityAnimations.ANIM_PLAYERS_WALKING, limbSwing, limbSwingAmount, 2f, 2.5f); this.animate(entity.idleAnimationState, FakePlayerEntityAnimations.ANIM_PLAYERS_IDLE, ageInTicks, 1f); } But i'm stuck with new version of Forge...
    • Looks like an issue with abyssalsovereigns - this mod has functions that are not working on a server (client-side-only mod)
    • I added some new mods and updated old ones to my forge server and they will run successfully but the moment I try to join ill briefly load into the world and get booted with the message, internal server error. The mods in question work fine on singleplayer and removing too many from the server causes it to stop working so I cant be sure which one is causing the problem... any ideas? server log: https://pastebin.com/hGH8UUjm client log (from modrinth app): https://mclo.gs/a3oOUGY
    • The level.dat contains an invalid tag ID (115) Try to load the world in singleplayer - then test this world on the server
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.