[128x - 32x] Tinkers' Construct [MC1.5.2 - 1.12, 1.16 & 1.18]

Post a new thread here if you've made a BDcraft styled complete patch to fully support a Minecraft mod.
Post Reply 
User avatar
9 Posts
 x 0

Post 13 Jul 2016, 20:06

Ok I'll load up minecraft again and use this add-on pack to cause the crash and I'll put the log into this post under spoiler bits.

Show
---- Minecraft Crash Report ----

WARNING: coremods are present:
LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1.jar)
EnderCorePlugin (EnderCore-1.10-0.4.0.35-beta.jar)
TransformerLoader (OpenComputers-MC1.10-1.6.0.2-beta.4.jar)
LoadingPlugin (Quark-beta-42.jar)
IC2core (industrialcraft-2-2.6.1-ex110.jar)
CoreMod (Aroma1997Core-1.9.4-1.0.7.0.jar)
FMLPlugin (InventoryTweaks-1.61-beta-57.jar)
LoadingPlugin (HardcoreDarkness-MC1.9.4-1.8.jar)
dsurroundcore_unofficial (DynamicSurroundingsUnofficial-1.10.2-3.0.6.1BETA.jar)
Contact their authors BEFORE contacting forge

// My bad.

Time: 7/13/16 2:55 PM
Description: Updating screen events

java.lang.OutOfMemoryError: GC overhead limit exceeded
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:266)
at net.minecraft.client.renderer.block.model.FaceBakery.fillVertexData(FaceBakery.java:183)
at net.minecraft.client.renderer.block.model.FaceBakery.makeQuadVertexData(FaceBakery.java:110)
at net.minecraft.client.renderer.block.model.FaceBakery.makeBakedQuad(FaceBakery.java:74)
at net.minecraft.client.renderer.block.model.ModelBakery.makeBakedQuad(ModelBakery.java:688)
at net.minecraftforge.client.model.ModelLoader.access$600(ModelLoader.java:118)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bakeNormal(ModelLoader.java:574)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:541)
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.bake(ModelLoader.java:804)
at net.minecraftforge.client.model.ModelLoader$MultipartModel.bake(ModelLoader.java:1242)
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 elec332.core.client.model.ElecResourceManager.func_110541_a(ElecResourceManager.java:55)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)
at net.minecraft.client.gui.GuiScreenResourcePacks.func_146284_a(SourceFile:133)
at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:458)
at net.minecraft.client.gui.GuiScreenResourcePacks.func_73864_a(SourceFile:141)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:546)
at net.minecraft.client.gui.GuiScreenResourcePacks.func_146274_d(SourceFile:77)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:515)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1700)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
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)


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:266)
at net.minecraft.client.renderer.block.model.FaceBakery.fillVertexData(FaceBakery.java:183)
at net.minecraft.client.renderer.block.model.FaceBakery.makeQuadVertexData(FaceBakery.java:110)
at net.minecraft.client.renderer.block.model.FaceBakery.makeBakedQuad(FaceBakery.java:74)
at net.minecraft.client.renderer.block.model.ModelBakery.makeBakedQuad(ModelBakery.java:688)
at net.minecraftforge.client.model.ModelLoader.access$600(ModelLoader.java:118)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bakeNormal(ModelLoader.java:574)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:541)
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.bake(ModelLoader.java:804)
at net.minecraftforge.client.model.ModelLoader$MultipartModel.bake(ModelLoader.java:1242)
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 elec332.core.client.model.ElecResourceManager.func_110541_a(ElecResourceManager.java:55)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)
at net.minecraft.client.gui.GuiScreenResourcePacks.func_146284_a(SourceFile:133)
at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:458)
at net.minecraft.client.gui.GuiScreenResourcePacks.func_73864_a(SourceFile:141)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:546)

