traugdor Posted January 12, 2013 Posted January 12, 2013 Hello, everyone. I have minecraft 1.4.6. I'm trying to install forge by using minecraftforge-src-1.4.6-6.5.0.489. Here's my error, when I double-click install.cmd (using windows 7 x64), I get the following output: Reveal hidden contents ================ Forge ModLoader Setup Start =================== MCP Detected already, not downloading Setting up MCP Restoring commands.py backup patching file commands.py Commands patch applied successfully Copying FML conf Creating re-packaged srg Creating re-packaged exc Creating re-packaged MCP patch == MCP 7.25 (data: 7.25, client: 1.4.6, server: 1.4.6) == WARNING: The cleanup script will delete all folders created by MCP, including the src folder which may contain changes you made to the code, along with any saved worlds from the client or server. If you really want to clean up, enter "Yes" Yes > Cleaning temp > Cleaning src > Cleaning bin > Cleaning reobf > Cleaning lib > Cleaning jars > Cleaning logs File Exists: lwjgl.jar File Exists: lwjgl_util.jar File Exists: jinput.jar File Exists: windows_natives.jar File Exists: macosx_natives.jar File Exists: linux_natives.jar File Exists: minecraft.jar File Exists: minecraft_server.jar == MCP 7.25 (data: 7.25, client: 1.4.6, server: 1.4.6) == # found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, ast yle, astyle config > Creating Retroguard config files == Decompiling client using fernflower == > Creating SRGs > Applying Retroguard > Compiling AccessTransformer FATAL ERROR Traceback (most recent call last): File "C:\Users\Joel\Downloads\minecraftforge-src-1.4.6-6.5.0.489\forge\mcp\runtime\decompile.py", line 116, in decompile strip_comments=strip_comments, exc_update=exc_update) File "C:\Users\Joel\Downloads\minecraftforge-src-1.4.6-6.5.0.489\forge\mcp\run time\mcp.py", line 30, in decompile_side commands.applyrg(side) File "C:\Users\Joel\Downloads\minecraftforge-src-1.4.6-6.5.0.489\forge\fml\fml .py", line 263, in applyrg_shunt if not runcmd(self, cmd_compile.format(target=os.path.join(dir_trans, 'Acces sTransformer.java')), echo=False): File "C:\Users\Joel\Downloads\minecraftforge-src-1.4.6-6.5.0.489\forge\fml\fml .py", line 359, in runcmd process = subprocess.Popen(forklist, stdout=subprocess.PIPE, stderr=subproce ss.STDOUT, bufsize=-1) File "subprocess.pyc", line 679, in __init__ File "subprocess.pyc", line 896, in _execute_child WindowsError: [Error 193] %1 is not a valid Win32 application Decompile Exception: 1 Press any key to continue . . . I downloaded a clean 1.4.6 minecraft.jar file from here: Reveal hidden contents http://www.minecraftmine.org/minecraft-1-4-6-jar-download-minecraft-1-4-6-jar/ I also noticed that on previous attempts at running install.cmd, that it also downloaded clean minecraft.jar and minecraft_server.jar files. Please help! -traugdor Quote I make mod packs for my friends. They don't usually play with them.
Chibill Posted January 12, 2013 Posted January 12, 2013 If you are developing mods get the forge latest version for 1.4.7 and run the install it should work. Quote
traugdor Posted January 12, 2013 Author Posted January 12, 2013 On 1/12/2013 at 7:50 PM, Chibill said: If you are developing mods get the forge latest version for 1.4.7 and run the install it should work. I'm actually trying to correct a mod imcompatibility for my personal mod pack. The mod pack requires 1.4.6 because not all of the mods have been updated to 1.4.7 yet. Quote I make mod packs for my friends. They don't usually play with them.
LexManos Posted January 12, 2013 Posted January 12, 2013 Seems you dont have a JDK installed or MCP cant find it, this you know.. is kinda needed to compile java -.- Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
traugdor Posted January 12, 2013 Author Posted January 12, 2013 On 1/12/2013 at 9:01 PM, LexManos said: Seems you dont have a JDK installed or MCP cant find it, this you know.. is kinda needed to compile java -.- I installed JDK 1.6.0_38, I think. It says it installed and the folders are there in "c:\program files\java\". Quote I make mod packs for my friends. They don't usually play with them.
traugdor Posted January 12, 2013 Author Posted January 12, 2013 I made doubly sure I installed JDK and set the path variables properly. I tried numerous src builds of forge, but none of them seem to work. They all halt at the same place, with the same error. The only thing I haven't tried is using JDK7 because I have friends who like to play with me and they will want the same fix that I am making. If MCP can't find JDK, then I don't know what I'm doing wrong. EDIT: I just tried with JDK7. Didn't work. Same error. Same place. I can't be the only one with this error. Quote I make mod packs for my friends. They don't usually play with them.
traugdor Posted January 13, 2013 Author Posted January 13, 2013 On 1/13/2013 at 2:20 AM, Chibill said: What about the JRE. Um the JRE comes WITH the JDK................ it installed separately in its own folder beside the JDK. Quote I make mod packs for my friends. They don't usually play with them.
LexManos Posted January 13, 2013 Posted January 13, 2013 Make sure that it is in your class path properly. Also, post a mcp.log {pastebin} Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
traugdor Posted January 13, 2013 Author Posted January 13, 2013 On 1/13/2013 at 5:13 AM, LexManos said: Make sure that it is in your class path properly. Also, post a mcp.log {pastebin} Not sure what you mean about "class path", but I doublechecked the PATH variable and the correct path to JRE\bin is in there. mcp.log: http://pastebin.com/zKpB98gM Quote I make mod packs for my friends. They don't usually play with them.
Cloudy Posted January 14, 2013 Posted January 14, 2013 I have actually seen this issue before recently. The problem is the quotation marks around %s in fml.py - on some systems it doubles them. No idea why, but removing the quotation marks should work. Quote
traugdor Posted January 16, 2013 Author Posted January 16, 2013 On 1/14/2013 at 2:09 PM, Cloudy said: I have actually seen this issue before recently. The problem is the quotation marks around %s in fml.py - on some systems it doubles them. No idea why, but removing the quotation marks should work. I will try this and get back to ya. Quote I make mod packs for my friends. They don't usually play with them.
Bektor Posted April 3, 2013 Posted April 3, 2013 I have the same error in Minecraft 1.5.1, but when I'm removed the quotation marks around %s in fml.py, then crashed the installer too. But then this is a different crash report. Quote Developer of Primeval Forest.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.