Jump to content

Freestone

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Freestone

  1. fml-client-latest.log: https://gist.github.com/anonymous/62474098f33ee49d0eff I am trying to put together a modpack using MultiMC. The console just stops with "Skipping event FMLInitializationEvent and marking errored mod ProjRed|Expansion since required dependency ProjRed|Core has errored" as the final line. It doesn't close, it justs sits there, I've left it for several hours and nothing. I am not sure if this is what the problem is, I have looked through the logs myself and can't figure out what the problem is. I have tried looking for information about the ProjectRed error but I can't find anything, don't even know if that is the problem. This is my first time posting here so I am sorry if I did something wrong.
  2. I keep getting this error in eclipse. Eclipse says there in an error in the folder containing the sourc code but there is no error: Description Resource Path Location Type The project was not built due to "Could not delete '/Minecraft/bin/cpw'.". Fix the problem, then try refreshing this project and building it since it may be inconsistent Minecraft Unknown Java Problem Log: Nov 15, 2013 9:41:20 PM net.minecraft.launchwrapper.LogWrapper log INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker Nov 15, 2013 9:41:20 PM net.minecraft.launchwrapper.LogWrapper log SEVERE: Unable to launch java.lang.ClassNotFoundException: cpw.mods.fml.common.launcher.FMLTweaker at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:102) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:94) at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  3. Thanks for the help, I've got it working.
  4. I have made a new weapon but the texture isn't loading. I have the file structure correct and the file named but it wont load, where am I going wrong? I'm using minecraft 1.6.4 and recommended forge version 9.11.1.916. Here is my code to load my texture: @SideOnly(Side.CLIENT) public void registerIcons(IconRegister par1IconRegister) { this.itemIcon = par1IconRegister.registerIcon("IronClaymore"); }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.