Skip to content

Instantly share code, notes, and snippets.

@DatrixTHLK
Created October 14, 2016 01:58
Show Gist options
  • Save DatrixTHLK/11a39704a03ebf39817bcb5c04c802e2 to your computer and use it in GitHub Desktop.
Save DatrixTHLK/11a39704a03ebf39817bcb5c04c802e2 to your computer and use it in GitHub Desktop.
Crash?
---- Minecraft Crash Report ----
WARNING: coremods are present:
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.1.jar)
OnlyLoading (onlysilver-2.2.7-1.10.2.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.55-beta.jar)
CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.327.jar)
SimpleCore (Simple Quarry-1.9.4_1.0.0.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.85-universal.jar)
LoadingPlugin (HardcoreDarkness-MC1.9.4-1.8.jar)
CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal.jar)
LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1.jar)
SHLoadingPlugin (ScalingHealth-1.9.4-0.2.5c-26.jar)
CCCDeobfPlugin (unknown)
FMLPlugin (InventoryTweaks-1.61-58.jar)
SCFMLCorePlugin (StalkerCreepers-1.10.2.jar)
BCModPlugin (zz-backpacks 1.10.2 - 3.1.2.jar)
MDECore-Core (mdecore-1.10.2-1.1.jar)
Contact their authors BEFORE contacting forge
// Don't be sad. I'll do better next time, I promise!
Time: 10/13/16 9:50 PM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at net.minecraft.potion.PotionEffect.compareTo(PotionEffect.java:238)
at net.minecraft.potion.PotionEffect.compareTo(PotionEffect.java:11)
at com.google.common.collect.ReverseNaturalOrdering.compare(ReverseNaturalOrdering.java:39)
at com.google.common.collect.ReverseNaturalOrdering.compare(ReverseNaturalOrdering.java:27)
at java.util.TimSort.countRunAndMakeAscending(Unknown Source)
at java.util.TimSort.sort(Unknown Source)
at java.util.Arrays.sort(Unknown Source)
at com.google.common.collect.Ordering.sortedCopy(Ordering.java:815)
at net.minecraft.client.gui.GuiIngame.func_184048_a(GuiIngame.java:458)
at net.minecraftforge.client.GuiIngameForge.renderPotionIcons(GuiIngameForge.java:225)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:173)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1369)
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 net.minecraft.potion.PotionEffect.compareTo(PotionEffect.java:238)
at net.minecraft.potion.PotionEffect.compareTo(PotionEffect.java:11)
at com.google.common.collect.ReverseNaturalOrdering.compare(ReverseNaturalOrdering.java:39)
at com.google.common.collect.ReverseNaturalOrdering.compare(ReverseNaturalOrdering.java:27)
at java.util.TimSort.countRunAndMakeAscending(Unknown Source)
at java.util.TimSort.sort(Unknown Source)
at java.util.Arrays.sort(Unknown Source)
at com.google.common.collect.Ordering.sortedCopy(Ordering.java:815)
at net.minecraft.client.gui.GuiIngame.func_184048_a(GuiIngame.java:458)
at net.minecraftforge.client.GuiIngameForge.renderPotionIcons(GuiIngameForge.java:225)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:173)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['DatrixTW'/107208, l='MpServer', x=13.52, y=65.00, z=27.50]]
Chunk stats: MultiplayerChunkCache: 82, 82
Level seed: 0
Level generator: ID 04 - customized, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2292293 game time, 2296364 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: 1 total; [EntityPlayerSP['DatrixTW'/107208, l='MpServer', x=13.52, y=65.00, z=27.50]]
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:498)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:400)
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 10 (amd64) version 10.0
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4295876656 bytes (4096 MB) / 6429081600 bytes (6131 MB) up to 6429081600 bytes (6131 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.32 Powered by Forge 12.18.2.2105 Optifine OptiFine_1.10.2_HD_U_C4_pre 155 mods loaded, 154 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2105.jar)
UCHIJAAAAAAAAA Forge{12.18.2.2105} [Minecraft Forge] (forge-1.10.2-12.18.2.2105.jar)
UCHIJAAAAAAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.0.jar)
UCHIJAAAAAAAAA CodeChickenCore{2.1.8.79} [CodeChicken Core] (minecraft.jar)
UCHIJAAAAAAAAA backpacks16840{3.1.2} [Backpacks!] (zz-backpacks 1.10.2 - 3.1.2.jar)
UCHIJAAAAAAAAA actuallyadditions{1.10.2-r66} [Actually Additions] (ActuallyAdditions-1.10.2-r66.jar)
UCHIJAAAAAAAAA adamantium{1.6.3} [Adamantium Mod] (Adamantium Mod-1.6.3.jar)
UCHIJAAAAAAAAA advancedswords{1.3.0} [Advanced Swords] (advancedswords-1.3.0-[1.9.4].jar)
UCHIJAAAAAAAAA advancedaddons{1.1.0} [Advanced Addons] (advancedaddons-1.1.0-[1.9.4].jar)
UCHIJAAAAAAAAA agriculturalexpansion{r-1.2.0} [Agricultural Expansion] (AgriculturalExpansion[1.9.4][1.10.2]-r1.2.2.jar)
UCHIJAAAAAAAAA anvils{1.2.2.0} [Anvil Enchantments] (anvils-1.10.2-1.2.2.0.jar)
UCHIJAAAAAAAAA aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar)
UCHIJAAAAAAAAA ArmourReborn{r1.0-18} [ArmourReborn] (ArmourReborn-r1.0-18.jar)
UCHIJAAAAAAAAA Aroma1997CoreHelper{1.1.1.0} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.0.jar)
UCHIJAAAAAAAAA AromaBackup{1.0.1.1} [AromaBackup] (AromaBackup-1.9.4-1.0.1.1.jar)
UCHIJAAAAAAAAA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.1.jar)
UCHIJAAAAAAAAA ashenwheat{3.1.4.1} [Ashenwheat] (ashenwheat-1.10.2-3.1.4.1.jar)
UCHIJAAAAAAAAA BetterAchievements{0.3.1.33} [Better Achievements] (BetterAchievements-1.10.2-0.3.1.33.jar)
UCHIJAAAAAAAAA bettertitlescreen{1.2e} [Better Title Screen] (BetterTitleScreen-1.10.2-1.2e.jar)
UCHIJAAAAAAAAA birdsnests{1.3} [Bird's Nests] (BirdsNests1.10-1.3.jar)
UCHIJAAAAAAAAA JEI{3.12.7.315} [Just Enough Items] (jei_1.10.2-3.12.7.315.jar)
UCHIJAAAAAAAAA blockdrops{1.0.11} [Block Drops] (BlockDrops-1.10.2-1.0.11.jar)
UCHIJAAAAAAAAA Bloodmoon{1.2} [Bloodmoon] (Bloodmoon-MC1.9.4-1.4.1.jar)
UCHIJAAAAAAAAA bookshelf{1.4.2.327} [Bookshelf] (Bookshelf-1.10.2-1.4.2.327.jar)
UCHIJAAAAAAAAA bookshelfapi{3.3.0} [Bookshelf] (Bookshelf-API-1.10.2-3.3.0.jar)
UCHIJAAAAAAAAA cavern{1.1.1} [Cavern] (Cavern_1.10-v1.1.1.jar)
UCHIJAAAAAAAAA ChickenChunks{2.1.3.36} [ChickenChunks] (ChickenChunks-1.10.2-2.1.3.36-universal.jar)
UCHIJAAAAAAAAA CobbleDrops{1.10.2.01} [CobbleDrops] (CobbleDrops 1.10.2.01.jar)
UCHIJAAAAAAAAA coroai{v1.1.9} [coroai] (coroutil-1.10.2-1.1.9.jar)
UCHIJAAAAAAAAA extendedrenderer{v1.0} [Extended Renderer] (coroutil-1.10.2-1.1.9.jar)
UCHIJAAAAAAAAA configmod{v1.0} [Extended Mod Config] (coroutil-1.10.2-1.1.9.jar)
UCHIJAAAAAAAAA craftingtweaks{6.1.14} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.14.jar)
UCHIJAAAAAAAAA cxlibrary{1.2.2} [CXLibrary] (cxlibrary-1.10.2-1.2.2.jar)
UCHIJAAAAAAAAA cyberware{beta-0.2.3} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.2.3.jar)
UCHIJAAAAAAAAA cyclopscore{0.8.0} [Cyclops Core] (CyclopsCore-1.9.4-0.8.0.jar)
UCHIJAAAAAAAAA D3Core{1.3.0.59} [D³Core] (D3Core-1.9.4-1.3.0.59.jar)
UCHIJAAAAAAAAA ds{1.10.2-0.1.0} [Decorative Styles] (Decorative Styles-1.10.2-1.0.0.jar)
UCHIJAAAAAAAAA easyBreeding{5.0.0} [Easy Breeding] (easybreeding-1.9.4-4.0.1.jar)
UCHIJAAAAAAAAA ea{v2.4.7a-mc1.10.2} [Ebon Arts] (EbonArts-v2.4.7a-mc1.10.2.jar)
UCHIJAAAAAAAAA ediblebugs{1.4.5.2073} [Edible Bugs Mod] (ediblebugs-MC1.10.02_EB1.4.5.2073.jar)
UCHIJAAAAAAAAA elevatorid{1.2.0} [Elevator Mod] (ElevatorMod[V.1.2.0][MC.1.10.2].jar)
UCHIJAAAAAAAAA emeraldobsidianmod{1.5} [Emerald & Obsidian tools/armor mod] (emeraldobsidianmod-1.5-1.10.2.jar)
UCHIJAAAAAAAAA eplus{4.1.0.113} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.114.jar)
UCHIJAAAAAAAAA endores{1.0-a.011} [End Ores] (End Ores-1.0-a.011.jar)
UCHIJAAAAAAAAA endercore{1.10.2-0.4.1.55-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.55-beta.jar)
UCHIJAAAAAAAAA EnderIO{1.10.2-3.0.1.120_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.120_beta.jar)
UCHIJAAAAAAAAA enrichedobsidian{1.0} [Enriched Obsidian Mod] (enrichedobsidian-1.0.jar)
UCHIJAAAAAAAAA environmentalcreepers{1.1.0} [Environmental Creepers] (environmentalcreepers-1.10.2-1.1.0.jar)
UCHIJAAAAAAAAA epm{1.9 for MCVersion 1.10.2} [�4Dot_�fSilver's �2Essence �aPowder �2Mod] (epm-v1.9-mcv1.10.2.jar)
UCHIJAAAAAAAAA everlastingabilities{1.2.1} [EverlastingAbilities] (EverlastingAbilities-1.9.4-1.2.1.jar)
UCHIJAAAAAAAAA evilcraft{0.10.12} [EvilCraft] (EvilCraft-1.10.2-0.10.12.jar)
UCHIJAAAAAAAAA exnihiloomnia{1.1.3} [Ex Nihilo Omnia] (exnihiloomnia-1.1.3.jar)
UCHIJAAAAAAAAA excompressum{2.0.40} [Ex Compressum] (ExCompressum_1.10.2-2.0.40.jar)
UCHIJAAAAAAAAA excore{1.6.2} [EXCore] (Excore-1.6.2-1.10.2.jar)
UCHIJAAAAAAAAA expandedbonemeal{1.0.0} [ExpandedBonemeal] (expandedbonemeal-1.10.2-1.0.0.jar)
UCHIJAAAAAAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.1.0c.jar)
UCHIJAAAAAAAAA ezstorage{2.2.4} [EZStorage 2] (ezstorage-2.2.4.jar)
UCHIJAAAAAAAAA F2L{1.10.2} [Flesh2Leather] (Flesh2Leather [1.10.2].jar)
UCHIJAAAAAAAAA flintmod{7.5} [Flint Instead of Wood] (FlintInsteadOfWood[1.10.2]-7.5.jar)
UCHIJAAAAAAAAA FloodLights{1.2.7-145} [Flood Lights] (FloodLights-1.9.4-1.2.7-145.jar)
UCHIJAAAAAAAAA ftea{1.10.2} [Flower Tea] (Flower Tea [1.10.2].jar)
UCHIJAAAAAAAAA fe{1.2.1} [Food Expansion] (FoodExpansion1.2.4-1.10.2.jar)
UCHIJAAAAAAAAA forestry{5.2.14.270} [Forestry] (forestry_1.10.2-5.2.14.270.jar)
UCHIJAAAAAAAAA llor{1.1.0-mc[1.9-1.10.2]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.0-mc[1.9-1.10.2].jar)
UCHIJAAAAAAAAA moreoverlays{1.8} [MoreOverlays] (moreoverlays-1.8-mc1.10.2.jar)
UCHIJAAAAAAAAA FEI{1.0.16} [Forever Enough Items] (ForeverEnoughItems-1.0.16-1.10.2.jar)
UCHIJAAAAAAAAA foxlib{@VERSION@} [FoxLib] (FoxLib-1.9.4-0.10.0.jar)
UCHIJAAAAAAAAA SilentLib{1.0.12} [Silent Lib] (SilentLib-1.9.4-1.0.12-20.jar)
UCHIJAAAAAAAAA WIT{1.0.20} [WIT] (WIT-1.9.4-1.0.20-38.jar)
UCHIJAAAAAAAAA FunOres{1.3.1} [Fun Ores] (FunOres-1.9.4-1.3.1-74.jar)
UCHIJAAAAAAAAA gemsplus{1.7} [Gems+] (gemsplus-1.7-mc1.10.2.jar)
UCHIJAAAAAAAAA lit{@VERSION@} [Little Insignificant Things] (LittleInsignificantThings-1.10-3.0.3.jar)
UCHIJAAAAAAAAA SilentGems{2.1.1} [Silent's Gems] (SilentsGems-1.10.2-2.1.1-77.jar)
UCHIJAAAAAAAAA gemulation{1.10-4.0.0} [Gemulation] (Gemulation-1.10-4.0.0.jar)
UCHIJAAAAAAAAA glass_shards{1.6.2} [Glass Shards] (glass_shards_mc1.9.4-1.6.2.jar)
UCHIJAAAAAAAAA glowniummod{1.0.0} [Glownium (Craftable Glowstone)] (glownium 1.01.jar)
UCHIJAAAAAAAAA babymobs{1.0.0} [Baby Mobs] (glownium 1.01.jar)
UCHIJAAAAAAAAA guideBook{1.6.1} [Guide Book] (GuideBook-1.6.3.jar)
UCHIJAAAAAAAAA haggismod{1.5.0-MC1.10} [Haggis Mod] (haggismod-1.5.0-MC1.10.jar)
UCHIJAAAAAAAAA HardcoreDarkness{1.8} [Hardcore Darkness] (HardcoreDarkness-MC1.9.4-1.8.jar)
UCHIJAAAAAAAAA howlingmoon{0.5Core} [Howling Moon Rising] (howlingmoon-1.10.2-0.5Core.jar)
UCHIJAAAAAAAAA ice_shards{1.4.2} [Ice Shards] (ice_shards_mc1.9.4-1.4.2.jar)
UCHIJAAAAAAAAA InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
UCHIJAAAAAAAAA infinitefluids{1.1.0} [InfiniteFluids] (infinitefluids-1.10.2-1.1.0.jar)
UCHIJAAAAAAAAA LunatriusCore{1.1.2.36} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.36-universal.jar)
UCHIJAAAAAAAAA InGameInfoXML{2.8.1.88} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.88-universal.jar)
UCHIJAAAAAAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCHIJAAAAAAAAA jeibees{0.9.0.3} [JEI Bees] (jeibees-0.9.0.3-mc1.10.2.jar)
UCHIJAAAAAAAAA levels{r4.1.3} [Levels] (Levels-1.10.2-r4.1.3.jar)
UCHIJAAAAAAAAA levelup{${version}} [Level Up!] (LevelUp!-0.12.2-1.10.2.jar)
UCHIJAAAAAAAAA lightningcraft{2.6.0} [LightningCraft] (lightningcraft-2.6.0-[1.10.2].jar)
UCHIJAAAAAAAAA lootbags{2.1.2} [Loot Bags] (LootBags-1.10.2-2.1.2.jar)
UCHIJAAAAAAAAA LotsOfFood{1.12.0} [Lots of Food] (Lots of Food-1.12.0.jar)
UCHIJAAAAAAAAA more{7.3} [M-Ore Mod] (M-Ore 7.6 1.10.2.jar)
UCHIJAAAAAAAAA am{1.7.2} [Marines Random Things] (Marines Random Things 1.7.2.jar)
UCHIJAAAAAAAAA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
UCHIJAAAAAAAAA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)
UCHIJAAAAAAAAA md{0.5.7} [Mo'Drops] (md-v-0.5.7mc1.9.4-1.10.2-RELEASE.jar)
UCHIJAAAAAAAAA mdecore{1.10.2-1.1} [MattDahEpic Core] (mdecore-1.10.2-1.1.jar)
UCHIJAAAAAAAAA mineTunes{1.2-9} [mineTunes] (MineTunes 1.2-9.jar)
UCHIJAAAAAAAAA mobdropores{1.10.2-1.0} [Mob Drop Ores] (mobdropores-1.10.2-1.0.jar)
UCHIJAAAAAAAAA mobdrops{1.2.7.4} [MobDrops] (mobdrops-1.2.8.5.jar)
UCHIJAAAAAAAAA mobrebirth{6.1.2} [Mob Rebirth] (MobRebirth-Forge-6.1.2.jar)
UCHIJAAAAAAAAA ModNameTooltip{1.6.0} [Mod Name Tooltip] (modnametooltip_1.10.2-1.6.0.jar)
UCHIJAAAAAAAAA MoreFish{0.6} [More Fish] (More Fish-1.10.2-0.6.jar)
UCHIJAAAAAAAAA morefood{1.17} [More Foods] (more-foods-1.10.2-2011-1.17.jar)
UCHIJAAAAAAAAA morebees{1.10.2-1.1.3} [More Bees] (morebees-1.10.2-1.1.3.jar)
UCHIJAAAAAAAAA shear{1.1.2} [More Shearables] (MoreShearables1.2.1-1.10.2.jar)
UCHIJAAAAAAAAA moreshears{1.0.0} [More Shears] (moreshears-1.10.2-1.0.1-release.jar)
UCHIJAAAAAAAAA MultiPageChest{1.7.0} [Multi Page Chest] (MultiPageChest-1.10-1.7.0.jar)
UCHIJAAAAAAAAA MysticOres{1.6} [MysticOres] (Mystic Ores 1.6.jar)
UCHIJAAAAAAAAA mysticalcrops{2.0} [Mystical Crops] (Mystical Crops-2.0.0.jar)
UCHIJAAAAAAAAA mysticalagriculture{1.2.3} [Mystical Agriculture] (mysticalagriculture-1.2.3.jar)
UCHIJAAAAAAAAA neotech{3.3.0} [NeoTech] (NeoTech-1.10.2-3.3.0.jar)
UCHIJAAAAAAAAA simplecore{1.3.11.0} [SimpleCore API] (simplecore-1.10.2-1.3.11.0.jar)
UCHIJAAAAAAAAA netherrocks{1.4.1.1} [Netherrocks] (netherrocks-1.10.2-1.4.1.1.jar)
UCHIJAAAAAAAAA recipehandler{0.5} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.5(1.10.2).jar)
UCHIJAAAAAAAAA onlysilver{2.2.7-1.10.2} [OnlySilver] (onlysilver-2.2.7-1.10.2.jar)
UCHIJAAAAAAAAA pplus{1.10.2} [Peaceful Plus] (Peaceful Plus [1.10.2].jar)
UCHIJAAAAAAAAA PigManure{${mod_version}} [Pig Manure] (pig-manure-1.0.2-mc1.9.4.jar)
UCHIJAAAAAAAAA randomore{1.3.1} [Randomite Ore] (RandomiteOre-1.3.1-MC1.10.2.jar)
UCHIJAAAAAAAAA recycler{1.3} [Corail Recycleur] (recycler-1.3.1-1.9.4.jar)
UCHIJAAAAAAAAA reinforcedTools{1.4.1} [ReinforcedTools] (ReinforcedTools-1.5.0-1.10.2.jar)
UCHIJAAAAAAAAA reptilemod{3.5.2} [Reptile Mod] (reptilemod-1.10.2-3.5.2-58.jar)
UCHIJAAAAAAAAA scalinghealth{0.2.5} [Scaling Health] (ScalingHealth-1.9.4-0.2.5c-26.jar)
UCHIJAAAAAAAAA scenter{1.10.2-3.8.0} [Scenter] (scenter-1.10.2-3.8.0.jar)
UCHIJAAAAAAAAA shetiphiancore{3.3.1} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.1.jar)
UCHIJAAAAAAAAA simplequarry{1.9.4_1.0.0} [Simple Quarry] (Simple Quarry-1.9.4_1.0.0.jar)
UCHIJAAAAAAAAA simpleoregen{1.10.2-0.4.4} [SimpleOreGen] (simpleoregen-1.10.2-0.4.4.jar)
UCHIJAAAAAAAAA slurpiesdongles{4.0.0} [Slurpie's Dongles] (Slurpie's Dongles- 1.10.2-2.0.2.jar)
UCHIJAAAAAAAAA subcommonlib{1.2} [Subaraki's Common Library] (sublib-1.10.2-1.1.1.0.jar)
UCHIJAAAAAAAAA substratum{1.8.1.0} [Substratum] (Substratum-1.10.2-1.8.1.0.jar)
UCHIJAAAAAAAAA sugiforest{1.2.2} [SugiForest] (SugiForest_1.9.4-v1.2.2.jar)
UCHIJAAAAAAAAA superores{1.6} [Super Ores] (SuperOres-1.6.jar)
UCHIJAAAAAAAAA tails{1.10.2-1.8.3} [Tails] (Tails-1.10.2-1.8.3.jar)
UCHIJAAAAAAAAA telepads{1.10.2 v1.0} [Telepads] (telepads-1.10.2-1.0.0.0.jar)
UCHIJAAAAAAAAA terraqueous{1.2.6} [Terraqueous] (terraqueous-1.10.0-1.2.6.jar)
UCHIJAAAAAAAAA thedragoncore{1.10.2-1.0.2.0} [TheDragonCore] (thedragoncore-1.10.2-1.0.2.0.jar)
UCHIJAAAAAAAAA theoneprobe{1.1.5} [The One Probe] (theoneprobe-1.10-1.1.5.jar)
UCHIJAAAAAAAAA tp{1.0.0} [Tiny Progressions] (tinyprogressions-1.10.2-1.0.6-release.jar)
UCHIJAAAAAAAAA tombstone{1.2} [Tombstone] (tombstone-1.2.3-1.9.4.jar)
UCHIJAAAAAAAAA uniStone{1.0} [Unified Stone Tools] (Unified Stone-1.0A mc 1.10.2.jar)
UCHIJAAAAAAAAA usefulrecipes{2.1.0.0} [UsefulRecipes] (usefulrecipes-2.1.0.0-HOTFIX-1.jar)
UCHIJAAAAAAAAA utilityworlds{1.0.9} [Utility Worlds] (UtilityWorlds-1.9.4_1.0.9.jar)
UCHIJAAAAAAAAA VeinMiner{0.34.1_1.9-73be663} [Vein Miner] (VeinMiner-0.34.1-1.9r571+73be663.jar)
UCHIJAAAAAAAAA VeinMinerModSupport{0.34.1_1.9-73be663} [Mod Support] (VeinMiner-0.34.1-1.9r571+73be663.jar)
UCHIJAAAAAAAAA waterstrainer{1.3.0} [Water Strainer] (WaterStrainer-1.9.4-1.3.0.jar)
UCHIJAAAAAAAAA wired{1.3.3} [WIRED: More Augs] (WIRED-1.3.3.jar)
UCHIJAAAAAAAAA Woot{1.10.2-1.2.0} [Woot] (woot-1.10.2-1.2.0.jar)
UCHIJAAAAAAAAA xlfoodmod{1.10.2-0.4.0} [XL Food Mod] (XL Food Mod-1.10.2-0.4.0.jar)
UCHIJAAAAAAAAA YAFM{1.0.5} [Yet Another Food Mod] (yafm-1.0.5-mc1.9.4.jar)
UCHIJAAAAAAAAA zombie_steak{1.10-1.1.2} [Zombie Steak] (zombie_steak-1.10-1.1.2.jar)
UCHIJAAAAAAAAA zombieawareness{v1.20} [Zombie Awareness] (zombieawareness-1.10.2-1.20.jar)
UD mdecore-core{1.0} [MDE Core - ASM Tweaks] (minecraft.jar)
Loaded coremods (and transformers):
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.1.jar)
shetiphian.core.asm.ClassTransformer
OnlyLoading (onlysilver-2.2.7-1.10.2.jar)
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
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.327.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
SimpleCore (Simple Quarry-1.9.4_1.0.0.jar)
com.mrdimka.simplequarry.core.SimpleClassTransformer
CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.85-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
LoadingPlugin (HardcoreDarkness-MC1.9.4-1.8.jar)
lumien.hardcoredarkness.asm.ClassTransformer
CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal.jar)
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1.jar)
lumien.bloodmoon.asm.ClassTransformer
SHLoadingPlugin (ScalingHealth-1.9.4-0.2.5c-26.jar)
net.silentchaos512.scalinghealth.asm.SHClassTransformer
CCCDeobfPlugin (unknown)
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
SCFMLCorePlugin (StalkerCreepers-1.10.2.jar)
atomicstryker.stalkercreepers.common.SCTransformer
BCModPlugin (zz-backpacks 1.10.2 - 3.1.2.jar)
brad16840.common.asm.ClassTransformer
MDECore-Core (mdecore-1.10.2-1.1.jar)
com.mattdahepic.mdecore.asm.TickrateTransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13447 Compatibility Profile Context 20.19.0.32837' Renderer: 'AMD Radeon R9 200 Series'
CodeChickenCore: ignoreInvalidMCVersion state: false
D3Core: Debug: false Silliness: true AprilFools: true PastPost:true
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. Always check the stack trace above to see which mod is most likely failing.):
* 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/DatrixTHLK/AppData/Roaming/.minecraft/mods/1.10.2/ActuallyAdditions-1.10.2-r66.jar!/cofh/api/energy/EnergyStorage.class
* RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/DatrixTHLK/AppData/Roaming/.minecraft/mods/1.10.2/ActuallyAdditions-1.10.2-r66.jar!/cofh/api/energy/IEnergyConnection.class
* RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/DatrixTHLK/AppData/Roaming/.minecraft/mods/1.10.2/ActuallyAdditions-1.10.2-r66.jar!/cofh/api/energy/IEnergyContainerItem.class
* RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/DatrixTHLK/AppData/Roaming/.minecraft/mods/1.10.2/ActuallyAdditions-1.10.2-r66.jar!/cofh/api/energy/IEnergyHandler.class
* RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/DatrixTHLK/AppData/Roaming/.minecraft/mods/1.10.2/ActuallyAdditions-1.10.2-r66.jar!/cofh/api/energy/IEnergyProvider.class
* RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/DatrixTHLK/AppData/Roaming/.minecraft/mods/1.10.2/ActuallyAdditions-1.10.2-r66.jar!/cofh/api/energy/IEnergyReceiver.class
* RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/DatrixTHLK/AppData/Roaming/.minecraft/mods/1.10.2/ActuallyAdditions-1.10.2-r66.jar!/cofh/api/energy/IEnergyStorage.class
* RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/DatrixTHLK/AppData/Roaming/.minecraft/mods/1.10.2/ActuallyAdditions-1.10.2-r66.jar!/cofh/api/energy/ItemEnergyContainer.class
* RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/DatrixTHLK/AppData/Roaming/.minecraft/mods/1.10.2/Bookshelf-API-1.10.2-3.3.0.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
* Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
* Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
* Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
* Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
* Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
* Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
* Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
* Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
* Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
* Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
* Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
Launched Version: 1.10.2
LWJGL: 2.9.4
OpenGL: AMD Radeon R9 200 Series GL version 4.5.13447 Compatibility Profile Context 20.19.0.32837, 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: [1.10] R3D CRAFT 64x (v0.3.0).zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x AMD FX(tm)-8350 Eight-Core Processor
OptiFine Version: OptiFine_1.10.2_HD_U_C4_pre
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.13447 Compatibility Profile Context 20.19.0.32837
OpenGlRenderer: AMD Radeon R9 200 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment