Jump to content

robin4002

Forge Modder
  • Posts

    283
  • Joined

  • Last visited

Everything posted by robin4002

  1. Caused by: java.lang.NoClassDefFoundError: com/google/gson/JsonDeserializer You need to add guava in the library list. You also forgot scala and surely many other Forge libs
  2. TMI is a client mod, you don't need to install it on the server.
  3. Heap space when extract something ? Very strange. Use this command : java -XX:PermSize=64M -XX:MaxPermSize=64M -jar "minecraftforge-installer-1.6.4-9.11.1.923(1).jar" EDIT : my mistake, read the reply from lex. This should solve your problem.
  4. http://bspk.rs/MC/bspkrsCore/index.html Download and install it.
  5. Caused by: java.lang.ClassFormatError: Duplicate field name&signature in class file com/DSG/mc/FreezeCam/CamEntity at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171) ... 40 more Everything works on mcp because the environment is not obfuscated but once compiled, two field have the same name. Open CamEntity.java and locate all field named field_something Open the file forge/mcp/conf/fields.csv with notepad ++ Use ctrl + f and looking all matching (for example, if I search field_94336_cN, I find "field_94336_cN,blockIcon,0," therefore field_94336_cN match blockIcon. Once you have found the duplicate field, delete or renamed it.
  6. where did you put the png file ? it should be in : forge/mcp/src/minecraft/assets/basic/textures/blocks/iron_ore.png
  7. In the crash log, if there is : java.lang.NoClassDefFoundError: net/minecraft/client/something then one of your mods isn't server compatible.
  8. DynamicLights{1.2.3} [Dynamic Lights] (DynamicLights_1.6.1.jar) Unloaded DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights_1.6.1.jar) Unloaded DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights_1.6.1.jar) Unloaded DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.1.jar) Unloaded DynamicLights_mobEquipment{1.0.0} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.1.jar) Unloaded DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.1.jar) Unloaded DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights_1.6.1.jar) Unloaded DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights_1.6.1.jar) Unloaded => Client side mod, it can't work on a server, you just need to install it in your client. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/resources/ResourceManagerReloadListener mod_MAtmos{Not available} [mod_MAtmos] (MAtmosClassesNDP_r25__1_6_2.zip) Unloaded incompatible with a server, the mod tries to access a client class
  9. BuildCraft 3.5.1 for Minecraft 1.5.2 Update Buildcraft.
  10. In the cmd, type echo %cd% it will give you a directory the installer must be in this directory
  11. echo %cd% -> currant folder The installer must be in this folder
  12. You must be in the same folder as the installer or put the entire path of the installer.
  13. Le ^ sur le i de Benoît cause problème, déplace le dossier forge directement dans C:/Modding par exemple pour contourner le problème Reply in French because I am French too ^^
  14. java 7 for mac required MAC OS X 10.7.3 + And the installer required java 7. You can say thank to apple.... @cpw shouldn't make a version compatible with Java 6 ? EDIT : One of my friends has a mac (MAC OS X 10.8.5) with java 7, the installer work fine, it's indeed a problem with java 6.
  15. run with the terminal java -jar minecraftforge-installer-1.6.4-9.11.0.891.jar In the log, if you see an error with jopt-simple, argo, guava or xz, update to java 7 (cpw said here : )
  16. mod_MAtmos is for 1.6.2 and don't use srg name (seems to be a modloader mod) It needs to be updated
  17. try command line : java -jar minecraftforge-installer-1.6.4-9.11.0.880.jar
  18. download the installer, not universal file.
×
×
  • Create New...

Important Information

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