• 0

    posted a message on Upload Your Mods, Get Free Stuff!
    Unless there is going to be a site API of sorts where we can get at the mod info in an automated way, this is just going to be what the current MCF system is like but with a prettier, more "organized" skin. It does almost nothing on the user end beyond making the search function a little more powerful.
    Posted in: Minecraft News
  • 0

    posted a message on Magic Bees: Magic themed bees for Forestry; The Successor to ThaumicBees
    Hey, I'm just wondering about a "NEI Item Searching Thread" error I keep getting when I try to use the NEI Addons (NEI Bees) plugin with the latest forestry and NEI.

    Stack trace is the same as found in this post. Was just wondering if that post's assessment of the problem was accurate.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.X] Portal Gun - Reconstructed [v1] - Rewritten... again.
    Hello, I am using this mod on a vanilla server with NEI installed. When any server user tries to view the recipe for the Portal Gun through NEI, the client will crash and give this error:

    java.lang.NoSuchFieldError: assemblyRecipes
    at codechicken.nei.plugins.buildcraft.AssemblyRecipeHandler.loadCraftingRecipes(AssemblyRecipeHandler.java:162)
    at codechicken.nei.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:196)
    at codechicken.nei.GuiCraftingRecipe.getCurrentRecipeHandlers(GuiCraftingRecipe.java:47)
    at codechicken.nei.GuiRecipe.c(GuiRecipe.java:32)
    at vp.a(SourceFile:97)
    at gb.a(GuiContainer.java:58)
    at net.minecraft.client.Minecraft.a(Minecraft.java:641)
    at gb.containerKeyPress(GuiContainer.java:342)
    at gb.a(GuiContainer.java:329)
    at vp.j(SourceFile:136)
    at vp.i(SourceFile:114)
    at gb.i(GuiContainer.java:419)
    at net.minecraft.client.Minecraft.k(Minecraft.java:1571)
    at net.minecraft.client.Minecraft.x(Minecraft.java:825)
    at net.minecraft.client.Minecraft.run(Minecraft.java:753)
    at java.lang.Thread.run(Unknown Source)
    Posted in: Minecraft Mods
  • 0

    posted a message on Video Tutorial - How to install my Lets Play mods all together
    Quote from Wereducky

    Would you happen to be on a Mac? Mac users tend to have problems with AudioMod, because by default macs will replace the entire vanilla paulscode folder with the one from AudioMod instead of merging the folders and only replacing files that need to be replaced. If that applies to you, make sure you tell it to merge the folders.

    If that doesn't apply to you, I am not sure really. Make sure you're installing into the minecraft.jar in the correct order. Modloader, Mlmp, Forge, AudioMod, etc.



    I am on a Mac, you're right. And it did exactly what you said. But! I found a fix (that didn't involve getting the vanilla .paulscode folder! well, it did, but it wasnt from the vanilla .jar)--at the IC2 site, under the "install tutorial" page, at the bottom is a line of very small text saying something like this:

    "if you have issues with AudioMod and slow load times, crashes, etc, install [b]this file[/b] in your .jar and replace the existing one."


    That file was a *complete* version of the .paulscode folder, complete with all the files that IC2 calls for that don't exist in the download of AudioMod that is on Risugami's ModLoader thread. (IMHO, AudioMod should say that you need to add the new files, not replace the folder. Even if it's only Mac OSX that has the issue)

    Everything (except portalgun) works like a charm now. I'm pleased as punch with myself.

    Hopefully this can help someone else with the same problem!

    PS thank you for the response, even though I fixed it before I saw your post. I appreciate the effort!
    Posted in: Tutorials
  • 0

    posted a message on Risugami's Mods - Updated.
    Quote from 875yeruuy737

    i dont have a minecraft.jar file ?

    %appdata = roaming , .minecraft.

    my .minecraft file includes:
    bin
    resources
    saves
    stats
    texturepacks
    lastlogin
    mcpatcher
    options

    in all of these i cant find any files called minecraft.jar inclding META-INF

    help plz


    go into /bin. you'll find minecraft.jar--use a decompression/extractor program (winRAR, extraction utility, etc) on it, put the original minecraft.jar somewhere safe, then remane the new folder (called "minecraft") into "minecraft.jar" all your stuff is in that folder.
    Posted in: Minecraft Mods
  • 0

    posted a message on Risugami's Mods - Updated.
    Hey, I've got ModLoader, ModLoaderMP, and AudioMod installed. When I try to use IC2, it throws this error:

    java.lang.NoClassDefFoundError: paulscode/sound/SoundSystemConfig
    	at ic2.platform.AudioManager.initialize(AudioManager.java:67)
    	at mod_IC2.initialize(mod_IC2.java:273)
    	at ic2.platform.Ic2.load(Ic2.java:64)
    	at ModLoader.init(ModLoader.java:830)
    	at ModLoader.AddAllRenderers(ModLoader.java:186)
    	at wb.<init>(wb.java:76)
    	at wb.<clinit>(wb.java:9)
    	at net.minecraft.client.Minecraft.a(SourceFile:265)
    	at net.minecraft.client.Minecraft.run(SourceFile:644)
    	at java.lang.Thread.run(Thread.java:680)
    Caused by: java.lang.ClassNotFoundException: paulscode.sound.SoundSystemConfig
    	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    	... 10 more


    /paulscode is missing that "soundsystemconfig.class" file. Any thoughts?
    Posted in: Minecraft Mods
  • 0

    posted a message on Video Tutorial - How to install my Lets Play mods all together
    Okay, so I didn't screw up the AudioMod install, and everything works perfectly *until* I put IC2 in the mods folder. then it throws the error I get above.

    Thoughts?
    Posted in: Tutorials
  • 0

    posted a message on Video Tutorial - How to install my Lets Play mods all together
    Quote from Zjerothi

    Did you install Risugami's AudioMod? Find it in the first post or here: Risugami's ModLoader and Audio Mod.

    The Audio Mod is where you get the paulscode folder.


    Yup, I've got the AudioMod--I'll re-check and/or re-install it, because I may or may not have missed a file. I'm at work right now, but thanks. I'll come back if I screw it up again! :tongue.gif:
    Posted in: Tutorials
  • 0

    posted a message on Video Tutorial - How to install my Lets Play mods all together
    I just installed IC2. When Minecraft tries to boot, I get:

    java.lang.NoClassDefFoundError: paulscode/sound/SoundSystemConfig
    	at ic2.platform.AudioManager.initialize(AudioManager.java:67)
    	at mod_IC2.initialize(mod_IC2.java:273)
    	at ic2.platform.Ic2.load(Ic2.java:64)
    	at ModLoader.init(ModLoader.java:830)
    	at ModLoader.AddAllRenderers(ModLoader.java:186)
    	at wb.<init>(wb.java:76)
    	at wb.<clinit>(wb.java:9)
    	at net.minecraft.client.Minecraft.a(SourceFile:265)
    	at net.minecraft.client.Minecraft.run(SourceFile:644)
    	at java.lang.Thread.run(Thread.java:680)
    Caused by: java.lang.ClassNotFoundException: paulscode.sound.SoundSystemConfig
    	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    	... 10 more


    Is there supposed to be something extra in /paulscode/sound that I didn't get with IC2?

    EDIT checking AudioMod today when I get home from work. Hopefully that helps.
    Posted in: Tutorials
  • 0

    posted a message on Video Tutorial - How to install my Lets Play mods all together
    Quote from swane002

    ic2 link is broken
    D=


    Yeah it is... Anyone have a story here?
    Posted in: Tutorials
  • To post a comment, please .