MultiMC / Launcher

A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once
https://multimc.org/
Other
4.19k stars 861 forks source link

Error when trying to start up with mods #126

Closed JeffreyTehGamer closed 10 years ago

JeffreyTehGamer commented 10 years ago

I just added 2 new mods and I don't see an error with them

2014-03-03 23:05:00 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2014-03-03 23:05:00 [INFO] [STDOUT] // Hey, that tickles! Hehehe!
2014-03-03 23:05:00 [INFO] [STDOUT] 
2014-03-03 23:05:00 [INFO] [STDOUT] Time: 3/3/14 11:05 PM
2014-03-03 23:05:00 [INFO] [STDOUT] Description: Initializing game
2014-03-03 23:05:00 [INFO] [STDOUT] 
2014-03-03 23:05:00 [INFO] [STDOUT] java.lang.NoClassDefFoundError: java/lang/ReflectiveOperationException
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.Class.getDeclaredConstructors0(Native Method)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.Class.privateGetDeclaredConstructors(Class.java:2446)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.Class.getConstructor0(Class.java:2756)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.Class.newInstance0(Class.java:328)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.Class.newInstance(Class.java:310)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:195)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.network.NetworkModHandler.configureNetworkMod(NetworkModHandler.java:133)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:102)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:263)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Method.java:597)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Method.java:597)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
2014-03-03 23:05:00 [INFO] [STDOUT]     at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
2014-03-03 23:05:00 [INFO] [STDOUT]     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2014-03-03 23:05:00 [INFO] [STDOUT]     at net.minecraft.client.main.Main.main(SourceFile:101)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Method.java:597)
2014-03-03 23:05:00 [INFO] [STDOUT]     at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-03-03 23:05:00 [INFO] [STDOUT]     at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Method.java:597)
2014-03-03 23:05:00 [INFO] [STDOUT]     at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
2014-03-03 23:05:00 [INFO] [STDOUT]     at org.multimc.EntryPoint.listen(EntryPoint.java:165)
2014-03-03 23:05:00 [INFO] [STDOUT]     at org.multimc.EntryPoint.main(EntryPoint.java:54)
2014-03-03 23:05:00 [INFO] [STDOUT] Caused by: java.lang.ClassNotFoundException: java.lang.ReflectiveOperationException
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.security.AccessController.doPrivileged(Native Method)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
2014-03-03 23:05:00 [INFO] [STDOUT]     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:102)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
2014-03-03 23:05:00 [INFO] [STDOUT]     ... 48 more
2014-03-03 23:05:00 [INFO] [STDOUT] 
2014-03-03 23:05:00 [INFO] [STDOUT] 
2014-03-03 23:05:00 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2014-03-03 23:05:00 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2014-03-03 23:05:00 [INFO] [STDOUT] 
2014-03-03 23:05:00 [INFO] [STDOUT] -- Head --
2014-03-03 23:05:00 [INFO] [STDOUT] Stacktrace:
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.Class.getDeclaredConstructors0(Native Method)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.Class.privateGetDeclaredConstructors(Class.java:2446)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.Class.getConstructor0(Class.java:2756)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.Class.newInstance0(Class.java:328)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.Class.newInstance(Class.java:310)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:195)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.network.NetworkModHandler.configureNetworkMod(NetworkModHandler.java:133)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:102)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:263)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Method.java:597)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Method.java:597)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-03-03 23:05:00 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
2014-03-03 23:05:00 [INFO] [STDOUT]     at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
2014-03-03 23:05:00 [INFO] [STDOUT]     at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
2014-03-03 23:05:00 [INFO] [STDOUT] 
2014-03-03 23:05:00 [INFO] [STDOUT] -- Initialization --
2014-03-03 23:05:00 [INFO] [STDOUT] Details:
2014-03-03 23:05:00 [INFO] [STDOUT] Stacktrace:
2014-03-03 23:05:00 [INFO] [STDOUT]     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2014-03-03 23:05:00 [INFO] [STDOUT]     at net.minecraft.client.main.Main.main(SourceFile:101)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Method.java:597)
2014-03-03 23:05:00 [INFO] [STDOUT]     at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-03-03 23:05:00 [INFO] [STDOUT]     at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-03-03 23:05:00 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-03-03 23:05:00 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Method.java:597)
2014-03-03 23:05:00 [INFO] [STDOUT]     at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
2014-03-03 23:05:00 [INFO] [STDOUT]     at org.multimc.EntryPoint.listen(EntryPoint.java:165)
2014-03-03 23:05:00 [INFO] [STDOUT]     at org.multimc.EntryPoint.main(EntryPoint.java:54)
2014-03-03 23:05:00 [INFO] [STDOUT] 
2014-03-03 23:05:00 [INFO] [STDOUT] -- System Details --
2014-03-03 23:05:00 [INFO] [STDOUT] Details:
2014-03-03 23:05:00 [INFO] [STDOUT]     Minecraft Version: 1.6.4
2014-03-03 23:05:00 [INFO] [STDOUT]     Operating System: Mac OS X (x86_64) version 10.9.1
2014-03-03 23:05:00 [INFO] [STDOUT]     Java Version: 1.6.0_65, Apple Inc.
2014-03-03 23:05:00 [INFO] [STDOUT]     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
2014-03-03 23:05:00 [INFO] [STDOUT]     Memory: 380506080 bytes (362 MB) / 534708224 bytes (509 MB) up to 3212509184 bytes (3063 MB)
2014-03-03 23:05:00 [INFO] [STDOUT]     JVM Flags: 3 total; -Xms512m -Xmx3072m -XX:PermSize=64m
2014-03-03 23:05:00 [INFO] [STDOUT]     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2014-03-03 23:05:00 [INFO] [STDOUT]     Suspicious classes: FML and Forge are installed
2014-03-03 23:05:00 [INFO] [STDOUT]     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2014-03-03 23:05:00 [INFO] [STDOUT]     FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_C8 126 mods loaded, 126 mods active
2014-03-03 23:05:00 [INFO] [STDOUT]     mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     BetterSprinting{v11} [Better Sprinting (core)] (minecraft.jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     SuperEnchants{0.4} [Super Enchants] (minecraft.jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     TooManyItems{1.6.4} [TooManyItems] (minecraft.jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     FamiliarsAPI{1.6.4} [Familiars API] (Familiars_API_1.6.4a.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.3.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     cfm{3.2.7} [¤4MrCrayfish's Furniture Mod] ([Forge]FurnitureModv3.2.7(1.6.4).zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     deconstruction{2.0.1} [The Deconstruction Mod] ([MC1.6.4]Deconstruction[v2.0.1].jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     Backpack{1.26.29} [Backpack] (backpack-1.26.29-1.6.x.jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     BWG4{1.1.9} [Better World Generation 4] (BWG4_V119.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     candycraftmod{(Alpha)} [CandyCraft] (CandyCraft.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.5.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_RecipeLoader{1.0} [Recipe Loader] (CustomRecipes_Forge_UNI_3294147.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     FamiliarsDefaultMobPack{1.6.4} [Familiars DefaultMobPack] (Familiars_DefaultMobPack_1.6.4a.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     FamiliarsExtendedFamPack{1.6.4} [Familiars ExtendedFamPack] (Familiars_ExtendedFamPack_1.6.4a.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     FamiliarsHerobrineFamPack{1.6.4} [Familiars HerobrineFamPack] (Familiars_HerobrineFamPack_1.6.4a.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     FinderCompass{1.6.4X} [Finder Compass] (FinderCompass_1.6.4.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed
2014-03-03 23:05:00 [INFO] [STDOUT]     killerchief_halocraft{v0.6.2} [Halocraft v0.6.2] (Halocraft v0.6.2 (MC 1.6.4).zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     hamstermod{0.1} [Hamster Mod] (Hamsterrific[1.6.4]V2.0.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     fyrestorm_icecreamcreepermod{1.0.9c} [Ice Cream Sandwich Creeper Mod] (IceCreamSandwichCreeperModv1.0.9c 1.6.2.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     lucky{4.2.1} [Lucky Block] (LuckyBlock_v4.2.1_1.6.4.jar) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     mca{3.6.0} [Minecraft Comes Alive] (MCA-3.6.0 MC-1.6.4) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_AdjacentCactuses{1.0} [Adjacent Cactuses] (MM_AdjacentCactuses_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_BatDrops{1.0} [Bat Drops] (MM_BatDrops_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_BattleCats{1.0} [Battle Cats] (MM_BattleCats_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_BoneDrop{0.0} [Bone Drop] (MM_BoneDrop_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_BonemealAll{1.0} [Bonemeal All] (MM_BonemealAll_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_ButterMod{1.0} [Butter Mod] (MM_ButterMod_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_ClassicSponges{1.0} [Classic Sponges] (MM_ClassicSponges_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_CreativeEnderpearls{1.0} [Creative Enderpearls] (MM_CreativeEnderpearls_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_DyePlacedCarpets{1.0} [Dye Placed Carpets] (MM_DyePlacedCarpets_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_DyePlacedWool{1.0} [Dye Placed Wool] (MM_DyePlacedWool_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_EdibleMadness{1.0} [Edible Madness] (MM_EdibleMadness_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_EditableSigns{1.0} [Editable Signs] (MM_EditableSigns_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_ExperienceEnchantment{1.0} [Experience Enchantment] (MM_ExperienceEnchantment_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_ExpOnDeath{1.0} [Exp On Death] (MM_ExpOnDeath_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_FallDamageReducer{1.0} [Fall Damage Reducer] (MM_FallDamageReducer_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_FireGrenades{1.0} [Fire Grenades] (MM_FireGrenades_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_FlamingNetherrack{1.0} [Flaming Netherrack] (MM_FlamingNetherrack_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_FleshDealers{1.0} [Flesh Dealers] (MM_FleshDealers_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_ForbiddenMenu{1.0} [ForbiddenMenu] (MM_ForbiddenMenu_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_FreezeEnchantment{1.0} [Freeze Enchantment] (MM_FreezeEnchantment_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_HeadDrops{1.0} [Head Drops] (MM_HeadDrops_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_HeavyAnvils{1.0} [Heavy Anvils] (MM_HeavyAnvils_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_IceBreaking{1.0} [Ice Breaking] (MM_IceBreaking_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_JukeboxReplay{1.0} [Jukebox Replay] (MM_JukeboxReplay_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_JumpSpeedEnchantment{1.0} [Jump Speed Enchantment] (MM_JumpSpeedEnchantment_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_MelonSpawning{1.0} [Melon Spawning] (MM_MelonSpawning_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_MobEggEnchantment{1.0} [Mob Egg Enchantment] (MM_MobEggEnchantment_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_MoltenGlass{1.0} [Molten Glass] (MM_MoltenGlass_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_NightVisionEnchantment{1.0} [Night Vision Enchantment] (MM_NightVisionEnchantment_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_NoteblockTuner{1.0} [Noteblock Tuner] (MM_NoteblockTuner_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_ObsidianXP{1.0} [Obsidian XP] (MM_ObsidianXP_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_OldBonemeal{1.1} [Old Bonemeal] (MM_OldBonemeal_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_PorkchopRebornMod{1.0} [Porkchop Reborn Mod] (MM_PorkchopRebornMod_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_PotionExtinguish{1.0} [Potion Extinguish] (MM_PotionExtinguish_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_RareDrops{1.0} [Rare Drops] (MM_RareDrops_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_RetrievableFire{1.0} [Retrievable Fire] (MM_RetrievableFire_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_RotateLogs{1.0} [Rotate Logs] (MM_RotateLogs_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_SacredFire{1.0} [Sacred Fire] (MM_SacredFire_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_SlowLava{1.0} [Slow Lava] (MM_SlowLava_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_SnowmanSpawner{1.0} [Snowman Spawner] (MM_SnowmanSpawner_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_SpamEnchantment{1.0} [Spam Enchantment] (MM_SpamEnchantment_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_SturdierArrows{1.0} [Sturdier Arrows] (MM_SturdierArrows_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_SugarRush{1.0} [Sugar Rush] (MM_SugarRush_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_ThrowableBricks{1.0} [Throwable Bricks] (MM_ThrowableBricks_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_ThrowableSlimeballs{1.0} [Throwable Slimeballs] (MM_ThrowableSlimeballs_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_TntDefuser{1.0} [TNT Defuser] (MM_TntDefuser_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_TntSettings{1.0} [Tnt Settings] (MM_TntSettings_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_UndeadHorses{1.0} [Undead Horses] (MM_UndeadHorses_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_UndoBook{1.0} [Undo Book] (MM_UndoBook_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_WoolPuncher{1.0} [Wool Puncher] (MM_WoolPuncher_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     chylex_ZombieNostalgia{1.0} [Zombie Nostalgia] (MM_ZombieNostalgia_Forge.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     mod_GoodNightsSleep{B2.3.2 : 1.6.4 by tippyfoo} [Good Nights Sleep] (mod_GoodNightsSleep_B2.3.2_1.6.4.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     numina{0.1.2-55} [Numina] (Numina-1.6.2-0.1.2-55.jar) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     powersuits{0.10.0-91} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.4-0.10.0-91.jar) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     modocarina{3.4.4} [The Ocarina Mod] (Ocarina_Mod_3.4.4.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     ClaySpawn{1.5} [Pam's Clay Spawn] (Pam's Clay Spawn 1.6.4.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     pamdesertcraft{1.0} [Pam's DesertCraft] (Pam's DesertCraft 1.6.4 v1.01.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     pamextendedglass{1.0} [Pam's Extended Glass] (Pam's Extended Glass 1.6.4.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     GetAllTheSeeds{1.6} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.6.4.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.4 v1.1.4.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     MushroomSpawn{1.3} [Pam's Huge Mushroom Spawn] (Pam's Huge Mushroom Spawn 1.6.4.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     MelonSpawn{1.5} [Pam's Melon Spawn] (Pam's Melon Spawn 1.6.4.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     pammobdropcrops{1.0} [Pam's Mob Drop Crops] (Pam's Mob Drop Crops 1.6.4 v1.02.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     pamrandomplants{1.0} [Pam's RandomPlants] (Pam's Random Plants 1-1.6.4.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     SimpleRecipes{1.9} [Pam's Simple Recipes] (Pam's Simple Recipes 1.6.4.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     pamtemperateplants{1.0} [Pam's TemperatePlants] (Pam's Temperate Plants 1.6.4.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     pamweeeflowers{1.1} [Pam's Weee! Flowers] (Pam's Weee Flowers 1.6.4 v1.04.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     PortalGun{2.0.2} [PortalGun] (PortalGun2.0.2.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     rancraftpenguins{1.6.4o2} [Rancraft Penguins] (RancraftPengForge_v164o2.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     RodolRivalRebels{1.6.4} [Rival Rebels] (RivalRebels.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     ShowDurability2{1.2.6} [Show Durability II] (ShowDurability2_1.2.6_MC1.6.2.jar) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     simpleores{1.3.0} [SimpleOres 2] (SimpleOres 2 + Plugins v1.3.0.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     simpleoresfusion{1.3.0} [SimpleOres 2 Fusion Plugin] (SimpleOres 2 + Plugins v1.3.0.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     netherrocks{1.0.0} [SimpleOres 2 Netherrocks Plugin] (SimpleOres 2 + Plugins v1.3.0.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     spellbound{1.0.0} [Spellbound] (Spellbound v1.1.0.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     Sync{2.1.1} [Sync] (Sync2.1.1.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     TConstruct{1.6.X_1.5.3dev} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.3.jar) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     TF2Dispenser{1.6.4} [TF2 Dispenser] (TF2_Dispenser_1.6.4a.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     TF2Teleporter{1.6.4} [TF2 Teleporter] (TF2_Teleporter_1.6.4a.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     UniversalElectricity{3.0.1} [Universal Electricity] (Universal-Electricity-3.0.1.46-core.jar) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     VillageMods{1.2c} [Village Mods] (VillageMods-1.6.4-1.2c.jar) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     VillageBiomes{1.2c} [Village Biomes] (VillageMods-1.6.4-1.2c.jar) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     VillageDensity{1.2} [Village Density] (VillageMods-1.6.4-1.2c.jar) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     Wasteland{1.6.4} [The Wasteland Mod] (WastelandMod_1.0.4.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     weaponmod{1.6.2 v1.13.6} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     mod_ZanMinimap{Not available} [mod_ZanMinimap] (ZansMinimap1.6.4.zip) Unloaded
2014-03-03 23:05:00 [INFO] [STDOUT]     Launched Version: 1.6.4
2014-03-03 23:05:00 [INFO] [STDOUT]     LWJGL: 2.9.1
2014-03-03 23:05:00 [INFO] [STDOUT]     OpenGL: Intel HD Graphics 4000 OpenGL Engine GL version 2.1 INTEL-8.18.29, Intel Inc.
2014-03-03 23:05:00 [INFO] [STDOUT]     Is Modded: Definitely; Client brand changed to 'fml,forge'
2014-03-03 23:05:00 [INFO] [STDOUT]     Type: Client (map_client.txt)
2014-03-03 23:05:00 [INFO] [STDOUT]     Resource Pack: Yay-Toast-Pack-172.zip
2014-03-03 23:05:00 [INFO] [STDOUT]     Current Language: English (US)
2014-03-03 23:05:00 [INFO] [STDOUT]     Profiler Position: N/A (disabled)
2014-03-03 23:05:00 [INFO] [STDOUT]     Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
2014-03-03 23:05:00 [INFO] [STDOUT] #@!@# Game crashed! Crash report saved to: #@!@# /Users/JeffreyTehGamer/Desktop/MultiMC.app/Contents/MacOS/instances/Modded 1.6.4/minecraft/crash-reports/crash-2014-03-03_23.05.00-client.txt
Heufneutje commented 10 years ago

That doesn't look like a MultiMC problem to me... Have you tried it without MultiMC?

JeffreyTehGamer commented 10 years ago

Yup just did with an old minecraft forge i found in my launcher crashed with same exit code ;-;

peterix commented 10 years ago

java/lang/ReflectiveOperationException is only in java 7. make sure you use java 7.

JeffreyTehGamer commented 10 years ago

I am using java 7 just checked and its fully updated.

peterix commented 10 years ago

Could be a permgen size issue then. you could try increasing that in the instance java settings.

02JanDal commented 10 years ago

Is that also the version of java used by MultiMC for that instance?

JeffreyTehGamer commented 10 years ago

Yes and I just tried the perm gen didn't work, I think I'm going to try and pick out the mods that were recently added if I can recall correctly.

peterix commented 10 years ago

So, what was the issue in the end?

JeffreyTehGamer commented 10 years ago

I actually don't know because it doesn't pinpoint to one mod but multiple I think its just overloaded with mods but it's weird because usually I can install more than 111 but oh well.