
Malivil
Members-
Posts
145 -
Joined
-
Last visited
Everything posted by Malivil
-
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
-
And yes, you can delete it.
-
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.
-
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.
-
Upgrade Forge to 504
-
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
-
Crash report: Forge-snapshot 7.7.0.500, crash with 13w02b
Malivil replied to Rorax's topic in Support & Bug Reports
He (or someone else) probably pulled the source from the 1.5 branch and compiled it. -
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/
-
new forge and minecraft fatal error/black screen
Malivil replied to Mr Hugzy's topic in Support & Bug Reports
You're running an old version of CodeChickenCore Either remove it from your coremods folder, or upgrade to the latest (0.7.0.2) -
Looks like you have ClaySoldiers installed twice, somehow.
-
And you're putting the forge .jar in the bin folder with the 1.4.7 minecraft_server.jar?
-
Server/Client sources not found on recompile 1.4.5
Malivil replied to Joshwarfield's topic in Support & Bug Reports
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. -
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.
-
[SOLVED] "unable to locate sign" error
Malivil replied to BlackCrafer666's topic in Support & Bug Reports
Use Build 6.5.0.489 from http://files.minecraftforge.net/ -
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
-
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
-
Pastebin the whole class so we can see the context. Offhand, it's probably because you're using an object before you instantiate it.
-
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?
-
http://files.minecraftforge.net/ Scroll down to where it says "MC 1.1"
-
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.
-
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
-
error when starting up minecraft. please help
Malivil replied to specspore's topic in Support & Bug Reports
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. -
Entity is already tracked! [temporarly solved]
Malivil replied to hubertnnn's topic in Support & Bug Reports
You didn't remove all your mods, you still have NEI and CCC in your coremods folder.