Crash upon loading
Closed this issue ยท 0 comments
---- Minecraft Crash Report ----
WARNING: coremods are present:
FMLPlugin (InventoryTweaks-1.62-dev-77.jar)
Default Options (DefaultOptions_1.11.2-8.2.2.jar)
LoadingPlugin (Quark-r1.2-82.jar)
BiomeTweakerCore (BiomeTweaker-1.11.2-2.2.242.jar)
AppleCore (AppleCore-mc1.11.2-2.1.1.jar)
OpenEyePlugin (OpenEye-1.11.2-0.8.jar)
LoadingPlugin (ResourceLoader-MC1.11-1.5.1.jar)
ChiselCorePlugin (Chisel-MC1.11.2-0.0.9.9.jar)
SFRCore (SolarFluxReborn_1.11.2-2.12r.jar)
Contact their authors BEFORE contacting forge
// On the bright side, I bought you a teddy bear!
Time: 3/2/17 4:09 PM
Description: Initializing game
java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at elec332.core.util.FMLUtil.loadClass(FMLUtil.java:22)
at elec332.core.main.ElecCoreDiscoverer$AdvancedASMData.loadClass(ElecCoreDiscoverer.java:199)
at elec332.core.main.APIHandler.processASMData(APIHandler.java:48)
at elec332.core.main.ElecCoreDiscoverer.process(ElecCoreDiscoverer.java:146)
at elec332.core.main.ElecCore.onConstructionLast(ElecCore.java:114)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:246)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:224)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:582)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:440)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352)
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)
Caused by: java.lang.IllegalArgumentException: Unsupported MC version: 1.11.2
at elec332.abstraction.manager.AbstractionManager.init(AbstractionManager.java:29)
at elec332.abstraction.manager.AbstractionManager.(AbstractionManager.java:47)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Client thread
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at elec332.core.util.FMLUtil.loadClass(FMLUtil.java:22)
at elec332.core.main.ElecCoreDiscoverer$AdvancedASMData.loadClass(ElecCoreDiscoverer.java:199)
at elec332.core.main.APIHandler.processASMData(APIHandler.java:48)
at elec332.core.main.ElecCoreDiscoverer.process(ElecCoreDiscoverer.java:146)
at elec332.core.main.ElecCore.onConstructionLast(ElecCore.java:114)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:246)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:224)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:582)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:440)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352)
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.11.2
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: 163054704 bytes (155 MB) / 350593024 bytes (334 MB) up to 6407585792 bytes (6110 MB)
JVM Flags: 18 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=20000
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.38 Powered by Forge 13.20.0.2252 73 mods loaded, 72 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC minecraft{1.11.2} [Minecraft] (minecraft.jar)
UC mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UC FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2252.jar)
UC forge{13.20.0.2252} [Minecraft Forge] (forge-1.11.2-13.20.0.2252.jar)
UC OpenEye{0.8} [OpenEye] (OpenEye-1.11.2-0.8.jar)
UC actuallyadditions{1.11.2-r102} [Actually Additions] (ActuallyAdditions-1.11.2-r102.jar)
UC applecore{2.1.1} [AppleCore] (AppleCore-mc1.11.2-2.1.1.jar)
UC jei{4.2.7.241} [Just Enough Items] (jei_1.11.2-4.2.7.241.jar)
UC appleskin{1.0.6} [AppleSkin] (AppleSkin-mc1.11-1.0.6.jar)
UC psi{r1.1-46} [Psi] (Psi-r1.1-46.jar)
UC quark{r1.2-82} [Quark] (Quark-r1.2-82.jar)
UC autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
UC baubles{1.4.3} [Baubles] (Baubles-1.11-1.4.3.jar)
UC bdlib{1.13.1.4} [BD Lib] (bdlib-1.13.1.4-mc1.11.2.jar)
UC bedbugs{@Version@} [Bed Bugs] (BedBugs-1.11.2-1.1.5.jar)
UC betterbuilderswands{0.11.0} [Better Builder's Wands] (BetterBuildersWands-1.11-0.11.0.233+4d933ac.jar)
UC biometweaker{2.2.242} [BiomeTweaker] (BiomeTweaker-1.11.2-2.2.242.jar)
UC blockdispenser{1.0} [BlockDispenser] (BlockDispenser-1.1-2.jar)
UC guideapi{1.11-2.1.0-50} [Guide-API] (Guide-API-1.11-2.1.0-50.jar)
UC bloodmagic{1.11-2.1.4-73} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.11-2.1.4-73.jar)
UC chameleon{1.11-3.0.2} [Chameleon] (Chameleon-1.11-3.0.2.jar)
UC chesttransporter{2.7.0} [Chest Transporter] (ChestTransporter-1.11.2-2.7.0.jar)
UC chisel{MC1.11.2-0.0.9.9} [Chisel] (Chisel-MC1.11.2-0.0.9.9.jar)
UC chiselsandbits{13.10} [Chisels & Bits] (chiselsandbits-13.10.jar)
UC clienttweaks{2.1.2} [Client Tweaks] (ClientTweaks_1.11-2.1.2.jar)
UC cyclopscore{0.9.3} [Cyclops Core] (CyclopsCore-1.11.2-0.9.3.jar)
UC colossalchests{1.5.0} [Colossal Chests] (ColossalChests-1.11.2-1.5.0.jar)
UC commoncapabilities{1.3.1} [CommonCapabilities] (CommonCapabilities-1.11.2-1.3.1.jar)
UC controlling{2.0.4} [Controlling] (Controlling-2.0.4.jar)
UC cookingforblockheads{5.2.6} [Cooking for Blockheads] (CookingForBlockheads_1.11.2-5.2.6.jar)
UC crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.11.2-3.0.22.jar)
UC crafttweaker{3.0.22} [Crafttweaker] (CraftTweaker-1.11.2-3.0.22.jar)
UC ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.11.2-3.0.22.jar)
UC custommainmenu{2.0.3} [Custom Main Menu] (CustomMainMenu-MC1.11-2.0.3.jar)
UC forestry{5.3.1.44} [Forestry] (forestry_1.11.2-5.3.1.44.jar)
UC eleccore{1.7.407} [ElecCore] (ElecCore-1.11-1.7.407.jar)
UC deepresonance{1.4.5} [DeepResonance] (deepresonance-1.1x-1.4.5.jar)
UC defaultoptions{8.2.2} [Default Options] (DefaultOptions_1.11.2-8.2.2.jar)
UC elevatorid{1.3.0} [Elevator Mod] (ElevatorMod-1.11.2-1.3.0.jar)
UC valkyrielib{1.11.2-0.11.0b} [Valkyrie Lib] (valkyrielib-1.11.2-0.11.0c.jar)
UC environmentaltech{1.11.2-0.11.0d} [Environmental Tech] (environmentaltech-1.11.2-0.11.0d.jar)
UC etlunar{1.11.2-0.11.0c} [ET Lunar] (etlunar-1.11.2-0.11.0c.jar)
UC extrabitmanipulation{1.11.2-3.0.4} [Extra Bit Manipulation] (ExtraBitManipulation-1.11.2-3.0.4.jar)
UC extrautils2{1.0} [extrautils2] (extrautils2-1.11.2-1.3.0.jar)
UC zerocore{1.11.2-0.1.0.4} [Zero CORE] (zerocore-1.11.2-0.1.0.4.jar)
UC bigreactors{1.11.2-0.4.5.27} [Extreme Reactors] (ExtremeReactors-1.11.2-0.4.5.27.jar)
UC fastleafdecay{v12} [Fast Leaf Decay] (FastLeafDecay-v12.jar)
UC gendustry{1.6.5.5} [GenDustry] (gendustry-1.6.5.5-mc1.11.2.jar)
UC gravestone{1.7.2} [Gravestone] (GraveStone Mod 1.7.2.jar)
UC hammercore{1.2.8} [Hammer Core] (HammerCore_1.11.2-1.2.8.jar)
UC hardcorequesting{1.11.2-5.1.0alpha2} [Hardcore Questing Mode] (HQM-New Heights-1.11.2-5.1.0alpha2.jar)
UC waila{1.8.10} [Waila] (Hwyla-1.8.10-B23_1.11.jar)
UC inventorytweaks{1.62-dev-77-7812cce} [Inventory Tweaks] (InventoryTweaks-1.62-dev-77.jar)
UC jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.11.2.jar)
UC journeymap{1.11.2-5.4.6} [JourneyMap] (journeymap-1.11.2-5.4.6.jar)
UC jeresources{0.6.2.104} [Just Enough Resources] (JustEnoughResources-1.11.2-0.6.2.104.jar)
UC mtrm{1.2.1.22} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.11.2-1.2.1.22.jar)
UC mousetweaks{2.7.3} [Mouse Tweaks] (MouseTweaks-2.7.3-mc1.11.2.jar)
UC mysticalagriculture{1.4.2} [Mystical Agriculture] (mysticalagriculture[1.11.2]-1.4.2.jar)
UC notenoughwands{1.5.4} [Not Enough Wands] (notenoughwands-1.1x-1.5.4.jar)
UC packingtape{1.11.0-0.6.1} [Packing Tape] (PackingTape-1.11.0-0.6.1.jar)
UC rangedpumps{0.4} [Ranged Pumps] (rangedpumps-0.4.jar)
UC refinedstorage{1.4.1} [Refined Storage] (refinedstorage-1.4.1.jar)
UC resourceloader{1.5.1} [Resource Loader] (ResourceLoader-MC1.11-1.5.1.jar)
UC rftools{5.84} [RFTools] (rftools-1.1x-5.84.jar)
UC rftoolsdim{4.54} [RFTools Dimensions] (rftoolsdim-1.1x-4.54.jar)
UC roguelike{1.6.3} [Roguelike Dungeons] (RoguelikeDungeons-1.11.2-1.6.3.jar)
UC simplegenerators{1.11.2-0.11.0a} [Simple Generators] (simplegenerators-1.11.2-0.11.0a.jar)
UC solarfluxreborn{2.12r} [Solar Flux Reborn] (SolarFluxReborn_1.11.2-2.12r.jar)
UC soulshardstow{1.11-2.6.6-47} [Soul Shards - The Old Ways] (SoulShards-TOW-1.11-2.6.6-47.jar)
UC storagedrawers{1.11.2-4.2.0} [Storage Drawers] (StorageDrawers-1.11.2-4.2.0.jar)
U wailaharvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.11-1.1.9.jar)
UD BiomeTweakerCore{2.2.242} [BiomeTweaker Core] (minecraft.jar)
Loaded coremods (and transformers):
FMLPlugin (InventoryTweaks-1.62-dev-77.jar)
invtweaks.forge.asm.ContainerTransformer
Default Options (DefaultOptions_1.11.2-8.2.2.jar)
net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
LoadingPlugin (Quark-r1.2-82.jar)
vazkii.quark.base.asm.ClassTransformer
BiomeTweakerCore (BiomeTweaker-1.11.2-2.2.242.jar)
me.superckl.biometweaker.core.BiomeTweakerASMTransformer
AppleCore (AppleCore-mc1.11.2-2.1.1.jar)
squeek.applecore.asm.TransformerModuleHandler
OpenEyePlugin (OpenEye-1.11.2-0.8.jar)
openeye.asm.MultiTransformer
LoadingPlugin (ResourceLoader-MC1.11-1.5.1.jar)
lumien.resourceloader.asm.ClassTransformer
ChiselCorePlugin (Chisel-MC1.11.2-0.0.9.9.jar)
team.chisel.common.asm.ChiselTransformer
SFRCore (SolarFluxReborn_1.11.2-2.12r.jar)
com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4358' Renderer: 'Intel(R) HD Graphics 4000'
Launched Version: forge-13.20.0.2252
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.4358, Intel
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(R) Core(TM) i3-3110M CPU @ 2.40GHz