
robin4002
Forge Modder-
Posts
283 -
Joined
-
Last visited
Everything posted by robin4002
-
1.6.4 minecraft forge crah dont know why plz help
robin4002 replied to ranson42's topic in Support & Bug Reports
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 -
problem when trying to install forge
robin4002 replied to JavierHmo's topic in Support & Bug Reports
watch this : we need what is displayed in the console. (right click on the console -> select all -> press enter -> paste in the forum. -
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
-
Exception in server tick loop java.lang.NoClassDefFoundError:
robin4002 replied to xWizz's topic in Support & Bug Reports
remove mod_ZanMinimap{Not available} [mod_ZanMinimap] (ZansMinimap1.6.4.zip) Unloaded It's a client mod. -
Minecraft crashes when I place mods in folder using Forge
robin4002 replied to eduard9993's topic in Support & Bug Reports
Same problem, you need Familiars api : http://adf.ly/6eEOC -
Minecraft crashes when I place mods in folder using Forge
robin4002 replied to eduard9993's topic in Support & Bug Reports
Caused by: java.lang.ClassNotFoundException: thehippomaster.AnimationAPI.IAnimatedEntity MutantCreatures requires AnimationAPI : http://www.minecraftforum.net/topic/1850860- -
FakePlayer client crash on multiplayer
robin4002 replied to LezChap's topic in Support & Bug Reports
949 is the last build, fake player is still broken. Downgrade to forge 9.11.1.944 temporarily -
1.5.2 is dead, stop use it and upgrade to 1.6.4, or download library manually.
-
-> you forgot the extension
-
Try jarfix (link on EAQ)
-
you must run it from the console/terminal (.bat or .sh) java -Xmx1024M -Xms512M -jar forge.jar
-
Use setTextureName, this function doesn't exist for nothing : public static Block strongStone; [...] strongStone = new StrongStone(id).setUnlocalizedName("strongstone").setTextureName("modid:texturename");
-
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.
-
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.
-
minecraft_server1.6.4.jar seems missing.
-
Remove optifine, it has a lot of compatibility problems. (especially ForgeMultiPart)
-
It's packaged.srg
-
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
-
Update AnimalBikes
-
Im having an error with the instalation, minecraft Forge.
robin4002 replied to al3jo_123's topic in Support & Bug Reports
Just add -Xmx1G before -jar