Posted August 27, 20223 yr Hi, so for the past 4 ish hours ive been watching every video ever reddit post anything that might help and ive come up empty handed so could you help? My problem is once ive downloaded the forge installer from the website i wait till its fully downloaded then i double click it like normal cause im on windows, but instead of opening the installer like normal all it does is breifly open what looks like command promt a couple times then closes. ive tried to force open it in powershell but i dont really know how to use it and any attempt at copying a line of code that should work ends up failing, ive also tried to use jarfix but whenever i download that it blocks it and yes ive done all the things people say to make it work so chrome cant block it but it doesnt work for some reason, im not sure what to do and im starting to get frustrated as im not getting any promising signs of it working, and when i try install forge on the admin account it works (I also have full admin permission on this accont) so either its something to do with the settings (my firewall is off) or something with Java im not sure but id really like help. Thanks Edited August 27, 20223 yr by TheBuildingMonkey
August 27, 20223 yr Make sure you have java installed. Run the installer via CMD and post full output here. CMD command, replace the <installer_name> with the file name of the installer java -Xmx1G -jar <installer_name>.jar Note: You need to execute this command in the directory of the installer
August 27, 20223 yr Author I do have Java and i made sure its updated to the lasted version, i tried the line of code but it said unable to access jarfile and then the name of the installer
August 27, 20223 yr Author Microsoft Windows [Version 10.0.19044.1949] (c) Microsoft Corporation. All rights reserved. C:\Users\tlnie>java -Xmx1G -jar forge-1.19.2-43.1.1-installer.jar Error: Unable to access jarfile forge-1.19.2-43.1.1-installer.jar C:\Users\tlnie> this is what it said, not sure if i typed in the code wrong but thats all it said.
August 27, 20223 yr run a command dir *.jar (for yourself, not us). you probably need to go into downloads directory.
August 27, 20223 yr Author What am i looking for? im not well versed in coding at all though im thinking about learning
August 27, 20223 yr we didn't get to coding. we don't know where file forge-1.19.2-43.1.1-installer.jar is. dir command would tell you that it is not in C:\Users\tlnie directory, and you are running a command from there. go back to browser, open downloads and figure out where the installer is. Edited August 27, 20223 yr by Potato5
August 27, 20223 yr Author Microsoft Windows [Version 10.0.19044.1949] (c) Microsoft Corporation. All rights reserved. C:\Users\tlnie>dir *.jar Volume in drive C has no label. Volume Serial Number is 9017-7FC5 Directory of C:\Users\tlnie File Not Found C:\Users\tlnie> This is what comes up when i put in what you said
August 27, 20223 yr Author The installer is in downloads (the folder) i went to downloads and clicked view in file and it said there
August 27, 20223 yr so, either change the command to java -jar path_to_installer\forge-1.19.2-43.1.1-installer.jar or use cd to move to your downloads directory and then run the unchanged installer command. the later option is better.
August 27, 20223 yr Author C:\Users\tlnie>java -jar path_to_installer\forge-1.19.2-43.1.1-installer.jar Error: Unable to access jarfile path_to_installer\forge-1.19.2-43.1.1-installer.jar it comes up with this when i type the line of code
August 27, 20223 yr i didn't mean type "path_to_installer" literally! put path to your download location in place of that. and seriously, either learn about file and folder management or give up on creating anything and go back to watching tv. you can not make a good mod without knowing what to do with files. how will you make a png file and put it where it needs to be? how will you make block models (text files) and put them where they need to be? you don't have an option to skip this.
August 27, 20223 yr Author It still says unable to access and then the line of code, id also like to remind you the only reason i came here is because i dont/cant code if i knew who to fix my own problem or had a slight understanding on how, i would have fixed it by now without help, the whole point is i dont know how to fix the problem of forge installer not working Edited August 27, 20223 yr by TheBuildingMonkey
August 27, 20223 yr 5 minutes ago, TheBuildingMonkey said: Im not trying to make a mod im trying to download forge so i can use mods right. sorry. very tired. it doesn't even make sense what i said. you don't need that installer for making mods. anyway, consider multimc launcher. it's a perfectly legitimate option (it requires mojang account or microsoft token thingy to start the game). it doesn't work with curse modpacks i think (i'm not sure), but if you just want to download a few mods, throw them into mods folder yourself, it's simple and works perfectly. and you can have multiple game versions. and multiple loaders in those multiple versions...
August 27, 20223 yr Author Alright ill look into it, in the mean time is there any easy way i can fix my issue or is it a lost cause for now, if so thats fine i can just use multimc and hope that works fine. It just annoying since it works in the admin account and i have it installed so i guess i could just use it there just annoying i cant use it on this account Edited August 27, 20223 yr by TheBuildingMonkey
August 27, 20223 yr easy way is to replace java -Xmx1G -jar forge-1.19.2-43.1.1-installer.jar with java -Xmx1G -jar C:\Users\tlnie\Downloads\forge-1.19.2-43.1.1-installer.jar which may not work because i can't really guess where the file is. super easy way is to install multimc, make a game version, add forge to it (there is a command in multimc), then download a few mods and move them into mods folder which you can open from multimc and you don't even need to know where it is.
August 27, 20223 yr Author um..... so thanks are in order, it seems you have saved the day, that last bit of code worked it seems just as we were both about to give up it thought it should work, both annoying and releaving thank you so much
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.