Jump to content

robin4002

Forge Modder
  • Posts

    283
  • Joined

  • Last visited

Everything posted by robin4002

  1. Use the last recommended build for ml compatibility. http://adf.ly/673885/http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.6.4-9.11.1.953/forge-1.6.4-9.11.1.953-installer.jar
  2. watch this : we need what is displayed in the console. (right click on the console -> select all -> press enter -> paste in the forum.
  3. You just have to read the list of mods in order, when a ModState is missing, the mod cause the problem for example: AdvancedReactors{1.0.5-exp} [Advanced Reactors] (AdvancedReactors-1.6.2_1.0.5-exp.jar) Unloaded->Constructed AdvancedThaumaturgy{0.0.7} [Advanced Thaumaturgy] (AdvancedThaumaturgy-0.0.7.jar) Unloaded arsmagica2{1.0.2b} [Ars Magica 2] (AM2_1.0.2b.zip) Unloaded AdvancedThaumaturgy is the first mod where the stats Constructed is missing, so this mod is causing the problem. Remove it
  4. remove mod_ZanMinimap{Not available} [mod_ZanMinimap] (ZansMinimap1.6.4.zip) Unloaded It's a client mod.
  5. Same problem, you need Familiars api : http://adf.ly/6eEOC
  6. Caused by: java.lang.ClassNotFoundException: thehippomaster.AnimationAPI.IAnimatedEntity MutantCreatures requires AnimationAPI : http://www.minecraftforum.net/topic/1850860-
  7. 949 is the last build, fake player is still broken. Downgrade to forge 9.11.1.944 temporarily
  8. 1.5.2 is dead, stop use it and upgrade to 1.6.4, or download library manually.
  9. -> you forgot the extension
  10. Try jarfix (link on EAQ)
  11. you must run it from the console/terminal (.bat or .sh) java -Xmx1024M -Xms512M -jar forge.jar
  12. Use setTextureName, this function doesn't exist for nothing : public static Block strongStone; [...] strongStone = new StrongStone(id).setUnlocalizedName("strongstone").setTextureName("modid:texturename");
  13. use the official minecraft launcher : https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.exe If the bug is still there, send a screenshot of .minecraft folder.
  14. yes, don't rename it, forge need it and forge can't detect your minecraft_server1.6.4.jar if you rename it. You can change the name of forge, but not the name of minecraft_server.
  15. minecraft_server1.6.4.jar seems missing.
  16. NBTEdit
  17. Your server can't access to the file server.properties, and it can't write crash log, something is blocking the server. Verify that the file is not read-only, and eventually your antivirus
  18. java -Xms1024M -Xmx4096M -XX:PermSize=1024m -jar minecraftforge-universal-1.6.4-x.xx.x.xxx.jar PAUSE if that doesn't work, send the logs
  19. Remove optifine, it has a lot of compatibility problems. (especially ForgeMultiPart)
  20. It's packaged.srg
  21. libraries are missing, upload them, or use the installer directly on your server : wget http://files.minecraftforge.net/minecraftforge/minecraftforge-installer-1.6.4-9.11.1.935.jar java -jar minecraftforge-installer-1.6.4-9.11.1.935.jar --installServer
  22. Download and extract this : http://files.minecraftforge.net/fmllibs/fml_libs15.zip in .minecraft/lib or stop use 1.5.2 and upgrade to 1.6.4
  23. Update AnimalBikes
×
×
  • Create New...

Important Information

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