robin4002
Forge Modder-
Posts
283 -
Joined
-
Last visited
Everything posted by robin4002
-
log log log.
-
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
-
[1.6.4] Minecraft Vanilla Server, Crash Report!
robin4002 replied to kevinyolo7's topic in Support & Bug Reports
TMI is a client mod, you don't need to install it on the server. -
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.
-
http://bspk.rs/MC/bspkrsCore/index.html Download and install it.
-
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.
-
where did you put the png file ? it should be in : forge/mcp/src/minecraft/assets/basic/textures/blocks/iron_ore.png
-
"error could not find or load main class..."
robin4002 replied to garrett_maclean's topic in Support & Bug Reports
Try jarfix (link in EAQ) or/and command line. -
In the crash log, if there is : java.lang.NoClassDefFoundError: net/minecraft/client/something then one of your mods isn't server compatible.
-
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
-
BuildCraft 3.5.1 for Minecraft 1.5.2 Update Buildcraft.
-
In the cmd, type echo %cd% it will give you a directory the installer must be in this directory
-
Forge Getting an Error Without Mods Installed
robin4002 replied to NurseRedheartFiM's topic in Support & Bug Reports
-
echo %cd% -> currant folder The installer must be in this folder
-
You must be in the same folder as the installer or put the entire path of the installer.
-
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 ^^
-
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 : )
-
mod_MAtmos is for 1.6.2 and don't use srg name (seems to be a modloader mod) It needs to be updated
-
Very inexperienced and recieving error
robin4002 replied to mortimermcmirestinks's topic in Support & Bug Reports
Update or remove SCMownsMobTalker -
try command line : java -jar minecraftforge-installer-1.6.4-9.11.0.880.jar
-
1.6.2-Forge9.10.1.851 blank signs being placed
robin4002 replied to Metrize's topic in Support & Bug Reports
Update forge. -
Use jarfix, link is on EAQ
-
download the installer, not universal file.