-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.GuiScreenResourcePacks
Stacktrace:
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1705)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
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
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 514176680 bytes (490 MB) / 4056416256 bytes (3868 MB) up to 4056416256 bytes (3868 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4352m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.0.2000 Optifine OptiFine_1.10_HD_U_C1 103 mods loaded, 103 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-12.18.0.2000-1.10.0.jar)
UCHIJA Forge{12.18.0.2000} [Minecraft Forge] (forge-1.10-12.18.0.2000-1.10.0.jar)
UCHIJA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.0.7.0.jar)
UCHIJA OpenComputers|Core{1.6.0.2-beta.4} [OpenComputers (Core)] (minecraft.jar)
UCHIJA cei{1.3} [Chunk Edge Indicator] (1.10-chunkedgeindicator-1.3.jar)
UCHIJA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10-alpha-1.0.0.jar)
UCHIJA JEI{3.7.1.219} [Just Enough Items] (jei_1.10-3.7.1.219.jar)
UCHIJA abyssalcraft{1.9.2.1} [AbyssalCraft] (AbyssalCraft-1.10-1.9.2.1.jar)
UCHIJA Aroma1997CoreHelper{1.0.7.0} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.0.7.0.jar)
UCHIJA AromaBackup{1.0.1.1} [AromaBackup] (AromaBackup-1.9.4-1.0.1.1.jar)
UCHIJA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.1.jar)
UCHIJA Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
UCHIJA baublesstuff{2.0.10} [Baubles Stuff] (baublesstuff-2.0.10.jar)
UCHIJA BetterAchievements{0.3.0.26} [Better Achievements] (BetterAchievements-1.9.4-0.3.0.26.jar)
UCHIJA betteragriculture{0.16} [Better Agriculture] (BetterAgriculture_(MC-1.10)-0.16.jar)
UCHIJA bettertitlescreen{1.2d} [Better Title Screen] (BetterTitleScreen-1.10-1.2d.jar)
UCHIJA binocular{1.2} [Binocular] (binocular-1.10-1.2.jar)
UCHIJA BiomesOPlenty{4.1.0.2041} [Biomes O' Plenty] (BiomesOPlenty-1.9.4-4.1.0.2041-universal.jar)
UCHIJA blockdrops{1.0.4} [Block Drops] (BlockDrops-1.9.4-1.0.4.jar)
UCHIJA BloodMagic{1.9.4-2.0.2-50} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.2-50.jar)
UCHIJA BloodArsenal{1.9.4-2.0.0-10} [Blood Arsenal] (BloodArsenal-1.9.4-2.0.0-10.jar)
UCHIJA Bloodmoon{1.2} [Bloodmoon] (Bloodmoon-MC1.9.4-1.4.1.jar)
UCHIJA Chameleon{1.9.4-2.1.6} [Chameleon] (Chameleon-1.9.4-2.1.6.jar)
UCHIJA ChestTransporter{2.5.0} [Chest Transporter] (ChestTransporter-1.10-2.5.0.jar)
UCHIJA chisel{MC1.9.4-0.0.6.33} [Chisel] (Chisel-MC1.9.4-0.0.6.33.jar)
UCHIJA chiselsandbits{11.5} [Chisels & Bits] (chiselsandbits-11.5.jar)
UCHIJA claybucket{1.0} [Clay Bucket] (ClayBucket-1.9.4-1.0.jar)
UCHIJA clayworldgen{1.1.0} [Clay WorldGen] (ClayWorldGen-1.1.0-1.9.4.jar)
UCHIJA compasscoords{1.10-3.1.6} [Compass Co-ords] (CompassCoords-1.10-3.1.6.jar)
UCHIJA cookingforblockheads{3.1.26} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.1.26.jar)
UCHIJA cosmeticarmorreworked{1.10.2-v1} [CosmeticArmorReworked] (CosmeticArmorReworked-1.10.2-v1.jar)
UCHIJA ElecCore{1.5.292} [ElecCore] (ElecCore-1.9.4-1.5.292.jar)
UCHIJA deepresonance{1.2.0beta35} [DeepResonance] (deepresonance-1.9.4-1.2.0beta35.jar)
UCHIJA double_jump{1.0.1} [DoubleJump] (DoubleJump-1.10-1.0.1.jar)
UCHIJA DurabilityShow{3.1.1} [Durability Show] (Durability Show-1.9.4-3.1.1.jar)
UCHIJA dsurroundunofficial{3.0.6.1BETA} [Dynamic Surroundings Unofficial] (DynamicSurroundingsUnofficial-1.10.2-3.0.6.1BETA.jar)
UCHIJA endercore{1.10-0.4.0.35-beta} [EnderCore] (EnderCore-1.10-0.4.0.35-beta.jar)
UCHIJA endercrop{1.9-1.2-1836} [Ender Crop] (endercrop-1.9.4-1.3.1.jar)
UCHIJA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
UCHIJA EnderIO{1.10-3.0.0.60_beta} [Ender IO] (EnderIO-1.10-3.0.0.60_beta.jar)
UCHIJA EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)
UCHIJA fastleafdecay{v10} [Fast Leaf Decay] (FastLeafDecay-v10.jar)
UCHIJA FlatBedrockx{1.2.1} [FlatBedrock Xplosion's Edition] (FlatBedrock-1.2.1_1.9.4.jar)
UCHIJA forestry{5.1.7.188} [Forestry] (forestry_1.10-5.1.7.188.jar)
UCHIJA combat{1.0.0} [Gladius] (Gladius-1.2.0.jar)
UCHIJA gravestone{1.4.2} [Gravestone] (Gravestone Mod 1.4.2.jar)
UCHIJA HardcoreDarkness{1.8} [Hardcore Darkness] (HardcoreDarkness-MC1.9.4-1.8.jar)
UCHIJA Harvest{1.9.4-1.0.1-8} [Harvest] (Harvest-1.9.4-1.0.1-8.jar)
UCHIJA HealthBar{1.0.3} [Health Bar] (HealthBar-1.9.4-1.0.3-14.jar)
UCHIJA HelpFixer{1.3.14} [HelpFixer] (HelpFixer-1.9.4-1.3.14.jar)
UCHIJA hopperducts{1.4.7} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.7.jar)
UCHIJA HPHud{1.0} [HP Hud Mod] (HPHudMod-(1.10).jar)
UCHIJA IC2{2.6.1-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.1-ex110.jar)
UCHIJA InventoryPets{1.4.7.1} [Inventory Pets] (inventorypets-1.10-1.4.7.1.jar)
UCHIJA inventorytweaks{1.61-beta-57-c028bbc} [Inventory Tweaks] (InventoryTweaks-1.61-beta-57.jar)
UCHIJA IronChest{7.0.5.793} [Iron Chest] (ironchest-1.10-7.0.5.793.jar)
UCHIJA journeymap{1.9.4-5.2.4} [JourneyMap] (journeymap-1.9.4-5.2.4-unlimited.jar)
UCHIJA jeresources{0.4.6.40} [Just Enough Resources] (JustEnoughResources-1.10-0.4.6.40.jar)
UCHIJA xlib{r2.0.1} [xLib] (xLib-1.10-r2.0.1.jar)
UCHIJA levels{r4.0.1} [Levels] (Levels-1.10-r4.0.1.jar)
UCHIJA lycanitesmobs{1.15.1.1 - MC 1.10} [Lycanites Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA arcticmobs{1.15.1.1 - MC 1.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA demonmobs{1.15.1.1 - MC 1.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA desertmobs{1.15.1.1 - MC 1.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA forestmobs{1.15.1.1 - MC 1.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA freshwatermobs{1.15.1.1 - MC 1.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA infernomobs{1.15.1.1 - MC 1.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA junglemobs{1.15.1.1 - MC 1.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA mountainmobs{1.15.1.1 - MC 1.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA plainsmobs{1.15.1.1 - MC 1.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA saltwatermobs{1.15.1.1 - MC 1.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA shadowmobs{1.15.1.1 - MC 1.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA swampmobs{1.15.1.1 - MC 1.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.15.1.1 [1.10].jar)
UCHIJA mantle{1.10-0.10.3.jenkins156} [Mantle] (Mantle-1.10-0.10.3.jar)
UCHIJA MCE{6.9} [MinecraftCapes & Elytra Mod Mod] (MinecraftCapes Forge1.9.4.jar)
UCHIJA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
UCHIJA moreoverlays{1.6} [MoreOverlays] (moreoverlays-1.6-mc1.9.4.jar)
UCHIJA Morpheus{1.10-3.1.6} [Morpheus] (Morpheus-1.10-3.1.6.jar)
UCHIJA nmsot{1.1.5-mc1.10} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.1.5-mc1.10.jar)
UCHIJA OpenComputers{1.6.0.2-beta.4} [OpenComputers] (OpenComputers-MC1.10-1.6.0.2-beta.4.jar)
UCHIJA harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4c.jar)
UCHIJA playerstats{1.1.1} [Player Stats] (PlayerStats_1.9.4-1.1.1.jar)
UCHIJA ProjectE{1.9.4-PE1.0.4B} [ProjectE] (ProjectE-1.9.4-PE1.0.4B.jar)
UCHIJA Psi{r1.0-36} [Psi] (Psi-r1.0-36.jar)
UCHIJA psionup{GRADLE:VERSION.GRADLE:BUILD} [PSIonic Upgrades] (PSIonicUpgrades-r1.8.jar)
UCHIJA quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar)
UCHIJA Quark{beta-42} [Quark] (Quark-beta-42.jar)
UCHIJA realtimeclock{1.10-0.6.3} [Real Time Clock] (RealTimeClock-1.10-0.6.3.jar)
UCHIJA xreliquary{1.10-1.3.2.416} [Reliquary] (Reliquary-1.10-1.3.2.416.jar)
UCHIJA rftools{5.06} [RFTools] (rftools-1.10-5.06.jar)
UCHIJA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10-1.5.4.jar)
UCHIJA rucksacks{1.9.4-1.0.0} [Rucksacks] (rucksacks-1.9.4-1.0.0.jar)
UCHIJA StorageDrawers{1.9.4-3.2.0} [Storage Drawers] (StorageDrawers-1.9.4-3.2.0.jar)
UCHIJA tconstruct{1.10-2.3.3a.jenkins271} [Tinkers' Construct] (TConstruct-1.10-2.3.3a.jar)
UCHIJA tinker_io{beta 2.3.0c} [Tinker I/O] (tinker_io-1.10-beta 2.3.0c.jar)
UCHIJA Uncharted{v02} [Uncharted] (Uncharted_1.10_v02.jar)
UCHIJA underphangables{1.0.2} [Underp Hangables] (underphangables-1.10.2-1.0.2.jar)
UCHIJA wailafeatures{0.3.1.11} [WAILA Features] (WAILA-features-1.9.4-0.3.1.11.jar)
UCHIJA WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.10-1.1.7.jar)
UCHIJA ICSE{1.1.0.0} (Wawla-1.10-2.3.0.193.jar)
UCHIJA wawla{2.3.0.193} [What Are We Looking At] (Wawla-1.10-2.3.0.193.jar)
UCHIJA ZDoctorBB{1.1} [Blood Baubles] (ZDoctorBB-1.1.jar)
Loaded coremods (and transformers):
LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1.jar)
lumien.bloodmoon.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.10-0.4.0.35-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
TransformerLoader (OpenComputers-MC1.10-1.6.0.2-beta.4.jar)
li.cil.oc.common.asm.ClassTransformer
LoadingPlugin (Quark-beta-42.jar)
vazkii.quark.base.asm.ClassTransformer
IC2core (industrialcraft-2-2.6.1-ex110.jar)

CoreMod (Aroma1997Core-1.9.4-1.0.7.0.jar)

FMLPlugin (InventoryTweaks-1.61-beta-57.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (HardcoreDarkness-MC1.9.4-1.8.jar)
lumien.hardcoredarkness.asm.ClassTransformer
dsurroundcore_unofficial (DynamicSurroundingsUnofficial-1.10.2-3.0.6.1BETA.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1004' Renderer: 'AMD Radeon R5 200 Series'
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)

EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker.):
* Optifine is installed. This is NOT supported.
This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
* RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Joel/Documents/Curse/Minecraft/Instances/Minecraft%201.10%20Test%20Run/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/EnergyStorage.class
* RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Joel/Documents/Curse/Minecraft/Instances/Minecraft%201.10%20Test%20Run/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyConnection.class
* RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Joel/Documents/Curse/Minecraft/Instances/Minecraft%201.10%20Test%20Run/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyContainerItem.class
* RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Joel/Documents/Curse/Minecraft/Instances/Minecraft%201.10%20Test%20Run/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyHandler.class
* RF API class 'IEnergyProvider.class' could not be loaded (see strack trace above)
* RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Joel/Documents/Curse/Minecraft/Instances/Minecraft%201.10%20Test%20Run/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyReceiver.class
* RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Joel/Documents/Curse/Minecraft/Instances/Minecraft%201.10%20Test%20Run/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyStorage.class
* RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Joel/Documents/Curse/Minecraft/Instances/Minecraft%201.10%20Test%20Run/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/ItemEnergyContainer.class
* RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Joel/Documents/Curse/Minecraft/Instances/Minecraft%201.10%20Test%20Run/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/TileEnergyHandler.class
* RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Joel/Documents/Curse/Minecraft/Instances/Minecraft%201.10%20Test%20Run/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/TileEnergyHandler.class

Launched Version: forge-12.18.0.2000
LWJGL: 2.9.4
OpenGL: AMD Radeon R5 200 Series GL version 4.5.13399 Compatibility Profile Context 15.200.1062.1004, ATI Technologies Inc.
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: PureBDcraft 64x MC110.zip, Sphax_TinCon_WIP_Ver2.3.3_64x.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 2x Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
OptiFine Version: OptiFine_1.10_HD_U_C1
Render Distance Chunks: 8
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.13399 Compatibility Profile Context 15.200.1062.1004
OpenGlRenderer: AMD Radeon R5 200 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 2
If you like our work please consider becoming a Supporter and get an ad-free experience.
User avatar
BDcraft Web Admin
6614 Posts
 x 436

Post 13 Jul 2016, 20:22

You're running out of memory. Assign more to MC or use lower resolution textures.
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
User avatar
9 Posts
 x 0

Post 14 Jul 2016, 18:15

Yea after I bumped it up to 5gb allocated memory I was able to load in with this pack.
User avatar
14 Posts
 x 0

Post 05 Aug 2016, 16:13

would you put tinkers defense into this thread too?
User avatar
BDcraft Web Admin
6614 Posts
 x 436

Post 05 Aug 2016, 16:17

Tinkers' Defense is an entirely different mod made by an entirely different modder. It has no place in this thread.
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
User avatar
Patch Creator
1498 Posts
 x 139

Post 29 Sep 2016, 08:43

Update - Added download for MC 1.10.2 Ver 2.5.2. Added Seared Furnace and Tank. Also added associated GUI's. Added new modifier textures.
If anyone would like to take over any of my threads please contact me. I will continue to host what I have done but expect no further updates.
User avatar
2 Posts
 x 0

Post 16 Dec 2016, 16:08

Hi! Dunno of it's simply a work in progress or something else, but currently the Longbow and Crossbow textures are missing from the 1.10.2 version :)
User avatar
Patch Creator
1498 Posts
 x 139

Post 16 Dec 2016, 20:57

I was actually in the middle of updating it when you posted. Anyhow, new patch now available for MC1.10.2. Ranged weapons are now back :)
If anyone would like to take over any of my threads please contact me. I will continue to host what I have done but expect no further updates.
User avatar
2 Posts
 x 0

Post 17 Dec 2016, 16:42

Awesome! Thank you so much for all the work you do and time you put in, I really, really appreciate the constant updates :)
User avatar
Supporter
10 Posts
 x 0

Post 18 Dec 2016, 01:06

Much appreciated; thanks for your hard work Novamanga. :love:
Post Reply