Jump to content

Malivil

Members
  • Posts

    145
  • Joined

  • Last visited

Everything posted by Malivil

  1. Read the log 2013-01-22 22:17:01 [sEVERE] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean. 2013-01-22 22:17:01 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-2.25.jar 2013-01-22 22:17:01 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar 2013-01-22 22:17:01 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar 2013-01-22 22:17:01 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
  2. And yes, you can delete it.
  3. Was the error you linked from a server? If so, post ForgeModLoader-Server.0.log instead I'm just guessing based on what the first error was, if someone knows what is causing this and i'm way off base, please correct me.
  4. I see pipe mods in there that need BuildCraft, but not BuildCraft itself. I also see the PluginsForForestry mentioning a "denLib", but I don't see that either.
  5. Upgrade Forge to 504
  6. Sounds like at least one of your mods is missing a dependency. Post your ForgeModLoader-Client.0.log from your .minecraft directory so we can see exactly what's going on
  7. He (or someone else) probably pulled the source from the 1.5 branch and compiled it.
  8. The problem was that mod is for MC 1.2.5. The 1.4.7 version can be found here: http://www.minecraftforum.net/topic/1613220-146-steampunk-airships-forge/
  9. You're running an old version of CodeChickenCore Either remove it from your coremods folder, or upgrade to the latest (0.7.0.2)
  10. Only delete the original one inside the vanilla minecraft.jar We need you to post the contents of your ForgeModLoader-Client.0.log files (located in the .minecraft directory) so we can see what the error is
  11. That means you're running a version of Forge that is too old for one of your mods. Update your Forge to the version it says, or newer.
  12. Looks like you have ClaySoldiers installed twice, somehow.
  13. And you're putting the forge .jar in the bin folder with the 1.4.7 minecraft_server.jar?
  14. Your output has no errors in it. As of 1.3.2 there are no separate server sources so that warning message during recompile, you can just ignore.
  15. It's only a Pre-release right now, but it's minor changes so you can use 1.4.7 client on 1.4.6 server and most mods work between the versions.
  16. Use Build 6.5.0.489 from http://files.minecraftforge.net/
  17. You don't need to install it at all, actually. Do what you did, brethir. Just put the forge .zip in the bin folder and rename it to .jar, then run it instead of the minecraft_server.jar
  18. 2013-01-01 01:46:40 [sEVERE] [ForgeModLoader] This version of FML is built for Minecraft 1.4.7, we have detected Minecraft 1.4.6 in your minecraft jar file
  19. Pastebin the whole class so we can see the context. Offhand, it's probably because you're using an object before you instantiate it.
  20. People say "Read the EAQ" for a reason. The Excessively Asked Questions (EAQ) tells you what to do in the most common instances of errors. For example, the first line in the EAQ reads If you look at your logs that you posted above, it says See how the EAQ can be helpful now?
  21. http://files.minecraftforge.net/ Scroll down to where it says "MC 1.1"
  22. Move GameRegistry.registerBlock(BlockBong); LanguageRegistry.addName(BlockBong, "Bong"); GameRegistry.registerBlock(ZCrop); LanguageRegistry.addName(ZCrop, "Z"); to after BlockBong=(new BlockBong(252, 1)).setBlockName("BlockBong").setHardness(2F).setResistance(5F); You're using BlockBong before it has a value, which you cannot do.
  23. 2012-12-02 09:45:43 [sEVERE] [ForgeModLoader] The mod Thaumcraft (Thaumcraft) requires mod versions [Forge@[6.4.1.407,)] to be available Anything 407 or above
  24. Thaumcraft needs a least Forge 6.4.1.407, you're running 397 You can get the right build from here: http://files.minecraftforge.net/ There also seems to be a rendering error, but it might be a false error from running the wrong forge version, I don't know. If there is still an error after you update, post the new log.
  25. You didn't remove all your mods, you still have NEI and CCC in your coremods folder.
×
×
  • Create New...

Important Information

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