• 0

    posted a message on [REQ] Replay Mod

    Crushed Pixel is working on it right now. He even has a Kickstarter page for it. It's not out just yet, but I recommend checking it out.


    https://www.kickstarter.com/projects/crushedpixel/minecraft-replay-mod

    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on PixelCam - Camera Studio for Minecraft 1.8 and 1.9!

    I've been working on a machinima for a while, and I've been wanting a smooth camera mod like this to use.


    The first one I came across was CameraStudio, but I couldn't use it, because I got a weird glitch where the points I set were several blocks above where I was when I set them, so I couldn't get the height right.


    Then I discovered your mod. I really like it, and was hoping I'd be able to use it, but whenever I set up an elaborate shot where the camera goes through a tight space, or through windows, I'll set it to spectator mode so it doesn't clip, but if it touches a fence or wall, the camera flips out and spins everywhere.


    Please fix this, there are no other camera mods that I can use, and I'd love to be able to use one for my project.

    Posted in: Minecraft Mods
  • 0

    posted a message on Thermal Expansion Bug
    The same thing is happening to me, but even after copying the configs, it still shows ID mismatches.
    Posted in: Mods Discussion
  • 0

    posted a message on Need Help: Custom server not working. - Any help would be greatly appreciated.
    I found that Flans mod was the one causing the main conflict. Once I removed that, I got a different error, and I cannot for the life of me figure out which mod it is. Three ID mismatches, all within the same neighborhood, 31976-31978. I looked through the different config files, and I couldn't find the mod. If anyone knows what's wrong I would greatly appreciate your input.
    Posted in: Server Support and Administration
  • 0

    posted a message on Need Help: Custom server not working. - Any help would be greatly appreciated.
    Just updated the post, with more information on the problem. It is definitely a server problem, I just linked the pack so anyone who wanted to test it could. I hope this can get sorted out, it's really irritating. I've tried just about everything. Hope you can help.
    Posted in: Server Support and Administration
  • 0

    posted a message on Need Help: Custom server not working. - Any help would be greatly appreciated.
    I've been working on a custom Modpack, and I finally got it all working. But the server files are not working correctly. It says that "There are ID mismatches between world and game" and disconnects me. I copied the config files repeatedly, and tried an ID resolver, but it just refuses to work. I've included a link to the Modpack, and the Server Files below. If anyone could help it would be greatly appreciated.





    Thanks for all the help so far, hope you can figure this out.

    Edit: Well, it doesn't exactly crash, so there are no crash reports. It just doesn't allow my client to connect. and both the server and the client work fine on their own, but when I try to connect it doesn't work. I've tried copying the config files back and forth from server to client, and then I tried from client to server. None of it works. and when I remove the mod that it says has mismatches, I get a completely different set of mismatches.
    Posted in: Server Support and Administration
  • 0

    posted a message on Aspect Modpack (Need Help Compiling Server Files)
    I made a modpack for use on a friends server. But I can not compile the server files. Try as I might no matter what, the IDs will not match. I copied the config files, used a ID resolver, and everything. It won't work for me. If anyone can help me, please give it a go. Here's the URL to the modpack.



    Send it to [email protected] if you do it. Thanks for all of the help I've received so far, CosmicMatt.
    Posted in: Mod Packs
  • 0

    posted a message on Technic Launcher Custom Modpack Crash
    I got the game working, but I added extra utilities and now it is crashing whenever I break iron spikes specifically. I checked the crash report, and it said something about a bad player. I think since the iron spikes register as players, when I broke them the game crashed. What should I do, the crash report is below.




    ---- Minecraft Crash Report ----
    // I feel sad now :(

    Time: 10/23/14 3:31 PM
    Description: Colliding entity with tile

    java.lang.ClassCastException: net.minecraft.item.ItemInWorldManager cannot be cast to metaworlds.patcher.ItemInWorldManagerSubWorldsHolder
    at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:180)
    at net.minecraftforge.common.FakePlayer.<init>(FakePlayer.java:20)
    at net.minecraftforge.common.FakePlayerFactory.get(FakePlayerFactory.java:28)
    at net.minecraftforge.common.FakePlayerFactory.getMinecraft(FakePlayerFactory.java:16)
    at extrautils.block.BlockSpike.func_71869_a(BlockSpike.java:148)
    at net.minecraft.entity.Entity.func_70017_D(Entity.java:1062)
    at net.minecraft.entity.Entity.func_70091_d(Entity.java:978)
    at net.minecraft.client.particle.EntityFX.func_70071_h_(SourceFile:116)
    at net.minecraft.client.particle.EffectRenderer.func_78868_a(EffectRenderer.java:74)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1972)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:915)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:840)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:180)
    at net.minecraftforge.common.FakePlayer.<init>(FakePlayer.java:20)
    at net.minecraftforge.common.FakePlayerFactory.get(FakePlayerFactory.java:28)
    at net.minecraftforge.common.FakePlayerFactory.getMinecraft(FakePlayerFactory.java:16)
    at extrautils.block.BlockSpike.func_71869_a(BlockSpike.java:148)

    -- Tile being collided with --
    Details:
    Block type: ID #2517 (tile.extrautils:spike_base // extrautils.block.BlockSpike)
    Block data value: 3 / 0x3 / 0b0011
    Block location: World: (69,65,199), Chunk: (at 5,4,7 in 4,12; contains blocks 64,0,192 to 79,255,207), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at net.minecraft.entity.Entity.func_70017_D(Entity.java:1062)

    -- Entity being checked for collision --
    Details:
    Entity Type: null (net.minecraft.client.particle.EntityDiggingFX)
    Entity ID: 779
    Entity Name: unknown
    Entity's Exact location: 69.07, 64.96, 199.10
    Entity's Block location: World: (69,64,199), Chunk: (at 5,4,7 in 4,12; contains blocks 64,0,192 to 79,255,207), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: -0.05, 0.00, 0.00
    Stacktrace:
    at net.minecraft.entity.Entity.func_70091_d(Entity.java:978)
    at net.minecraft.client.particle.EntityFX.func_70071_h_(SourceFile:116)
    at net.minecraft.client.particle.EffectRenderer.func_78868_a(EffectRenderer.java:74)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [GCCorePlayerSP['cosmicmatt'/260, l='MpServer', x=68.61, y=65.62, z=201.99]]
    Chunk stats: MultiplayerChunkCache: 441
    Level seed: 0
    Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
    Level generator options:
    Level spawn location: World: (-8,64,256), Chunk: (at 8,4,0 in -1,16; contains blocks -16,0,256 to -1,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 2094 game time, 2094 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: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 71 total; [EntityPig['Pig'/137, l='MpServer', x=45.50, y=71.00, z=154.50], EntityPig['Pig'/139, l='MpServer', x=35.78, y=70.00, z=260.50], EntityPig['Pig'/141, l='MpServer', x=37.50, y=70.00, z=262.50], EntityPig['Pig'/140, l='MpServer', x=34.19, y=70.00, z=260.50], EntityPig['Pig'/129, l='MpServer', x=23.66, y=71.00, z=215.44], GCCorePlayerSP['cosmicmatt'/260, l='MpServer', x=68.61, y=65.62, z=201.99], EntityPig['Pig'/128, l='MpServer', x=21.44, y=71.00, z=216.84], EntityBat['Bat'/131, l='MpServer', x=23.25, y=23.10, z=231.25], EntityBat['Bat'/130, l='MpServer', x=22.66, y=23.10, z=229.75], EntityPig['Pig'/132, l='MpServer', x=31.91, y=70.00, z=265.91], EntityWaypointContainer['unknown'/285, l='MpServer', x=0.00, y=0.00, z=0.00], EntityPig['Pig'/152, l='MpServer', x=49.50, y=64.00, z=158.50], EntityPig['Pig'/153, l='MpServer', x=48.50, y=64.00, z=160.50], EntityPig['Pig'/154, l='MpServer', x=50.50, y=71.00, z=161.50], EntityBat['Bat'/155, l='MpServer', x=59.99, y=29.21, z=169.99], EntityPig['Pig'/156, l='MpServer', x=61.28, y=73.00, z=264.81], EntityPig['Pig'/157, l='MpServer', x=63.50, y=72.00, z=258.50], EntityTFNagaSegment['unknown'/305, l='MpServer', x=0.60, y=-28.08, z=0.60], EntityTFNagaSegment['unknown'/304, l='MpServer', x=0.60, y=-28.08, z=0.60], EntityTFNagaSegment['unknown'/307, l='MpServer', x=0.60, y=-28.08, z=0.60], EntityPig['Pig'/168, l='MpServer', x=68.91, y=72.00, z=258.06], EntityTFNagaSegment['unknown'/306, l='MpServer', x=0.60, y=-28.08, z=0.60], EntityPig['Pig'/175, l='MpServer', x=89.50, y=70.00, z=266.50], EntityTFNagaSegment['unknown'/309, l='MpServer', x=0.60, y=-28.08, z=0.60], EntityPig['Pig'/174, l='MpServer', x=92.50, y=70.00, z=268.50], EntityTFNagaSegment['unknown'/308, l='MpServer', x=0.60, y=-28.08, z=0.60], EntityPig['Pig'/173, l='MpServer', x=95.50, y=68.00, z=269.50], EntityTFNagaSegment['unknown'/311, l='MpServer', x=0.60, y=-28.08, z=0.60], EntitySquid['Squid'/172, l='MpServer', x=85.09, y=61.00, z=255.91], EntityTFNagaSegment['unknown'/310, l='MpServer', x=0.60, y=-28.08, z=0.60], EntityPig['Pig'/167, l='MpServer', x=72.16, y=74.00, z=245.03], EntityBat['Bat'/166, l='MpServer', x=63.53, y=22.00, z=202.15], EntityBat['Bat'/165, l='MpServer', x=76.71, y=44.05, z=185.14], EntityChicken['Chicken'/186, l='MpServer', x=107.41, y=71.00, z=202.59], EntityChicken['Chicken'/187, l='MpServer', x=102.47, y=69.00, z=202.31], EntityChicken['Chicken'/184, l='MpServer', x=117.44, y=70.00, z=198.44], EntityChicken['Chicken'/185, l='MpServer', x=105.56, y=71.00, z=194.56], EntityBat['Bat'/190, l='MpServer', x=108.07, y=34.04, z=246.97], EntityPig['Pig'/191, l='MpServer', x=97.94, y=65.00, z=279.06], EntityChicken['Chicken'/188, l='MpServer', x=103.47, y=68.00, z=216.47], EntityChicken['Chicken'/189, l='MpServer', x=104.56, y=71.00, z=208.34], EntityPig['Pig'/176, l='MpServer', x=93.50, y=69.00, z=266.50], EntityTFNagaSegment['unknown'/300, l='MpServer', x=0.60, y=-28.08, z=0.60], EntityChicken['Chicken'/182, l='MpServer', x=108.38, y=69.00, z=189.63], EntityTFNagaSegment['unknown'/301, l='MpServer', x=0.60, y=-28.08, z=0.60], EntityChicken['Chicken'/183, l='MpServer', x=110.50, y=70.00, z=189.50], EntityTFNagaSegment['unknown'/302, l='MpServer', x=0.60, y=-28.08, z=0.60], EntityTFNagaSegment['unknown'/303, l='MpServer', x=0.60, y=-28.08, z=0.60], EntityBat['Bat'/204, l='MpServer', x=124.25, y=39.00, z=200.75], EntityTFNagaSegment['unknown'/476, l='MpServer', x=0.60, y=-26.00, z=0.60], EntityTFNagaSegment['unknown'/477, l='MpServer', x=0.60, y=-26.00, z=0.60], EntityTFNagaSegment['unknown'/474, l='MpServer', x=0.60, y=-26.00, z=0.60], EntityTFNagaSegment['unknown'/475, l='MpServer', x=0.60, y=-26.00, z=0.60], EntityTFNagaSegment['unknown'/472, l='MpServer', x=0.60, y=-26.00, z=0.60], EntityBat['Bat'/203, l='MpServer', x=127.94, y=19.10, z=182.35], EntityTFNagaSegment['unknown'/473, l='MpServer', x=0.60, y=-26.00, z=0.60], EntityBat['Bat'/202, l='MpServer', x=124.11, y=26.24, z=157.24], EntityTFNagaSegment['unknown'/470, l='MpServer', x=0.60, y=-26.00, z=0.60], EntityTFNagaSegment['unknown'/471, l='MpServer', x=0.60, y=-26.00, z=0.60], EntityTFNagaSegment['unknown'/468, l='MpServer', x=0.60, y=-26.00, z=0.60], EntityTFNagaSegment['unknown'/469, l='MpServer', x=0.60, y=-26.00, z=0.60], EntityPig['Pig'/193, l='MpServer', x=107.50, y=64.00, z=276.50], EntityTFNagaSegment['unknown'/466, l='MpServer', x=0.60, y=-26.00, z=0.60], EntityTFNagaSegment['unknown'/467, l='MpServer', x=0.60, y=-26.00, z=0.60], EntityBat['Bat'/741, l='MpServer', x=104.38, y=22.00, z=179.52], EntityHat['unknown'/740, l='MpServer', x=68.61, y=65.62, z=201.99], EntityBat['Bat'/111, l='MpServer', x=-4.87, y=57.42, z=208.52], EntityPig['Pig'/127, l='MpServer', x=23.78, y=71.00, z=214.22], EntityPig['Pig'/126, l='MpServer', x=22.57, y=72.00, z=208.31], EntityBat['Bat'/125, l='MpServer', x=24.25, y=19.47, z=172.43], EntityItem['item.tile.mushroom'/121, l='MpServer', x=14.88, y=26.13, z=146.88]]
    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:516)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2323)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:858)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.7.0_67, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 644789080 bytes (614 MB) / 1107296256 bytes (1056 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048m -XX:MaxPermSize=256m
    AABB Pool Size: 13092 (733152 bytes; 0 MB) allocated, 905 (50680 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 6, tallocated: 70
    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 52 mods loaded, 52 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MMM_metaworlds_patcher{0.985} [Metaworlds_patcher] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AM2-Preloader{0.0.1} [AMCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    RenderPlayerAPI{1.0} [Render Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    OpenModsCore{@[email protected]} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    arsmagica2{1.2.0.022} [Ars Magica 2] (AM2_1.2.0.022.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Core{4.2.1} [BuildCraft] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Builders{4.2.1} [BC Builders] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Energy{4.2.1} [BC Energy] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Factory{4.2.1} [BC Factory] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Transport{4.2.1} [BC Transport] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Silicon{4.2.1} [BC Silicon] (buildcraft-A-1.6.4-4.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CarpentersBlocks{3.2.8.2} [Carpenter's Blocks] (Carpenter's Blocks v3.2.8.2 - MC 1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage-1.6.4-1.4.3.6-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ExtraUtilities{0.3.5} [Extra Utilities] (Extra-Utilities-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FoodPlus{3.2rS} [§bFood Plus] (FoodPlus-1.6.4-3.2rS.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1096.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1096.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Hats{2.1.8} [Hats] (Hats2.1.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ImmibisCore{57.2.0} [Immibis Core] (immibis-core-57.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Mekanism{6.0.5} [Mekanism] (Mekanism-6.0.5.46.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    magicalcrops{1.6.4_3.2.0_BETA_23} [Magical Crops] (magicalcrops-1.6.4_3.2.0_BETA_23.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    standardcrops{1.1.0} [Magical Crops - Crops & Food] (magicalcrops-1.6.4_3.2.0_BETA_23.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MetaworldsMod{0.985} [MetaworldsMod] (metaworlds_core.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MetaworldsControlsAlignMod{0.985} [MetaworldsControlsAlignMod] (metaworlds_controller.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MetaworldsControlsCaptainMod{0.985} [MetaworldsControlsCaptainMod] (metaworlds_controller.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MetaworldsBlankCreatorMod{0.985} [MetaworldsBlankCreatorMod] (metaworlds_creator.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MetaworldsContagiousCreatorMod{0.985} [MetaworldsContagiousCreatorMod] (metaworlds_creator.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MetaworldsMiniatureMod{0.985} [MetaworldsMiniatureMod] (miniature_mod_V0_985.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    OpenMods{0.5.1} [OpenMods] (OpenModsLib-1.6.4-0.5.1-snapshot-211.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    OpenBlocks{1.2.9} [OpenBlocks] (OpenBlocks-1.6.4-1.2.9-snapshot-413.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    PortalGun{2.0.2} [PortalGun] (PortalGun2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Waila{1.5.2a} [Waila] (Waila_1.5.2a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ForgeMultipart{1.0.0.219} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TwilightForest{1.20.4} [The Twilight Forest] (twilightforest-1.6.4-1.20.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    mod_ZanMinimap{0.9.4} [Zan's Minimap] (VoxelMap-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    witchery{0.20.5} [Witchery] (witchery-1.6.4-0.20.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    McMultipart{1.0.0.219} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ForgeMicroblock{1.0.0.219} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TConstruct Environment: Sane and ready for action. Bugs may be reported.
    Launched Version: 1.6.4-Forge9.11.1.965
    LWJGL: 2.9.0
    OpenGL: GeForce GTX 770/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.11, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 201176 (11265856 bytes; 10 MB) allocated, 307 (17192 bytes; 0 MB) used

    Posted in: Java Edition Support
  • 0

    posted a message on Technic Launcher Custom Modpack Crash
    I removed it, and it still crashed. Here's the new crash report. BTW, thanks for the help so far.



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

    Time: 10/2/14 7:33 PM
    Description: Initializing game

    java.lang.NoClassDefFoundError: net/minecraftforge/common/config/Configuration
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    at java.lang.Class.getDeclaredMethods(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:328)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:517)
    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:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    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:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    Caused by: java.lang.ClassNotFoundException: net.minecraftforge.common.config.Configuration
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 37 more
    Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
    ... 39 more


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    at java.lang.Class.getDeclaredMethods(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:328)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:517)
    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:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    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:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.7.0_67, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 186231904 bytes (177 MB) / 640155648 bytes (610 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048m -XX:MaxPermSize=256m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 44 mods loaded, 44 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed
    Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed
    AM2-Preloader{0.0.1} [AMCore] (minecraft.jar) Unloaded->Constructed
    CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
    Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed
    NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-universal.jar) Unloaded->Constructed
    TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed
    AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed
    arsmagica2{1.2.0.022} [Ars Magica 2] (AM2_1.2.0.022.jar) Unloaded->Constructed
    BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
    bctools{@[email protected]} [Buildcraft Tools] (bct-1.7.2-2.0.0.6.jar) Unloaded->Constructed
    BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed
    BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.jar) Unloaded->Constructed
    BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
    BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
    BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
    BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
    BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed
    Additional-Buildcraft-Objects{1.0.7.561} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.6.4-4.2.2-1.0.7.561.jar) Unloaded->Constructed
    CarpentersBlocks{3.2.8} [Carpenter's Blocks] (Carpenter's Blocks v3.2.8 - MC 1.6.4.jar) Unloaded->Constructed
    FoodPlus{3.0rS} [Food Plus] (FoodPlus-1.6.4-3.0rS.jar) Unloaded->Constructed
    UniversalElectricity{@[email protected]@[email protected]@[email protected]} [Universal Electricity] (universal-electricity-4.0.0.78-core.jar) Unloaded
    ResonantEngine{@[email protected]@[email protected]@[email protected]} [ResonantEngine] (Resonant-Engine-Development-1.2.0.266-universal.jar) Unloaded
    ICBM{1.4.2} [ICBM] (ICBM-1.4.2.386.jar) Unloaded
    ICBM|Sentry{1.4.2} [ICBM Sentry] (ICBM-1.4.2.386.jar) Unloaded
    ICBM|Explosion{1.4.2} [ICBM Explosion] (ICBM-1.4.2.386.jar) Unloaded
    GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1096.jar) Unloaded
    GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1096.jar) Unloaded
    Hats{2.1.8} [Hats] (Hats2.1.8.zip) Unloaded
    ImmibisCore{57.2.0} [Immibis Core] (immibis-core-57.2.0.jar) Unloaded
    Mekanism{6.0.5} [Mekanism] (Mekanism-6.0.5.46.jar) Unloaded
    Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded
    magicalcrops{1.6.4_3.2.0_BETA_23} [Magical Crops] (magicalcrops-1.6.4_3.2.0_BETA_23.jar) Unloaded
    standardcrops{1.1.0} [Magical Crops - Crops & Food] (magicalcrops-1.6.4_3.2.0_BETA_23.jar) Unloaded
    MekanismGenerators{6.0.5} [MekanismGenerators] (MekanismGenerators-6.0.5.46.jar) Unloaded
    MekanismTools{6.0.5} [MekanismTools] (MekanismTools-6.0.5.46.jar) Unloaded
    iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded
    PortalGun{2.0.2} [PortalGun] (PortalGun2.0.2.zip) Unloaded
    ForgeMultipart{1.0.0.219} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded
    TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded
    TwilightForest{1.20.4} [The Twilight Forest] (twilightforest-1.6.4-1.20.4.jar) Unloaded
    McMultipart{1.0.0.219} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded
    ForgeMicroblock{1.0.0.219} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded
    Launched Version: 1.6.4-Forge9.11.1.965
    LWJGL: 2.9.0
    OpenGL: GeForce GTX 770/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.11, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

    Posted in: Java Edition Support
  • 0

    posted a message on Technic Launcher Custom Modpack Crash
    Are you talking to him or me because I don't have industialcraft. So what's the problem here?

    Edit: It's been crashing before minecraft even opens, but I removed OpenBlocks, and it launched but crashed afterwards. Here's the latest crash report.


    ---- Minecraft Crash Report ----
    // I'm sorry, Dave.

    Time: 10/2/14 6:17 PM
    Description: Initializing game

    java.lang.NoClassDefFoundError: nm
    at mod_ReiMinimap.getVersion(mod_ReiMinimap.java:15)
    at cpw.mods.fml.common.modloader.ModLoaderModContainer.getVersion(ModLoaderModContainer.java:418)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    Caused by: java.lang.ClassNotFoundException: nm
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 13 more
    Caused by: java.lang.NullPointerException


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at mod_ReiMinimap.getVersion(mod_ReiMinimap.java:15)
    at cpw.mods.fml.common.modloader.ModLoaderModContainer.getVersion(ModLoaderModContainer.java:418)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.7.0_67, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 162560048 bytes (155 MB) / 780140544 bytes (744 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048m -XX:MaxPermSize=256m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: ~~ERROR~~ NoClassDefFoundError: nm
    TConstruct Environment: Sane and ready for action. Bugs may be reported.
    Launched Version: 1.6.4-Forge9.11.1.965
    LWJGL: 2.9.0
    OpenGL: GeForce GTX 770/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.11, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

    Posted in: Java Edition Support
  • 0

    posted a message on Technic Launcher Custom Modpack Crash
    My custom modpack is crashing as well, can you guys tell me what's up?




    ---- Minecraft Crash Report ----
    // I feel sad now :(

    Time: 10/2/14 3:51 PM
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/common/config/Configuration
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/common/config/Configuration
    at maexx.bct.core.MainConfig.<init>(MainConfig.scala:24)
    at maexx.bct.BCTools.preInit(BCTools.java:56)
    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:545)
    at sun.reflect.GeneratedMethodAccessor1.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:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    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:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
    ... 10 more
    Caused by: java.lang.ClassNotFoundException: net.minecraftforge.common.config.Configuration
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 38 more
    Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
    ... 40 more


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.7.0_67, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 326090320 bytes (310 MB) / 827850752 bytes (789 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048m -XX:MaxPermSize=256m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 40 mods loaded, 40 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized
    Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized
    AM2-Preloader{0.0.1} [AMCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-universal.jar) Unloaded->Constructed->Pre-initialized
    AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
    arsmagica2{1.2.0.022} [Ars Magica 2] (AM2_1.2.0.022.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    bctools{@[email protected]} [Buildcraft Tools] (bct-1.7.2-2.0.0.6.jar) Unloaded->Constructed->Errored
    BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized
    BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
    Additional-Buildcraft-Objects{1.0.7.561} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.6.4-4.2.2-1.0.7.561.jar) Unloaded->Constructed->Pre-initialized
    CarpentersBlocks{3.2.8} [Carpenter's Blocks] (Carpenter's Blocks v3.2.8 - MC 1.6.4.jar) Unloaded->Constructed->Pre-initialized
    FoodPlus{3.0rS} [§bFood Plus] (FoodPlus-1.6.4-3.0rS.jar) Unloaded->Constructed->Pre-initialized
    UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.115-core.jar) Unloaded->Constructed->Pre-initialized
    ResonantEngine{@[email protected]@[email protected]@[email protected]} [ResonantEngine] (Resonant-Engine-Development-1.2.0.266-universal.jar) Unloaded->Constructed->Pre-initialized
    ICBM{1.4.2} [ICBM] (ICBM-1.4.2.386.jar) Unloaded->Constructed->Pre-initialized
    ICBM|Sentry{1.4.2} [ICBM Sentry] (ICBM-1.4.2.386.jar) Unloaded->Constructed->Pre-initialized
    ICBM|Explosion{1.4.2} [ICBM Explosion] (ICBM-1.4.2.386.jar) Unloaded->Constructed->Pre-initialized
    GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1096.jar) Unloaded->Constructed->Pre-initialized
    GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1096.jar) Unloaded->Constructed->Pre-initialized
    Hats{2.1.8} [Hats] (Hats2.1.8.zip) Unloaded->Constructed->Pre-initialized
    ImmibisCore{57.2.0} [Immibis Core] (immibis-core-57.2.0.jar) Unloaded->Constructed->Pre-initialized
    Mekanism{6.0.5} [Mekanism] (Mekanism-6.0.5.46.jar) Unloaded->Constructed->Pre-initialized
    Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized
    magicalcrops{1.6.4_3.2.0_BETA_23} [Magical Crops] (magicalcrops-1.6.4_3.2.0_BETA_23.jar) Unloaded->Constructed->Pre-initialized
    standardcrops{1.1.0} [Magical Crops - Crops & Food] (magicalcrops-1.6.4_3.2.0_BETA_23.jar) Unloaded->Constructed->Pre-initialized
    MekanismGenerators{6.0.5} [MekanismGenerators] (MekanismGenerators-6.0.5.46.jar) Unloaded->Constructed->Pre-initialized
    MekanismTools{6.0.5} [MekanismTools] (MekanismTools-6.0.5.46.jar) Unloaded->Constructed->Pre-initialized
    TwilightForest{1.20.4} [The Twilight Forest] (twilightforest-1.6.4-1.20.4.jar) Unloaded->Constructed->Pre-initialized
    ForgeMultipart{1.0.0.219} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized
    McMultipart{1.0.0.219} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized
    ForgeMicroblock{1.0.0.219} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized





    Posted in: Java Edition Support
  • To post a comment, please .