It isn't working for me. I installed JDK, configured PATH correctly and made sure it was working, restarted the PC, all that stuff, but when I open the program it does nothing. It doesn't even open the command prompt on the first run.
try to install it in other PC, if this work, copy c:/pylo then paste it in your PC in c:/
This is also my problem too when i use MCreator in first time.
and no im not a noob, troll or idiot and ive used that proxy for every adf.ly link and never had any trouble before
edit: looks like the name of the file in virustotal keeps changing due to same file but different name or something, its pB0x.exe or something now and was a norman7.htm file before
Thats realy strange. I'm not sure what is wrong with my files. It could be dropbox. Has anybody got any better file uploading idea???
It brings up a windows that has a minecraft background and says PYLO on it. That's it, it doesn't do anything else, even after waiting a few minutes. I also tried closing every other program but that didn't work either. Odd.
Make .BAT file in C:/Pylo/MCreator folder with this code:
C: for /d %%i in ("C:\Program Files\Java\jre*") do set JAVA_HOME=%%i for /d %%i in ("C:\Program Files (x86)\Java\jre*") do set JAVA_HOME=%%i "%JAVA_HOME%\bin\java.exe" -classpath .;./lib/jnbt.jar;./lib/j3dcore.jar;./lib/j3dutils.jar;./lib/vecmath.jar;./lib/rsyntaxtextarea.jar;./lib/commons-io.jar;./lib/commons-net.jar; si.pylo.mcreator.MainUI pause
Than copy output and post it here. Then I'll check what is wrong!!!
C:\Pylo\MCreator>for / %i in ("C:\Program Files (x86)\Java\jre*") do set JAVA_HO
ME=%i
C:\Pylo\MCreator>"C:\Program Files\Java\jre7\bin\java.exe" -classpath .;./lib/jn
bt.jar;./lib/j3dcore.jar;./lib/j3dutils.jar;./lib/vecmath.jar;./lib/rsyntaxtexta
rea.jar;./lib/commons-io.jar;./lib/commons-net.jar; si.pylo.mcreator.MainUI
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Pylo\MCreator\j3dc
ore-ogl.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at javax.media.j3d.NativePipeline$1.run(NativePipeline.java:189)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.j3d.NativePipeline.loadLibrary(NativePipeline.java:180)
at javax.media.j3d.NativePipeline.loadLibraries(NativePipeline.java:137)
at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:948)
at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:280)
at si.pylo.mcreator.RenderTypeP.<init>(RenderTypeP.java:135)
at si.pylo.mcreator.NewBlockGUI.<init>(NewBlockGUI.java:683)
at si.pylo.mcreator.MainUI.<init>(MainUI.java:250)
at si.pylo.mcreator.MainUI.main(MainUI.java:867)
I don't know anything about scripting, but this part caught my eye: "Can't load IA 32-bit .dll on a AMD 64-bit platform"
Are there any way that I can put a spacebar in my item name?
i think you can't use space bar in item name,
If you want to change it, After creating an item, Go to mod list then Select your mod,
And edit your mod, there is 2 class the item class and your mod_file class
Select your mod_file class then change your item name in public void load content
try to install it in other PC, if this work, copy c:/pylo then paste it in your PC in c:/
This is also my problem too when i use MCreator in first time.
are you put custom code does not supported?
but... there is export error.... I don't know why
Thats realy strange. I'm not sure what is wrong with my files. It could be dropbox. Has anybody got any better file uploading idea???
It's because in one mod, you made error. You need to restart MCreator (Tools -> Restart program) and then you need to make mod's again.
Make .BAT file in C:/Pylo/MCreator folder with this code:
C:
for /d %%i in ("C:\Program Files\Java\jre*") do set JAVA_HOME=%%i
for /d %%i in ("C:\Program Files (x86)\Java\jre*") do set JAVA_HOME=%%i
"%JAVA_HOME%\bin\java.exe" -classpath .;./lib/jnbt.jar;./lib/j3dcore.jar;./lib/j3dutils.jar;./lib/vecmath.jar;./lib/rsyntaxtextarea.jar;./lib/commons-io.jar;./lib/commons-net.jar; si.pylo.mcreator.MainUI
pause
Than copy output and post it here. Then I'll check what is wrong!!!
This is what I got.
I don't know anything about scripting, but this part caught my eye: "Can't load IA 32-bit .dll on a AMD 64-bit platform"
To take a culture, send a Chapter.
== MCP 7.2 (data: 7.2, client: 1.3.2, server: 1.3.2) ==
# found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, astyle, astyle config
== Recompiling client ==
> Cleaning bin
> Recompiling
'"C:\Program Files\Java\jdk1.7.0_03\bin\javac" -Xlint:-options -deprecation -g -source 1.6 -target 1....' failed : 1
== ERRORS FOUND ==
src\minecraft\net\minecraft\src\BlockTelediumOreBlock.java:33: error: illegal start of expression
world.createExplosion(null, i, j, k, );
^
1 error
==================
!! Can not find server sources, try decompiling !!
i think you can't use space bar in item name,
If you want to change it, After creating an item, Go to mod list then Select your mod,
And edit your mod, there is 2 class the item class and your mod_file class
Select your mod_file class then change your item name in public void load content
When you add new explosion, you need to type power of explosing (ex. 1F <- You must write F at the end of number)
Another question. Sorry for too much question, but How to make a custom pickaxe can mine obsidian?
Nothing of writen here is not supported