• 0

    posted a message on Minestrappolation 3.0 - A Complete Vanilla Overahaul!
    Alright, this mod is crashing by itself with ClashsoftLIB and Brewing API. I took out all of the other mods except these three (Minestrappolation, Brewing API, and ClashsoftLIB), and it still crashed. Same error everytime, with no other mods.


    ---- Minecraft Crash Report ----
    // But it works on my machine.

    Time: 10/2/14 3:29 PM
    Description: Initializing game

    java.lang.NoClassDefFoundError: clashsoft/cslib/minecraft/block/ore/OreBase
    at minestrapteam.minestrappolation.Minestrappolation.<clinit>(Minestrappolation.java:48)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
    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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.ClassNotFoundException: clashsoft.cslib.minecraft.block.ore.OreBase
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 36 more
    Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 38 more


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

    -- Head --
    Stacktrace:
    at minestrapteam.minestrappolation.Minestrappolation.<clinit>(Minestrappolation.java:48)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
    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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.7.0_67, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 233739624 bytes (222 MB) / 406323200 bytes (387 MB) up to 954728448 bytes (910 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1024m -XX:MaxPermSize=128m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.84.1217 Minecraft Forge 10.13.1.1217 6 mods loaded, 6 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML{7.10.84.1217} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed
    Forge{10.13.1.1217} [Minecraft Forge] (modpack.jar) Unloaded->Constructed
    cslib{1.7.10-2.6.0} [Clashsoft Lib] (ClashsoftLib-1.7.10-2.6.0.jar) Unloaded->Constructed
    brewingapi{1.7.10-3.0.2} [Brewing API] (BrewingAPI-1.7.10-3.0.2.jar) Unloaded->Constructed
    minestrappolation{1.7.10-3.3.1.1} [Minestrappolation] (Minestrappolation-1.7.10-3.3.1.1.jar) Unloaded
    Launched Version: 1.7.10-Forge10.13.1.1217
    LWJGL: 2.9.1
    OpenGL: Intel(R) HD Graphics 4400 GL version 4.2.0 - Build 10.18.10.3496, Intel
    GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)



    Any help? Nothing but these three mods installed.
    Posted in: Minecraft Mods
  • 0

    posted a message on Minecraft Movie?
    Live action or Machinima ain't going to cut it. Needs to be animated.

    The best plot for this movie would involve Herobrine or the Ender Dragon.

    But wasn't it said to going to be made by the people who made the LEGO Movie?
    Posted in: Discussion
  • 0

    posted a message on Claycraft (aka. Clay Combat) Mod BETA 1.3.2 - Missing DL Fixed!
    One of the more interesting mods I've seen in a while. Definitely checking out.

    Never really had much to do with clay. Now I have a reason to collect the stuff on the bottoms of lakes and oceans.

    Keep up the good work!
    Posted in: Minecraft Mods
  • 0

    posted a message on Cheating Essentials 1.4 - SSP Cheating as never seen!
    This mod is kinda dead. Godshawk hasn't been active since July 23rd.

    I have a feeling this mod is discontinued, unless someone decides to start it back up again.
    Posted in: Minecraft Mods
  • 0

    posted a message on Metallurgy 4
    Got it by removing a 3D block mod. Eh, didn't really need that anyway. Thanks guys!





    Posted in: Minecraft Mods
  • 0

    posted a message on Metallurgy 4
    Is the crusher supposed to look like this?








    Same with the alloyer.
    Posted in: Minecraft Mods
  • 0

    posted a message on Flan's Mod 5.5.2 Update : 1.12.2, 100s of new Skins! : Helicopters, Mechas, Planes, Vehicles, 3D Guns, Multiplayer, TDM, CTF
    Quote from silver0004»
    some of the guns is not showing up for me how can i fix this???


    Quote from derf421»
    None of the vehicles of any content packs are showing up when i place them. I know that they are there, you can walk into them and even drive them. Help please!

    Same for me. Is there any way to fix?
    Posted in: Minecraft Mods
  • 0

    posted a message on Flan's Mod 5.5.2 Update : 1.12.2, 100s of new Skins! : Helicopters, Mechas, Planes, Vehicles, 3D Guns, Multiplayer, TDM, CTF
    Don't know where else to put this. Anyway, I'm running the latest version of 1.7.2 Forge, the mod itself works fine, and so do the Modern Weapon Pack and the Simple Parts Pack. I also have the Nerf pack and the WW2 pack. Everything works fine... except when I get to the guns.

    As you can see, the weapons from the Modern Weapons pack work fine...



    P90



    Mini-Uzi




    But when I get to the Nerf Guns mod, I can't see the gun when I'm holding it, but I can see it in creative inventory and Too Many Items. However, the guns are still working and still shoot.



    Example: Nerf Pyragon




    And it is the same with Flan's WW2 pack.



    MP-40



    Webley



    Lee Einfield Sniper




    Nothing is showing when I hold the item.

    Any way to fix this? Nothing else is wrong with the mod. Its just that I can't see the gun when I'm holding it.
    Posted in: Minecraft Mods
  • 0

    posted a message on XRay Mod (1.6.4 - 1.11) ( Vanilla/Forge/LiteLoader )
    I'm running 1.7.2 with Forge and a few mods. I used the auto installer and patched the version I wanted (the forge version).

    Problems:

    1: It took an immensely long time to download the terrain. This never happened before, it was working properly a few minutes before I downloaded the mod.

    2: When it finally did, it crashed automatically, saying that it had trouble loading a biome or something.

    3: I decided to manually install it with Forge using the mod folder but it was already there. And I swear this is the first time I downloaded this mod. I don't know if the auto-installer put it there or something.

    4. I removed the mod and loaded my world again, but it still takes a long time to load. This, like I stated before, never happened. Then this popped up:

    java.lang.OutOfMemoryError: Java heap space
    at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at Reflector.callBoolean(Reflector.java:305)
    at net.minecraft.client.renderer.RenderGlobal.func_147589_a(RenderGlobal.java:733)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1527)
    at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1299)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:944)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835)
    at net.minecraft.client.main.Main.main(SourceFile:103)
    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:134)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    [18:27:35] [Server thread/ERROR]: Encountered an unexpected exception
    java.lang.OutOfMemoryError: Java heap space
    at java.util.TreeMap.put(Unknown Source) ~[?:1.7.0_65]
    at java.util.TreeSet.add(Unknown Source) ~[?:1.7.0_65]
    at java.util.AbstractCollection.addAll(Unknown Source) ~[?:1.7.0_65]
    at java.util.TreeSet.addAll(Unknown Source) ~[?:1.7.0_65]
    at WorldServerOF.func_72920_a(WorldServerOF.java:183) ~[WorldServerOF.class:?]
    at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:310) ~[aow.class:?]
    at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:125) ~[aow.class:?]
    at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:203) ~[mi.class:?]
    at net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:248) ~[mi.class:?]
    at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:819) ~[mj.class:?]
    at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:308) ~[MinecraftServer.class:?]
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:181) ~[bsk.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669) [?:?]

    I've never run out of memory before. This seems to happen only after I got this mod. I made no changes to my computer since downloading this mod.

    Any help?
    Posted in: Minecraft Mods
  • 0

    posted a message on Cheating Essentials 1.4 - SSP Cheating as never seen!
    Been a while since I've been on the MC Forums, stopping by to say hi. Got a new PC temporarily.

    Quote from scooter7722

    when i use fullbright sometimes the screen goes all black how do i fix that

    Ah, that. I have that problem too. It happens when I'm underground mining. Always happens when I'm underground.
    Posted in: Minecraft Mods
  • 0

    posted a message on Sonic Ether's Unbelievable Shaders [compatible with Minecraft 1.12.2 via OptiFine]
    Hi,
    I'm running Minecraft 1.7.5 with the GLSL shader mod. The shader mod seems to work correctly.
    Then I downloaded SEUS 10.1 Standard. I put the .zip into the shaderpacks folder in .minecraft.
    I selected SEUS in the shaders menu in the options, but Minecraft closed, and in the development console, it kept on repeating this:

    Only GLSL version > 110 allows postfix "F" or "f" for float

    Any help?
    Thanks in advance!
    Posted in: Minecraft Mods
  • 0

    posted a message on OptiFine HD (FPS Boost, Dynamic Lights, Shaders and much more)
    Back for more Optifine. However, I encountered a problem.
    I installed the latest 1.7.2 ultra version, but Minecraft closed. I installed Optifine using Magic Launcher and I have no other mods.
    I am currently running Forge #1054 (the latest 1.7.2 Forge).
    There was no crash report, however there was a log.

    [11:59:44] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
    [11:59:44] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
    [11:59:44] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
    [11:59:44] [main/INFO]: Forge Mod Loader version 7.2.137.1054 for Minecraft 1.7.2 loading
    [11:59:44] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.9.2, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
    [11:59:44] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [11:59:44] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
    [11:59:44] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [11:59:44] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [11:59:44] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [11:59:46] [main/ERROR]: There is a binary discrepency between the expected input class azw (azw) and the actual class. Checksum on disk is 9bb7b485, in patch 43906e90. Things are probably about to go very wrong. Did you put something into the jar file?
    [11:59:46] [main/ERROR]: The game is going to exit, because this is a critical error, and it is very improbable that the modded game will work, please obtain clean jar files.

    I recall no modification of the jar file except for Forge.
    Any help?
    Posted in: Minecraft Mods
  • 0

    posted a message on Cheating Essentials 1.4 - SSP Cheating as never seen!
    Quote from Ramone187

    Swag

    Please tell me how this has to do with the mod. If you do not reply, I will have to tell you that this is spam and to leave the topic.

    Quote from mr_markarian

    I got with CE 18 mods... And all the mods are working. So i don't think that forge is not correctly installed.

    Hmmm... make sure that you're running the latest version of this mod. If not, some other mod may be using the "y" key and is overwriting the CE "y" key. Check the controls option, it should list all of the keybinds.
    Posted in: Minecraft Mods
  • 0

    posted a message on Cheating Essentials 1.4 - SSP Cheating as never seen!
    Quote from mr_markarian

    Plsssssss help!! if I press ''Y'' NOTHING happens! am I doing something wrong? :steve_tearful:

    First, check if Forge correctly installed.
    If it did, check the mods option on the game menu. This should be there if Forge installed correctly.
    The CE mod should be in the mods folder in your minecraft folder (the place where you keep screenshots, saved worlds, etc.)
    If not, I don't know why.
    Posted in: Minecraft Mods
  • 0

    posted a message on Cheating Essentials 1.4 - SSP Cheating as never seen!
    Quote from SUPERENDERKING

    ITS NOT WORKING :steve_tearful:
    THIS IS THE ERROR MESSAGE:



    ---- Minecraft Crash Report ----
    // Would you like a cupcake?

    Time: 3/22/14 5:33 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/minecraft/util/IChatComponent
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
    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(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/util/IChatComponent
    at com.luna.ce.manager.ManagerModule.addModulesByHand(ManagerModule.java:62)
    at com.luna.ce.manager.ManagerModule.<init>(ManagerModule.java:53)
    at com.luna.ce.manager.ManagerModule.getInstance(ManagerModule.java:204)
    at com.luna.ce.CheatingEssentials.ceInit(CheatingEssentials.java:68)
    at com.luna.ce.CheatingEssentials.init(CheatingEssentials.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    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(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    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.initializeMods(Loader.java:699)
    ... 10 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.util.IChatComponent
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 42 more
    Caused by: java.lang.NullPointerException


    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: Mac OS X (x86_64) version 10.9.2
    Java Version: 1.6.0_65, Apple Inc.
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Apple Inc.
    Memory: 47713904 bytes (45 MB) / 125104128 bytes (119 MB) up to 1065025536 bytes (1015 MB)
    JVM Flags: 1 total; -Xmx1G
    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 4 mods loaded, 4 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
    cheatingessentials{1.3.1} [CheatingEssentials] (CheatingEssentials(7).jar) Unloaded->Constructed->Pre-initialized->Errored

    You have just attempted to use a 1.7.2 mod while running Minecraft 1.6.4.

    (By the way using spoilers would be a good idea).

    Hi
    Posted in: Minecraft Mods
  • To post a comment, please .