MultiMC with FTB Beta

Status
Not open for further replies.

Recon

New Member
Jul 29, 2019
408
0
0
I folllowed JadedCat's tutorial on using MultiMC and got to the point where you click on the MCForge button.

I added the 339 version, since I get errors using any other version with FTB.

I clicked Rebuild Jar.

Ran the game, which looked like it was loading, then got this error:

Code:
      Minecraft has crashed!      
      ----------------------      

Minecraft has stopped running because it encountered a problem; Failed to start game
This error has been saved to D:\Games\Minecraft\MultiMC\instances\FTB Beta 0.2.1\minecraft\crash-reports\crash-2012-11-05_17.46.00-client.txt for your convenience. Please include a copy of this file if you report this crash to anyone.



--- BEGIN ERROR REPORT 1bfad8c8 --------
Generated 11/5/12 5:46 PM

- Minecraft Version: 1.4.2
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.7.0_04, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 354487488 bytes (338 MB) / 515637248 bytes (491 MB) up to 954466304 bytes (910 MB)
- JVM Flags: 2 total; -Xms512m -Xmx1024m
- AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- FML: MCP v7.19 FML v4.2.6.422 Minecraft Forge 6.0.1.339 28 mods loaded, 28 mods active
    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    IC2 [IndustrialCraft 2] (industrialcraft-2_1.108.59-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AdvancedMachines [IC2 Advanced Machines Addon] (AdvancedMachines 4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Core [BuildCraft] (BuildCraft-universal-3.1.8.206.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Energy [BC Energy] (BuildCraft-universal-3.1.8.206.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Transport [BC Transport] (BuildCraft-universal-3.1.8.206.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Builders [BC Builders] (BuildCraft-universal-3.1.8.206.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Factory [BC Factory] (BuildCraft-universal-3.1.8.206.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Silicon [BC Silicon] (BuildCraft-universal-3.1.8.206.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ComputerCraft [ComputerCraft] (ComputerCraft1.46.zip) Unloaded->Constructed->Pre-initialized->Initialized
    CCTurtle [ComputerCraft Turtles] (ComputerCraft1.46.zip) Unloaded->Constructed->Pre-initialized->Initialized
    EnderStorage [EnderStorage] (EnderStorage 1.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ExtrabiomesXL [ExtrabiomesXL] (ExtrabiomesXL-universal-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Errored
    Forestry [Forestry for Minecraft] (forestry-A-1.6.0.0pre4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    IC2NuclearControl [Nuclear Control] (IC2NuclearControl-1.4.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
    IronChest [Iron Chest] (ironchest-universal-4.2.1.120.zip) Unloaded->Constructed->Pre-initialized->Initialized
    AdvancedSolarPanel [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_2_0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ModularForceFieldSystem [Modular ForceField System V2] (ModularForceFieldSystemV2.2.8.0.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Mystcraft [Mystcraft] (mystcraft-uni-1.4.1-0.9.3.02.zip) Unloaded->Constructed->Pre-initialized->Initialized
    PortalGun [PortalGun] (portalgun1.4.2v0_universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Railcraft [Railcraft] (Railcraft_6.7.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    StevesCarts [Steve's Carts] (StevesCarts2.0.0.a13.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ThermalExpansion|Core [Thermal Expansion] (ThermalExpansion-1.0.8 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
    ThermalExpansion|Factory [Factory] (ThermalExpansion-1.0.8 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
- LWJGL: 2.4.2
- OpenGL: GeForce GTX 460/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
- Is Modded: Definitely; 'forge,fml'
- Type: Client
- Texture Pack: Default
- Profiler Position: N/A (disabled)
- Vec3 Pool Size: ~ERROR~ NullPointerException: null

cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: vm.addSmelting(IILtv;F)V
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:652)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:196)
    at net.minecraft.client.Minecraft.a(Minecraft.java:465)
    at net.minecraft.client.Minecraft.run(Minecraft.java:752)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoSuchMethodError: vm.addSmelting(IILtv;F)V
    at extrabiomes.proxy.CommonProxy.addSmelting(CommonProxy.java:61)
    at extrabiomes.module.fabrica.recipe.RecipeManager.redRockRecipeHandler(RecipeManager.java:248)
    at net.minecraftforge.event.ASMEventHandler_44_RecipeManager_redRockRecipeHandler_RedRockActiveEvent.invoke(.dynamic)
    at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
    at net.minecraftforge.event.EventBus.post(EventBus.java:103)
    at extrabiomes.Extrabiomes.postInitEvent(Extrabiomes.java:74)
    at extrabiomes.module.summa.block.BlockManager$8.prepare(BlockManager.java:291)
    at extrabiomes.module.summa.block.BlockManager.init(BlockManager.java:529)
    at extrabiomes.module.summa.Summa.init(Summa.java:61)
    at net.minecraftforge.event.ASMEventHandler_28_Summa_init_ModuleInitEvent.invoke(.dynamic)
    at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
    at net.minecraftforge.event.EventBus.post(EventBus.java:103)
    at extrabiomes.Module.postEvent(Module.java:62)
    at extrabiomes.Extrabiomes.init(Extrabiomes.java:62)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
    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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651)
    ... 4 more
--- END ERROR REPORT 925ca2f4 ----------

What did I do wrong?
 

Recon

New Member
Jul 29, 2019
408
0
0
Here's the error file it created:

Code:
---- Minecraft Crash Report ----
// Why is it breaking :(

Time: 11/5/12 5:46 PM
Description: Failed to start game

cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: vm.addSmelting(IILtv;F)V
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:652)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:196)
    at net.minecraft.client.Minecraft.a(Minecraft.java:465)
    at net.minecraft.client.Minecraft.run(Minecraft.java:752)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoSuchMethodError: vm.addSmelting(IILtv;F)V
    at extrabiomes.proxy.CommonProxy.addSmelting(CommonProxy.java:61)
    at extrabiomes.module.fabrica.recipe.RecipeManager.redRockRecipeHandler(RecipeManager.java:248)
    at net.minecraftforge.event.ASMEventHandler_44_RecipeManager_redRockRecipeHandler_RedRockActiveEvent.invoke(.dynamic)
    at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
    at net.minecraftforge.event.EventBus.post(EventBus.java:103)
    at extrabiomes.Extrabiomes.postInitEvent(Extrabiomes.java:74)
    at extrabiomes.module.summa.block.BlockManager$8.prepare(BlockManager.java:291)
    at extrabiomes.module.summa.block.BlockManager.init(BlockManager.java:529)
    at extrabiomes.module.summa.Summa.init(Summa.java:61)
    at net.minecraftforge.event.ASMEventHandler_28_Summa_init_ModuleInitEvent.invoke(.dynamic)
    at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
    at net.minecraftforge.event.EventBus.post(EventBus.java:103)
    at extrabiomes.Module.postEvent(Module.java:62)
    at extrabiomes.Extrabiomes.init(Extrabiomes.java:62)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
    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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651)
    ... 4 more

Relevant Details:
- Minecraft Version: 1.4.2
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.7.0_04, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 354487488 bytes (338 MB) / 515637248 bytes (491 MB) up to 954466304 bytes (910 MB)
- JVM Flags: 2 total; -Xms512m -Xmx1024m
- AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- FML: MCP v7.19 FML v4.2.6.422 Minecraft Forge 6.0.1.339 28 mods loaded, 28 mods active
    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    IC2 [IndustrialCraft 2] (industrialcraft-2_1.108.59-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AdvancedMachines [IC2 Advanced Machines Addon] (AdvancedMachines 4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Core [BuildCraft] (BuildCraft-universal-3.1.8.206.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Energy [BC Energy] (BuildCraft-universal-3.1.8.206.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Transport [BC Transport] (BuildCraft-universal-3.1.8.206.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Builders [BC Builders] (BuildCraft-universal-3.1.8.206.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Factory [BC Factory] (BuildCraft-universal-3.1.8.206.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildCraft|Silicon [BC Silicon] (BuildCraft-universal-3.1.8.206.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ComputerCraft [ComputerCraft] (ComputerCraft1.46.zip) Unloaded->Constructed->Pre-initialized->Initialized
    CCTurtle [ComputerCraft Turtles] (ComputerCraft1.46.zip) Unloaded->Constructed->Pre-initialized->Initialized
    EnderStorage [EnderStorage] (EnderStorage 1.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ExtrabiomesXL [ExtrabiomesXL] (ExtrabiomesXL-universal-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Errored
    Forestry [Forestry for Minecraft] (forestry-A-1.6.0.0pre4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    IC2NuclearControl [Nuclear Control] (IC2NuclearControl-1.4.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
    IronChest [Iron Chest] (ironchest-universal-4.2.1.120.zip) Unloaded->Constructed->Pre-initialized->Initialized
    AdvancedSolarPanel [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_2_0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ModularForceFieldSystem [Modular ForceField System V2] (ModularForceFieldSystemV2.2.8.0.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Mystcraft [Mystcraft] (mystcraft-uni-1.4.1-0.9.3.02.zip) Unloaded->Constructed->Pre-initialized->Initialized
    PortalGun [PortalGun] (portalgun1.4.2v0_universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Railcraft [Railcraft] (Railcraft_6.7.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    StevesCarts [Steve's Carts] (StevesCarts2.0.0.a13.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ThermalExpansion|Core [Thermal Expansion] (ThermalExpansion-1.0.8 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
    ThermalExpansion|Factory [Factory] (ThermalExpansion-1.0.8 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
- LWJGL: 2.4.2
- OpenGL: GeForce GTX 460/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
- Is Modded: Definitely; 'forge,fml'
- Type: Client
- Texture Pack: Default
- Profiler Position: N/A (disabled)
- Vec3 Pool Size: ~ERROR~ NullPointerException: null
 

Luke_H

New Member
Jul 29, 2019
273
0
0
I have no idea why, but Greg-Tech is going crazy, have you, by accident, put a wrong version in of some sort?
 

Recon

New Member
Jul 29, 2019
408
0
0
I'm not sure what you mean by Greg-Tech going crazy. However I do believe I was using a bad version. Currently using 350 and no crashes. Although Rei's Minimap does not show up for me for some reason and that's rather important to me.
Also, I can't figure out how to install Mo' Creatures into MultiMC. I tried it as a zip into the jar, and that crashed. I tried it as a zip into the mods folder and that crashed. I tried following the instructions on the Mo' Creatures download site, and unzipped the mod directly into the minecraft folder and that didn't crash but no creatures showed up in the game either. So I dunno... I'd really like having that mod installed because it adds a lot of challenge and atmosphere to the game.
 

Luke_H

New Member
Jul 29, 2019
273
0
0
Gregtech was throwing those errors, however I've been out the loop with these sort of errors so I'm learning as I go along fixing stuff, it was showing as Gregtechs having issues, but I couldn't debug what exactly it was.
Rei's minimap? I think people suggest pressing o? or m? Not sure what that issue is.

No idea about Mo' Creatures, haven't heard much about that mod in months, sorry I can't help you.
 

Recon

New Member
Jul 29, 2019
408
0
0
Ok this is weird. When I imported 0.2.2 into MultiMC, it worked fine. Tried it today with 0.3.1 and when run from MMC it loads up as vanilla 1.4.2
Thing is, the 0.3.1 launcher loads the mod just fine. But MMC re-downloads the jar, even when I have forge in the mod list, and rebuild the jar myself. Clicking play causes it to download jar and then up comes vanilla.

Is this just how it is? Randomly, new versions will either work or not work?
 

Luke_H

New Member
Jul 29, 2019
273
0
0
As you probably know, mods are very volatile, you can update Buildcraft and then completely break Forestry from doing so. New versions of mods can break other mods, from API changes mainly.
 

frederikam

New Member
Jul 29, 2019
836
0
1
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: vm.addSmelting(IILtv;F)V
at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:652)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:196)
at net.minecraft.client.Minecraft.a(Minecraft.java:465)
at net.minecraft.client.Minecraft.run(Minecraft.java:752)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoSuchMethodError: vm.addSmelting(IILtv;F)V


Yeah, API changes.
 
Status
Not open for further replies.