• 0

    posted a message on [1.5] The Runic Dust Mod [Mar14]
    im useing the recommended one so i dont know what to say X.x
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5] The Runic Dust Mod [Mar14]
    im geting it as well


    --- BEGIN ERROR REPORT af931d49 --------
    Generated 8/26/12 12:01 AM
    - Minecraft Version: 1.3.2
    - Operating System: Windows 7 (amd64) version 6.1
    - Java Version: 1.6.0_27, Sun Microsystems Inc.
    - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
    - Memory: 1166976232 bytes (1112 MB) / 1543503872 bytes (1472 MB) up to 2863333376 bytes (2730 MB)
    - JVM Flags: 2 total; -Xmx3072m -Xms1536m
    - FML: FML v3.0.148.332 Minecraft Forge 4.0.0.229 15 mods loaded, 15 mods active
    UsefulFood (usefulfood_v1.1.0-universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Runic Dust Mod (dustmod-v1.0.jar) Unloaded->Constructed->Pre-initialized->Errored
    Iron Chest (mod_ironchests-client-4.0.2.44.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Minecraft Forge (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    mod_StatusEffectHUD (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Ruins Spawning System (Ruins 1.3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    TF2 Dispenser (TF2_Dispenser_1.3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    TF2 Sentry (TF2_Sentry_1.3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    SuperSlopes - Slopes (1.3.2 SuperSlopes-4.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_ReiMinimap ([1.3.2]ReiMinimap_v3.2_05.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Legendary Beasts (Forge_LegendaryBeastsAlpha1.3.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    SuperSlopes - Corners (1.3.2 SuperSlopes-4.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Forge Mod Loader (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    SuperSlopes - IntCorners (1.3.2 SuperSlopes-4.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Battle Towers (BattleTowers_1.3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    - LWJGL: 2.4.2
    - OpenGL: GeForce GTX 470/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
    - Is Modded: Definitely; 'forge,fml'
    - Type: Client
    - Texture Pack: Default
    - Profiler Position: N/A (disabled)
    cpw.mods.fml.common.LoaderException: java.lang.reflect.InvocationTargetException
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:621)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:170)
    at net.minecraft.client.Minecraft.a(Minecraft.java:450)
    at net.minecraft.client.Minecraft.run(Minecraft.java:737)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.reflect.InvocationTargetException
    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:310)
    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:123)
    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:81)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:620)
    ... 4 more
    Caused by: java.lang.NoClassDefFoundError: dustmod/DustItemManager$DustColor
    at dustmod.DustItemManager.<clinit>(DustItemManager.java:10)
    at dustmod.DustMod.load(DustMod.java:216)
    ... 29 more
    Caused by: java.lang.ClassNotFoundException: dustmod.DustItemManager$DustColor
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:99)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 31 more
    Caused by: java.lang.NullPointerException
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:141)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:92)
    ... 33 more
    --- END ERROR REPORT 2a8f8dee ----------
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.2.5] ThaumCraft 2.1.6d (OUTDATED)
    love the mod so far but i have to ask will there be smp support
    Posted in: Minecraft Mods
  • 0

    posted a message on [V1.2.5]Formivore's Mods - City, Wall & Ruin Generators
    hello sorry to bug ya but can you make this smp i know the sever im running will love this if you can
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.6 / 1.5.1] [SSP] [SMP] ABP Mods: Timber updated to 1.6.6, Client and server!
    hello sorry to bug but can you make the sushi mod smp compatible?
    Posted in: Minecraft Mods
  • To post a comment, please .