Skip to content

Instantly share code, notes, and snippets.

@DanHolli
Created September 24, 2016 18:36
Show Gist options
  • Save DanHolli/f84d490ab7f0c74f18d47b9eaa031444 to your computer and use it in GitHub Desktop.
Save DanHolli/f84d490ab7f0c74f18d47b9eaa031444 to your computer and use it in GitHub Desktop.
jei screen render crash
net.minecraft.util.ReportedException: Rendering screen
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1121) ~[bnz.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076) ~[bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.IllegalAccessError: tried to access field net.minecraft.item.ItemStack.field_77990_d from class cofh.api.energy.ItemEnergyContainer
at cofh.api.energy.ItemEnergyContainer.getEnergyStored(ItemEnergyContainer.java:98) ~[ItemEnergyContainer.class:?]
at de.ellpeck.actuallyadditions.mod.items.base.ItemEnergy.getDurabilityForDisplay(ItemEnergy.java:98) ~[ItemEnergy.class:?]
at net.minecraft.client.renderer.RenderItem.func_180453_a(RenderItem.java:420) ~[bsu.class:?]
at mezz.jei.gui.ingredients.GuiItemStackFast.renderOverlay(GuiItemStackFast.java:158) ~[GuiItemStackFast.class:?]
at mezz.jei.gui.ingredients.GuiItemStackFastList.render(GuiItemStackFastList.java:154) ~[GuiItemStackFastList.class:?]
at mezz.jei.gui.ItemListOverlay.drawScreen(ItemListOverlay.java:329) ~[ItemListOverlay.class:?]
at mezz.jei.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:86) ~[GuiEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_334_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168) ~[EventBus.class:?]
at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:590) ~[bft.class:?]
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:73) ~[bgl.class:?]
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51) ~[bgw.class:?]
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47) ~[bhc.class:?]
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382) ~[ForgeHooksClient.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1094) ~[bnz.class:?]
... 9 more
[12:33:06] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:560]: ---- Minecraft Crash Report ----
WARNING: coremods are present:
EnderCorePlugin (EnderCore-1.10.2-0.4.1.55-beta.jar)
CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
MMFMLCorePlugin (MultiMine-1.10.2.jar)
LoadingPlugin (Quark-r1.0-55.jar)
ShoulderPlugin (ShoulderSurfing-1.10.2-1.1.jar)
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
BiomeTweakerCore (BiomeTweaker-1.10.2-2.1.225.jar)
MalisisCorePlugin (malisiscore-1.9.4-4.0.2.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
Contact their authors BEFORE contacting forge
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 9/24/16 12:33 PM
Description: Rendering screen
java.lang.IllegalAccessError: tried to access field net.minecraft.item.ItemStack.field_77990_d from class cofh.api.energy.ItemEnergyContainer
at cofh.api.energy.ItemEnergyContainer.getEnergyStored(ItemEnergyContainer.java:98)
at de.ellpeck.actuallyadditions.mod.items.base.ItemEnergy.getDurabilityForDisplay(ItemEnergy.java:98)
at net.minecraft.client.renderer.RenderItem.func_180453_a(RenderItem.java:420)
at mezz.jei.gui.ingredients.GuiItemStackFast.renderOverlay(GuiItemStackFast.java:158)
at mezz.jei.gui.ingredients.GuiItemStackFastList.render(GuiItemStackFastList.java:154)
at mezz.jei.gui.ItemListOverlay.drawScreen(ItemListOverlay.java:329)
at mezz.jei.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:86)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_334_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:590)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:73)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1094)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
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(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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at cofh.api.energy.ItemEnergyContainer.getEnergyStored(ItemEnergyContainer.java:98)
at de.ellpeck.actuallyadditions.mod.items.base.ItemEnergy.getDurabilityForDisplay(ItemEnergy.java:98)
at net.minecraft.client.renderer.RenderItem.func_180453_a(RenderItem.java:420)
at mezz.jei.gui.ingredients.GuiItemStackFast.renderOverlay(GuiItemStackFast.java:158)
at mezz.jei.gui.ingredients.GuiItemStackFastList.render(GuiItemStackFastList.java:154)
at mezz.jei.gui.ItemListOverlay.drawScreen(ItemListOverlay.java:329)
at mezz.jei.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:86)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_334_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:590)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:73)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
Mouse location: Scaled: (569, 215). Absolute: (569, 264)
Screen size: Scaled: (854, 480). Absolute: (854, 480). Scale factor of 1
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['DanHolli123'/323, l='MpServer', x=-218.76, y=62.00, z=175.80]]
Chunk stats: MultiplayerChunkCache: 167, 167
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-188,64,256), Chunk: (at 4,4,0 in -12,16; contains blocks -192,0,256 to -177,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 189552 game time, 189552 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 42 total; [EntityDroneBaby['Baby Drone'/193, l='MpServer', x=-205.26, y=70.01, z=103.95], EntityDroneBaby['Baby Drone'/257, l='MpServer', x=-140.95, y=33.00, z=168.15], EntityBat['Bat'/194, l='MpServer', x=-197.03, y=22.12, z=116.52], EntityPlayerSP['DanHolli123'/323, l='MpServer', x=-218.76, y=62.00, z=175.80], EntityDroneBaby['Baby Drone'/202, l='MpServer', x=-186.15, y=70.00, z=200.18], EntityRabbit['Rabbit'/203, l='MpServer', x=-179.20, y=71.00, z=232.80], EntityDroneBaby['Baby Drone'/210, l='MpServer', x=-156.49, y=75.10, z=115.20], EntitySkeleton['Skeleton'/211, l='MpServer', x=-174.50, y=22.00, z=133.50], EntityDroneWildItem['Wild Item Drone'/212, l='MpServer', x=-180.03, y=20.00, z=139.62], EntityDroneWildItem['Wild Item Drone'/213, l='MpServer', x=-171.22, y=42.00, z=129.25], EntityDroneBaby['Baby Drone'/214, l='MpServer', x=-173.60, y=44.60, z=128.83], EntityDroneWildItem['Wild Item Drone'/215, l='MpServer', x=-163.31, y=70.94, z=132.12], EntityDroneWildItem['Wild Item Drone'/216, l='MpServer', x=-160.25, y=25.30, z=144.25], EntityDroneWildItem['Wild Item Drone'/217, l='MpServer', x=-179.75, y=35.09, z=147.75], EntityDroneBaby['Baby Drone'/218, l='MpServer', x=-158.85, y=14.60, z=186.15], EntityBat['Bat'/219, l='MpServer', x=-172.03, y=34.12, z=206.86], EntityBat['Bat'/220, l='MpServer', x=-166.92, y=19.64, z=224.41], EntityDroneBaby['Baby Drone'/221, l='MpServer', x=-160.26, y=45.00, z=247.28], EntityBat['Bat'/158, l='MpServer', x=-292.88, y=34.36, z=191.36], EntityChicken['Chicken'/224, l='MpServer', x=-159.50, y=66.00, z=251.50], EntityBat['Bat'/166, l='MpServer', x=-276.65, y=12.54, z=168.99], EntityBat['Bat'/171, l='MpServer', x=-255.53, y=33.45, z=137.22], EntityHorse['Horse'/172, l='MpServer', x=-268.82, y=62.16, z=145.51], EntityBat['Bat'/173, l='MpServer', x=-254.56, y=25.83, z=243.38], EntityBat['Bat'/179, l='MpServer', x=-256.91, y=28.75, z=110.59], EntityChicken['Chicken'/180, l='MpServer', x=-241.32, y=63.00, z=138.55], EntityChicken['Chicken'/181, l='MpServer', x=-243.49, y=66.00, z=135.01], EntityItem['item.item.droneModule'/373, l='MpServer', x=-179.06, y=54.00, z=126.23], EntityRabbit['Rabbit'/182, l='MpServer', x=-245.94, y=69.00, z=222.65], EntityDroneWildItem['Wild Item Drone'/246, l='MpServer', x=-143.82, y=68.26, z=116.93], EntitySheep['Sheep'/183, l='MpServer', x=-252.50, y=70.00, z=250.50], EntityDroneWildItem['Wild Item Drone'/247, l='MpServer', x=-143.51, y=70.07, z=122.07], EntityPlayerDummy['entity.rfpr.PlayerDummy.name'/375, l='MpServer', x=-218.76, y=62.00, z=175.80], EntitySheep['Sheep'/184, l='MpServer', x=-253.50, y=71.00, z=240.76], EntityDroneWildItem['Wild Item Drone'/248, l='MpServer', x=-143.48, y=68.51, z=114.75], EntityDroneWildItem['Wild Item Drone'/249, l='MpServer', x=-143.36, y=23.30, z=142.14], EntityBat['Bat'/250, l='MpServer', x=-142.18, y=20.65, z=141.52], EntityBat['Bat'/251, l='MpServer', x=-138.54, y=18.88, z=150.79], EntityZombie['Zombie'/252, l='MpServer', x=-141.50, y=39.00, z=159.50], EntityDroneBaby['Baby Drone'/190, l='MpServer', x=-233.74, y=70.13, z=219.05], EntityItem['item.item.rabbitRaw'/191, l='MpServer', x=-217.37, y=61.00, z=174.78], EntityGuardian['Guardian'/255, l='MpServer', x=-139.23, y=52.00, z=154.38]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 944918784 bytes (901 MB) / 1814450176 bytes (1730 MB) up to 2880700416 bytes (2747 MB)
Mod Pack: com.mumfrey.liteloader.crashreport.CallableLiteLoaderBrand@6ae49a3b
LiteLoader Mods: com.mumfrey.liteloader.crashreport.CallableLiteLoaderMods@22e77b90
LaunchWrapper: com.mumfrey.liteloader.crashreport.CallableLaunchWrapper@14f36917
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2759M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 1, tcache: 38, allocated: 0, tallocated: 64
FML: MCP 9.32 Powered by Forge 12.18.1.2090 117 mods loaded, 116 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2090.jar)
UCHIJAAAA Forge{12.18.1.2090} [Minecraft Forge] (forge-1.10.2-12.18.1.2090.jar)
UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.0.jar)
UCHIJAAAA JEI{3.10.0.261} [Just Enough Items] (jei_1.10.2-3.10.0.261.jar)
UCHIJAAAA quickhotbar{1.04} [Quick Hotbar] (quickhotbar_1102_1.04.jar)
UCHIJAAAA bettercombatmod{1.3.0} [Better Combat] ([MC_1.10.2]BetterCombat-1.3.4.jar)
UCHIJAAAA abyssalcraft{1.9.3-pre-1} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.3-pre-1.jar)
UCHIJAAAA actuallyadditions{1.10.2-r50} [Actually Additions] (ActuallyAdditions-1.10.2-r50.jar)
UCHIJAAAA antifrontview{1.1} [AntiFrontView] (AntiFrontView-1.1_MC1.9+.jar)
UCHIJAAAA thedragoncore{1.1.0} [TheDragonCore] (thedragoncore-1.1.0.jar)
UCHIJAAAA armorplus{1.10.2-6.0.0.1} [ArmorPlus] (armorplus-1.10.2-6.0.0.1.jar)
UCHIJAAAA Aroma1997CoreHelper{1.1.1.0} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.0.jar)
UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.2.jar)
UCHIJAAAA arrowcammod{2.2.0} [Arrow Cam Mod] (ArrowCamMod-1.10.2-2.2.0.jar)
UCHIJAAAA Morphtool{1.0-11} [Morph-o-Tool] (Morph-o-Tool-1.0-11.jar)
UCHIJAAAA Quark{r1.0-55} [Quark] (Quark-r1.0-55.jar)
UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJAAAA AutoSapling{1.3.3} [AutoSapling] (Autosapling-1.3.3-MC1.10.jar)
UCHIJAAAA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10-3.0.2a.jar)
UCHIJAAAA Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
UCHIJAAAA bdlib{1.12.0.2} [BD Lib] (bdlib-1.12.0.2-mc1.10.2.jar)
UCHIJAAAA XaeroBetterPvP{1.10.2} [Better PVP Mod] (BetterPvP_1.10.2.1_Forge_1.10.2.jar)
UCHIJAAAA BiomeTweaker{2.1.225} [BiomeTweaker] (BiomeTweaker-1.10.2-2.1.225.jar)
UCHIJAAAA BiomesOPlenty{4.1.0.2065} [Biomes O' Plenty] (BiomesOPlenty-1.9.4-4.1.0.2065-universal.jar)
UCHIJAAAA Bullseye{1.0.2} [Bullseye] (Bullseye-1.9.4-1.0.2.jar)
UCHIJAAAA cavern{1.1.1} [Cavern] (Cavern_1.10-v1.1.1.jar)
UCHIJAAAA ChunkAnimator{1.2} [Chunk Animator] (ChunkAnimator-MC1.9.4-1.2.jar)
UCHIJAAAA CobbleDrops{1.10.2.01} [CobbleDrops] (CobbleDrops 1.10.2.01.jar)
UCHIJAAAA cyclopscore{0.7.7} [Cyclops Core] (CyclopsCore-1.9.4-0.7.7.jar)
UCHIJAAAA colossalchests{1.3.10} [Colossal Chests] (ColossalChests-1.9.4-1.3.10.jar)
UCHIJAAAA commoncapabilities{1.1.2} [CommonCapabilities] (CommonCapabilities-1.9.4-1.1.2.jar)
UCHIJAAAA compressedbonemeal{1.10.2} [Compressed Bonemeal] (compressedbonemeal-1.10.2.jar)
UCHIJAAAA cosmeticarmorreworked{1.10.2-v1} [CosmeticArmorReworked] (CosmeticArmorReworked-1.10.2-v1.jar)
UCHIJAAAA craftablehorsearmour{1.2} [Craftable Horse Armour [CHA&S]] (CraftableHorseArmor-1.3.0-1.10.jar)
UCHIJAAAA drones{1.10.2-1.5.0} [CustomDrones] (CustomDrones-1.5.0-mc1.10.2.jar)
UCHIJAAAA cxlibrary{1.2.2} [CXLibrary] (cxlibrary-1.10.2-1.2.2.jar)
UCHIJAAAA ElecCore{1.5.303} [ElecCore] (ElecCore-1.9.4-1.5.303.jar)
UCHIJAAAA craftelytra{1.1} [Craftable Elytra] (ElytraCraft-1.1-1.10.2.jar)
UCHIJAAAA endercore{1.10.2-0.4.1.55-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.55-beta.jar)
UCHIJAAAA endercrop{1.9-1.2-1836} [Ender Crop] (endercrop-1.9.4-1.3.1.jar)
UCHIJAAAA enderutilities{0.6.5-beta.1} [Ender Utilities] (enderutilities-1.10.2-0.6.5-beta.1.jar)
UCHIJAAAA endmetals{1.0.4} [End Metals] (EndMetals_1.9-1.0.4.jar)
UCHIJAAAA ValkyrieLib{1.10-0.10.1} [Valkyrie Lib] (valkyrielib-1.10-0.10.1.jar)
UCHIJAAAA EnvironmentalTech{1.10-0.10.1a} [Environmental Tech] (environmentaltech-1.10-0.10.1a.jar)
UCHIJAAAA FFS{1.9.4-1.6.4-b28} [Fancy Fluid Storage] (Fancy Fluid Storage-1.9.4-1.6.4-b28.jar)
UCHIJAAAA fluidconverters{2.0.3} [FluidConverters] (FluidConverters-1.9.4-2.0.3.jar)
UCHIJAAAA SilentLib{1.0.11} [Silent Lib] (SilentLib-1.9.4-1.0.11-19.jar)
UCHIJAAAA FunOres{1.3.1} [Fun Ores] (FunOres-1.9.4-1.3.1-74.jar)
UCHIJAAAA advgenerators{0.9.20.4} [Advanced Generators] (generators-0.9.20.4-mc1.10.2.jar)
UCHIJAAAA geoactivity{2.2.3} [GeoActivity] (geoactivity-2.4.jar)
UCHIJAAAA exp{1.1} [Exp Seedling Mod] (GiacomosExperienceSeedling1.9.4-1.1.jar)
UCHIJAAAA fishing{1.4} [Fishing Net Mod] (GiacomosFishingNet1.9.4-1.4.jar)
UCHIJAAAA grapplemod{1.10-v7} [Grappling hook mod] (grapplemod-1.10.2-v7.jar)
UCHIJAAAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.9.4-2.0.0-40.jar)
UCHIJAAAA HoloInventory{2.0.0.130} [HoloInventory] (HoloInventory-1.9.4-2.0.0.130.jar)
UCHIJAAAA immcraft{1.1.7} [Immersive Craft] (immcraft-1.9.4-1.1.7.jar)
UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCHIJAAAA IronChest{7.0.6.794} [Iron Chest] (ironchest-1.10.2-7.0.6.794.jar)
UCHIJAAAA fyberbackpack{1.0.2} [Just Backpacks] (justbackpacks-mc1.9.4-1.0.2.jar)
UCHIJAAAA jwin{univ_compat_filler} [Just What I Needed] (jwin-0.12.0_mc1.10.2.jar)
UCHIJAAAA malisiscore{1.9.4-4.0.2} [MalisisCore] (malisiscore-1.9.4-4.0.2.jar)
UCHIJAAAA malisisblocks{1.9.4-4.0.0} [Malisis Blocks] (malisisblocks-1.9.4-4.0.0.jar)
UCHIJAAAA malisisdoors{1.9.4-5.0.4} [MalisisDoors] (malisisdoors-1.9.4-5.0.4.jar)
UCHIJAAAA mantle{1.10-0.10.3.jenkins156} [Mantle] (Mantle-1.10-0.10.3.jar)
UCHIJAAAA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
UCHIJAAAA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)
UCHIJAAAA mcmultipart{1.2.0} [MCMultiPart] (MCMultiPart-1.2.0-universal.jar)
UCHIJAAAA menumobs{1.10.3} [Menu Mobs] (MenuMobs-1.10.2-1.10.3.jar)
UCHIJAAAA MoreFurnaces{1.8.1} [More Furnaces] (MoreFurnaces-1.10-1.8.1.jar)
UCHIJAAAA MouseTweaks{2.6.3} [Mouse Tweaks] (MouseTweaks-2.6.3-mc1.9.4.jar)
UCHIJAAAA AS_MultiMine{1.5.4} [Multi Mine] (MultiMine-1.10.2.jar)
UCHIJAAAA MultiPageChest{1.7.0} [Multi Page Chest] (MultiPageChest-1.10-1.7.0.jar)
UCHIJAAAA nethercore{1.10.2-2.0.2} [Nether Core] (nethercore-1.10.2-2.0.2.jar)
UCHIJAAAA yurtmod{7.01} [Nomadic Tents] (NomadicTents[1.10.2]-7.01.jar)
UCHIJAAAA recipehandler{0.4} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.4(1.9).jar)
UCHIJAAAA fodc{1.9.0} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.0.jar)
UCHIJAAAA pcb{1.5.0} [Portable Craft Bench] (portablecraftbench-1.10.2-1.5.0.jar)
UCHIJAAAA progressiveautomation{1.6.48} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.48.jar)
UCHIJAAAA reborncore{2.5.5.3} [RebornCore] (RebornCore-1.10.2-2.5.5.3-universal.jar)
UCHIJAAAA QuantumStorage{3.1.0} [QuantumStorage] (QuantumStorage-1.9.4-3.1.0.jar)
UCHIJAAAA rfpr{7.2.0} [Real First-Person Render] (Real First-Person Render-1.10.2-7.2.0.jar)
UCHIJAAAA reborncore-mcmultipart{2.5.5.3} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.5.5.3-universal.jar)
UCHIJAAAA recycler{1.3} [Corail Recycleur] (recycler-1.3.1-1.9.4.jar)
UCHIJAAAA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar)
UCHIJAAAA refinedrelocation{@VERSION@} [Refined Relocation] (RefinedRelocation-mc1.10.2-2.0.8.jar)
UCHIJAAAA refinedstorage{0.8.7} [Refined Storage] (refinedstorage-0.8.7.jar)
UCHIJAAAA regrowableleaves{1.10.2-3.1.2} [Regrowable Leaves] (regrowableleaves-1.10.2-3.1.2.jar)
UCHIJAAAA rftl{1.0} [Rotten Flesh to Leather] (RFTL 1.0.jar)
UCHIJAAAA scenter{1.10.2-3.8.0} [Scenter] (scenter-1.10.2-3.8.0.jar)
UCHIJAAAA shetiphiancore{3.3.0} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.0.jar)
UCHIJAAAA shouldersurfing{v1} [Shoulder Surfing] (ShoulderSurfing-1.10.2-1.1.jar)
UCHIJAAAA substratum{1.8.1.0} [Substratum] (Substratum-1.10.2-1.8.1.0.jar)
UCHIJAAAA supercraftingframe{1.2.0.85} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.0.85.jar)
UCHIJAAAA superminer_core{[1.10.2]-2.1.3.073} [SuperMiner] (SuperMiner-[1.10.2]-2.1.3.073.jar)
UCHIJAAAA superminer_captivator{[1.10.2]-2.1.3.073} [SuperMiner Captivator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
UCHIJAAAA superminer_cropinator{[1.10.2]-2.1.3.073} [SuperMiner Copinator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
UCHIJAAAA superminer_excavator{[1.10.2]-2.1.3.073} [SuperMiner Excavator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
UCHIJAAAA superminer_illuminator{[1.10.2]-2.1.3.073} [SuperMiner Illuminator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
UCHIJAAAA superminer_lumbinator{[1.10.2]-2.1.3.073} [SuperMiner Lumbinator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
UCHIJAAAA superminer_shaftanator{[1.10.2]-2.1.3.073} [SuperMiner Shaftanator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
UCHIJAAAA superminer_substitutor{[1.10.2]-2.1.3.073} [SuperMiner Substitutor] (SuperMiner-[1.10.2]-2.1.3.073.jar)
UCHIJAAAA superminer_veinator{[1.10.2]-2.1.3.073} [SuperMiner Veinator] (SuperMiner-[1.10.2]-2.1.3.073.jar)
UCHIJAAAA tesla{1.2.1.49} [TESLA] (Tesla-1.10.2-1.2.1.49.jar)
UCHIJAAAA torcharrowsmod{1.10.2-1} [TorchArrowsMod] (torcharrows-1.10.2-1.jar)
UCHIJAAAA Torcherino{4.0s} [Torcherino] (Torcherino-4.0s.jar)
UCHIJAAAA VeinMiner{0.34.1_1.9-73be663} [Vein Miner] (VeinMiner-0.34.1-1.9r571+73be663.jar)
UCHIJAAAA VeinMinerModSupport{0.34.1_1.9-73be663} [Mod Support] (VeinMiner-0.34.1-1.9r571+73be663.jar)
UCHIJAAAA visiblearmorslots{2.0} [Visible Armor Slots] (VisibleArmorSlots[1.10.2]-2.0.jar)
UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
UCHIJAAAA WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.10-1.1.7.jar)
UCHIJAAAA waterstrainer{1.1.0} [Water Strainer] (WaterStrainer-1.9.4-1.1.0.jar)
UCHIJAAAA ICSE{1.0.0.0} [I Can See Everything] (Wawla-1.9.4-2.2.1.192.jar)
UCHIJAAAA wawla{2.2.1.188} [What Are We Looking At] (Wawla-1.9.4-2.2.1.192.jar)
UCHIJAAAA weaponsplus{1.9.4-3.0.0.0} [WeaponsPlus] (WeaponsPlus1.9.4-3.0.0.0.jar)
UCHIJAAAA UniDict{1.10.2-1.8c} [UniDict] (UniDict-1.10.2-1.8c.jar)
UD BiomeTweakerCore{2.1.225} [BiomeTweaker Core] (minecraft.jar)
Loaded coremods (and transformers):
EnderCorePlugin (EnderCore-1.10.2-0.4.1.55-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
cubex2.cxlibrary.CoreModTransformer
MMFMLCorePlugin (MultiMine-1.10.2.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
LoadingPlugin (Quark-r1.0-55.jar)
vazkii.quark.base.asm.ClassTransformer
ShoulderPlugin (ShoulderSurfing-1.10.2-1.1.jar)
com.teamderpy.shouldersurfing.asm.ShoulderTransformations
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
net.fybertech.nwr.NWRTransformer
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
BiomeTweakerCore (BiomeTweaker-1.10.2-2.1.225.jar)
me.superckl.biometweaker.core.BiomeTweakerASMTransformer
MalisisCorePlugin (malisiscore-1.9.4-4.0.2.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
shetiphian.core.asm.ClassTransformer
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2622' Renderer: 'Intel(R) HD Graphics'
List of loaded APIs:
* AbyssalCraftAPI (1.8.2) from AbyssalCraft-1.10.2-1.9.3-pre-1.jar
* actuallyadditionsapi (17) from ActuallyAdditions-1.10.2-r50.jar
* Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
* BiomeTweakerAPI (1.0.225) from BiomeTweaker-1.10.2-2.1.225.jar
* BiomeTweakerAPI|event (1.0.225) from BiomeTweaker-1.10.2-2.1.225.jar
* BiomeTweakerAPI|script|object (1.0.225) from BiomeTweaker-1.10.2-2.1.225.jar
* BiomeTweakerAPI|script|pack (1.0.225) from BiomeTweaker-1.10.2-2.1.225.jar
* BiomeTweakerAPI|script|wrapper (1.0.225) from BiomeTweaker-1.10.2-2.1.225.jar
* BiomeTweakerAPI|util (1.0.225) from BiomeTweaker-1.10.2-2.1.225.jar
* cavern.api (1.1.1) from Cavern_1.10-v1.1.1.jar
* cavern.api.event (1.1.1) from Cavern_1.10-v1.1.1.jar
* CoFHAPI (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.48.jar
* CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.48.jar
* CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10-0.10.1.jar
* CoFHAPI|energy (1.8.9R1.2.0B1) from ActuallyAdditions-1.10.2-r50.jar
* CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10-0.10.1.jar
* CoFHAPI|item (1.8.9R1.2.0B1) from valkyrielib-1.10-0.10.1.jar
* CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.48.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.9.4-1.1.2.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.303.jar
* environmentaltech.api (1.10-0.10.1a) from environmentaltech-1.10-0.10.1a.jar
* FunOresAPI (3) from FunOres-1.9.4-1.3.1-74.jar
* Guide-API|API (1.9.4-2.0.0-40) from Guide-API-1.9.4-2.0.0-40.jar
* JustEnoughItemsAPI (4.3.0) from jei_1.10.2-3.10.0.261.jar
* reborncoreAPI (2.5.5.3) from RebornCore-1.10.2-2.5.5.3-universal.jar
* RefinedRelocationAPI (2.0.0) from RefinedRelocation-mc1.10.2-2.0.8.jar
* StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-0.8.7.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-0.8.7.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-0.8.7.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-0.8.7.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-0.8.7.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-0.8.7.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-0.8.7.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-0.8.7.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-0.8.7.jar
* SuperScript (1.0.225) from BiomeTweaker-1.10.2-2.1.225.jar
* SuperScript|command (1.0.225) from BiomeTweaker-1.10.2-2.1.225.jar
* SuperScript|object (1.0.225) from BiomeTweaker-1.10.2-2.1.225.jar
* SuperScript|util (1.0.225) from BiomeTweaker-1.10.2-2.1.225.jar
* ValkyrieLib.api (1.10-0.10.1) from valkyrielib-1.10-0.10.1.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
Launched Version: 1.10.2-forge1.10.2-12.18.1.2090
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics GL version 2.1.0 - Build 8.15.10.2622, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object 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(R) Core(TM) i3 CPU M 330 @ 2.13GHz
[12:33:06] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:560]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\EisenbraunWindows7\AppData\Roaming\.minecraft\1.9\crash-reports\crash-2016-09-24_12.33.06-client.txt
[12:33:06] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
[12:33:07] [Server thread/INFO] [FML]: Applying holder lookups
[12:33:07] [Server thread/INFO] [FML]: Holder lookups applied
[12:33:07] [Client thread/INFO] [FML]: Server terminated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment