Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

robin4002

Forge Modder
  • 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. Try jarfix (link in EAQ) or/and command line.
  8. In the crash log, if there is : java.lang.NoClassDefFoundError: net/minecraft/client/something then one of your mods isn't server compatible.
  9. 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
  10. BuildCraft 3.5.1 for Minecraft 1.5.2 Update Buildcraft.
  11. In the cmd, type echo %cd% it will give you a directory the installer must be in this directory
  12. echo %cd% -> currant folder The installer must be in this folder
  13. You must be in the same folder as the installer or put the entire path of the installer.
  14. 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 ^^
  15. 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.
  16. 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 : )
  17. mod_MAtmos is for 1.6.2 and don't use srg name (seems to be a modloader mod) It needs to be updated
  18. try command line : java -jar minecraftforge-installer-1.6.4-9.11.0.880.jar
  19. Use jarfix, link is on EAQ
  20. download the installer, not universal file.

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.