Hello, i am having trouble installing Optifine. i have liteloader and forge working perfectly together But optifine is where it "breaks". i put the optifine stuff into the .json file and what i hope is the correct place, but it just doesn't load. im gonna give you as many resources as iccan to help you troubleshoot this, because i really have no idea. Iv'e tried this multiple times all from fresh installs. (excluding the servers.dat and options.txt)
(Also, i WOULD use Magic Launcher (just because its easier, but i would prefer the official mojang one) but it doesnt seem to want to load any mod files that arnt .zip or .jar (im using the macro mod which is .litemod))
The Meaning of Life, the Universe, and Everything.
Join Date:
1/12/2012
Posts:
275
Minecraft:
Explosionguy
Member Details
Does anyone have a guide on how to install Single Player Commands with forge in 1.6.2? I've been trying to figure out a way, but nothing I try will work. Can anyone help me out?
Installing OptiFine with Forge and/or LiteLoader (Mojang Launcher)
If you will be using Magic Launcher, this is not necessary.
Download your preferred flavor of OptiFine from its thread here.
Go to %appdata%\.minecraft\libraries\net
Create a subfolder named "optifine". Within that folder create a subfolder, again called "optifine".
Within %appdata%\.minecraft\libraries\net\optifine\optifine, create a folder whos name matches your selected version. For example, I use 1.6.2 HD Ultra B4. My folder name will be 1.6.2_HD_U_B4.
Copy the OptiFine zip file to the new folder. Change the extention from .zip to .jar
Change the underscore "_" between the word optifine and the version information to a dash "-".
It should look like this:
Go to %appdata%\.minecraft\Versions\[Forge Folder Name Here]
Make sure all copies of the Minecraft launcher and the game itself are closed.
Open the JSON file with Notepad++ or another text editor.
On or about 9 lines up from the botom of the file, there will be single closing square bracket "]". On the line just above it there will be a curly closing brace "}". Place your cursor directly after the closing curly brace. (Critical step, this is where most errors happen.)
Paste in the following code, modifying as need for your version. The first line is only a comma, you DO need it.
,
{
"name": "net.optifine:Optifine:1.6.2_HD_U_B4",
}
Spoiler: Example Before/After
Save and close the JSON file.
Start the Mojang launcher
If you are NOT using Forge, skip to step 19.
Press the "Edit Profile" button.
In the "Java Settings (Advanced)" section, enable "JVM Arguments" and add "-Dfml.ignorePatchDiscrepancies=true"
Save the profile and return to the main screen.
Launch Minecraft.
Verify OptiFine is operating by going to Options, Video Settings. There should be new options available.
Without OptiFine: With OptiFine:
I followed these directions to the letter. Once i Get to step 16 - My Forge jar file is no longer an option - If I remove the items from step 12 from the .json file, then it is an option again. What am I doing wrong?
Using Windows 7, Forge 804, Fresh Install, Custom Installation directory (I use a batch file to temporarily change my %appdata% folder to another location, then run the launcher)
EDIT: I re-added the following back in:
"url": "file://nothing"
and now it allows me to chose Forge as an option again
I actually had to add " "url": "file://nothing" " in the json for mine to work. Running on Win7, Minecraft 1.6.2 + Forge 804. Maybe it depends on Java's mood ?
@All
May I see your Minecraft logs?
Maybe something's different with my computer. (Java version probably? 32/64-bit Java difference?)
I'll look for anything worth noting in the logs and post anything I find in this thread.
@PetSquirrel
Which OptiFine version did you use? There are other versions of OptiFine (also for 1.6.2) that are not compatible with Forge.
I'd also like to see your log before you fixed it so I'd know any conditions where
file://nothing
should be kept in place.
I apologize for any inconvenience this may have caused you.
Does anyone have a guide on how to install Single Player Commands with forge in 1.6.2? I've been trying to figure out a way, but nothing I try will work. Can anyone help me out?
Adding More Mods The vast majority of mods will work with Forge modloader, Once you have a Forge profile, you can drop mods (jar and zip) into %appdata%\.minecraft\mods This does lead to a problem; If you connect to several servers, or have more than one "pack" of mods, Forge will always load all the mods in the folder. To overcome this, we have two methods: Creating multiple profiles (Good), or using Magic Launcher (Better). (There are other launchers, such as MultiMC, but they are not covered in this guide.)
If you don't want to use Magic Launcher, or Magic Launcher has a compatibility issue with one of your mods, keep reading.
Mojangs launcher supports multiple profiles, and each profile can have a "Game Directory" setting. The game directory setting allows Minecraft to run from a different folder that the default of %appdata%\.minecraft. Any folder you normall see there, will also be created in any path you plug into the game directory setting. In order to keep things at least somewhat organized, I would recommend creating new game directories withing the .minecraft folder itself, and naming them either after the modpack, or some other meaningful name that describes what you put in it.
As an example you could have Chococraft folder with the Chococraft mod, a minimap, and Inventory Tweaks; and an Admin folder with mods like Macro/Keybind, WorldEdit CUI,etc.
Hello, i am having trouble installing Optifine. i have liteloader and forge working perfectly together But optifine is where it "breaks". i put the optifine stuff into the .json file and what i hope is the correct place, but it just doesn't load. im gonna give you as many resources as iccan to help you troubleshoot this, because i really have no idea. Iv'e tried this multiple times all from fresh installs. (excluding the servers.dat and options.txt)
(Also, i WOULD use Magic Launcher (just because its easier, but i would prefer the official mojang one) but it doesnt seem to want to load any mod files that arnt .zip or .jar (im using the macro mod which is .litemod))
Try removing the comma at
"name": "net.optifine:Optifine:1.6.2_HD_U_B4", < that comma
Instead of telling the launcher to download it from a non-existent location (which obviously makes it unable to access the OptiFine file), it just tells the launcher that it doesn't need to download the file from a server at all since it's already in the machine.
I don't know what you meant by adding inventory tweaks "manually"
Could you explain to me what you meant?
EDIT: Nvm, I guess I was using the wrong version.
After a bit of messing around, i got optifine to load, i just had to add the optifine part to the LiteLoader .json file. i dont really know why, but i did. even when im using the Forge Profile. thanks for trying to help though YAY (p.s. im happy xD)
I'm having the same problem as most of the people here. I have followed everything to add optifine with Forge and Liteloader, but it came to no avail. How did you guys go past this problem? I see at least two people here solved the problem by adding something to the .json file, but they didn't say what/where to add this "thing".
Any and all help would be appreciated! Everything loads perfectly except for optifine not loading at all.
@Aegon and @WhoAreYouPerson dudes, have a look at my post near the top, I had the same problem. I don't think I missed anything, and the things I added are very simple. See if that works. Simply, the thing I did that you guys havent, is put the line of code into the liteloader json, I also have it in the forge one, but that did not work. Just check my post.
I always get this error from vanilla and forge. This happens when I use Magic Launcher, when I use the official launcher I get no error. I really need optifine for performance tweaking.
*** MagicMinecraftLauncher 1.1.7 ***
LCP: C:\Downloads\Game Apps\minecraft files\1.6.2\OptiFine_1.6.2_HD_U_B4.zip;C:\Users\Admin\AppData\Roaming\.minecraft\versions\1.6.2-Forge9.10.0.804\1.6.2-Forge9.10.0.804.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\minecraftforge\minecraftforge\9.10.0.804\minecraftforge-9.10.0.804.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.3\launchwrapper-1.3.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\argo\argo\2.25_fixed\argo-2.25_fixed.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\14.0\guava-14.0.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.0\lwjgl-platform-2.9.0-natives-windows.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1-nightly-20130708-debug3\lwjgl-2.9.1-nightly-20130708-debug3.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1-nightly-20130708-debug3\lwjgl_util-2.9.1-nightly-20130708-debug3.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1-nightly-20130708-debug3\lwjgl-platform-2.9.1-nightly-20130708-debug3-natives-windows.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar
MainClass: net.minecraft.launchwrapper.Launch
java.lang.ClassNotFoundException: net.minecraft.launchwrapper.Launch
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
@Aegon and @WhoAreYouPerson dudes, have a look at my post near the top, I had the same problem. I don't think I missed anything, and the things I added are very simple. See if that works. Simply, the thing I did that you guys havent, is put the line of code into the liteloader json, I also have it in the forge one, but that did not work. Just check my post.
You never said where to put the code, following the original tutorial, 9 lines up is part of a code already there.
@Aegon and @WhoAreYouPerson dudes, have a look at my post near the top, I had the same problem. I don't think I missed anything, and the things I added are very simple. See if that works. Simply, the thing I did that you guys havent, is put the line of code into the liteloader json, I also have it in the forge one, but that did not work. Just check my post.
It is explained exactly in the OP's instructions, so read it carefully. He states to put it in the forge json, which I did, but also had to put it into the liteloader json, in the same place.
Here is what the last section of the litloader json should look like with the code in place:
Finished downloading C:\Users\DerpishCat\AppData\Roaming\.minecraft\versions\1.6.2-Forge9.10.0.789\1.6.2-Forge9.10.0.789.jar for job 'Version & Libraries': Couldn't connect to server (responded with 403) but have local file, assuming it's good
Finished downloading
Note that Minecraft Forge 789 will do the stupid scala library error. If you use a newer version of forge such as the latest or the recommended (804) then it should be fixed. I tested OptiFine with Forge 817 and in theory it should work.
[13:26:51] <+Bax> Sappert: I'm very clean for someone who licks rocks for science
[13:27:02] <+Bax> Sappert: FOR SCIENCE!
[13:27:14] <+Bax> RaNdOmCoW26: well you see that is your problem
[13:27:23] <+Bax> RaNdOmCoW26: you are comparing yourself to fellow rock lickers
[13:27:36] <+Bax> Sappert: 90% of my social life is rock lickers
[13:27:41] <+Bax> Sappert: or clay eaters
[13:27:47] <+Bax> RaNdOmCoW26: compare yourself to other people who are not rock lickers or clay eaters
[13:28:10] <+Bax> RaNdOmCoW26: then how do you fare?
[13:28:21] <+Bax> Sappert: I fare excellent
To post a comment, please login or register a new account.
Optifine FilePath: http://screenshu.com/static/uploads/temporary/2u/hs/6c/y40de9.jpg
Launcher Log: http://pastebin.com/eAdMtYpx
(Also, i WOULD use Magic Launcher (just because its easier, but i would prefer the official mojang one) but it doesnt seem to want to load any mod files that arnt .zip or .jar (im using the macro mod which is .litemod))
@All
May I see your Minecraft logs?
Maybe something's different with my computer. (Java version probably? 32/64-bit Java difference?)
I'll look for anything worth noting in the logs and post anything I find in this thread.
@PetSquirrel
Which OptiFine version did you use? There are other versions of OptiFine (also for 1.6.2) that are not compatible with Forge.
I'd also like to see your log before you fixed it so I'd know any conditions where should be kept in place.
I apologize for any inconvenience this may have caused you.
Never gonna give you uuuuuup
Whaaaat, can't I enjoy a good and catchy song just because it's popular?
Adding More Mods
The vast majority of mods will work with Forge modloader, Once you have a Forge profile, you can drop mods (jar and zip) into %appdata%\.minecraft\mods
This does lead to a problem; If you connect to several servers, or have more than one "pack" of mods, Forge will always load all the mods in the folder. To overcome this, we have two methods: Creating multiple profiles (Good), or using Magic Launcher (Better). (There are other launchers, such as MultiMC, but they are not covered in this guide.)
If you want to use Magic Launcher, go to the next section.
If you don't want to use Magic Launcher, or Magic Launcher has a compatibility issue with one of your mods, keep reading.
Mojangs launcher supports multiple profiles, and each profile can have a "Game Directory" setting.
The game directory setting allows Minecraft to run from a different folder that the default of %appdata%\.minecraft. Any folder you normall see there, will also be created in any path you plug into the game directory setting. In order to keep things at least somewhat organized, I would recommend creating new game directories withing the .minecraft folder itself, and naming them either after the modpack, or some other meaningful name that describes what you put in it.
As an example you could have Chococraft folder with the Chococraft mod, a minimap, and Inventory Tweaks; and an Admin folder with mods like Macro/Keybind, WorldEdit CUI,etc.
Try removing the comma at
Never gonna give you uuuuuup
Whaaaat, can't I enjoy a good and catchy song just because it's popular?
In this part
{ "name": "net.optifine:optifine:1.6.2_HD_U_B4", },you just have to add
such that it will look like this:
{ "name": "net.optifine:optifine:1.6.2_HD_U_B4", "serverreq": false },Instead of telling the launcher to download it from a non-existent location (which obviously makes it unable to access the OptiFine file), it just tells the launcher that it doesn't need to download the file from a server at all since it's already in the machine.
Found this from http://www.minecraftforum.net/topic/1888939-162forgeoptifine-hd-u-b4-forge-9100789-installer-linuxwindowsmac-compatible/ , which concentrates on Linux installs (though it has a Windows tut there).
Never gonna give you uuuuuup
Whaaaat, can't I enjoy a good and catchy song just because it's popular?
Could you explain to me what you meant?
EDIT: Nvm, I guess I was using the wrong version.
(1 Hour Later...)
Noooooo, black screen of death! D:
Want a sig like this? http://www.minecraftforum.net/viewtopic.php?f=1018&t=180294&p=2606108
I did that and it still didn't work ): i even tried the ""serverreq": false" thing. still no luck on loading optifine.
Any and all help would be appreciated! Everything loads perfectly except for optifine not loading at all.
Anyways, here is both of my .json files.
Liteloader.json
{ "id": "LiteLoader1.6.2", "time": "2013-07-08T12:00:00-04:00", "releaseTime": "2013-07-08T12:00:00-04:00", "type": "release", "minecraftArguments": "--username ${auth_player_name} --session ${auth_session} --gameDir ${game_directory} --assetsDir ${game_assets} --tweakClass com.mumfrey.liteloader.launch.LiteLoaderTweaker --cascadedTweaks cpw.mods.fml.common.launcher.FMLTweaker", "libraries": [ { "name": "net.minecraftforge:minecraftforge:9.10.0.804", "url": "http://files.minecraftforge.net/maven/" }, { "name": "org.ow2.asm:asm-all:4.1" }, { "name": "com.mumfrey:liteloader:1.6.2", "url": "http://dl.liteloader.com/versions/" }, { "name": "net.minecraft:launchwrapper:1.3" }, { "name": "lzma:lzma:0.0.1" }, { "name": "net.sf.jopt-simple:jopt-simple:4.5" }, { "name": "com.paulscode:codecjorbis:20101023" }, { "name": "com.paulscode:codecwav:20101023" }, { "name": "com.paulscode:libraryjavasound:20101123" }, { "name": "com.paulscode:librarylwjglopenal:20100824" }, { "name": "com.paulscode:soundsystem:20120107" }, { "name": "argo:argo:2.25_fixed" }, { "name": "org.bouncycastle:bcprov-jdk15on:1.47" }, { "name": "com.google.guava:guava:14.0" }, { "name": "org.apache.commons:commons-lang3:3.1" }, { "name": "commons-io:commons-io:2.4" }, { "name": "net.java.jinput:jinput:2.0.5" }, { "name": "net.java.jutils:jutils:1.0.0" }, { "name": "com.google.code.gson:gson:2.2.2" }, { "name": "org.lwjgl.lwjgl:lwjgl:2.9.0", "rules": [ { "action": "allow" }, { "action": "disallow", "os": { "name": "osx", "version": "^10\\.5\\.\\d$" } } ] }, { "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.0", "rules": [ { "action": "allow" }, { "action": "disallow", "os": { "name": "osx", "version": "^10\\.5\\.\\d$" } } ] }, { "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.0", "rules": [ { "action": "allow" }, { "action": "disallow", "os": { "name": "osx", "version": "^10\\.5\\.\\d$" } } ], "natives": { "linux": "natives-linux", "windows": "natives-windows", "osx": "natives-osx" }, "extract": { "exclude": [ "META-INF/" ] } }, { "name": "org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug3", "rules": [ { "action": "allow", "os": { "name": "osx", "version": "^10\\.5\\.\\d$" } } ] }, { "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.1-nightly-20130708-debug3", "rules": [ { "action": "allow", "os": { "name": "osx", "version": "^10\\.5\\.\\d$" } } ] }, { "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.1-nightly-20130708-debug3", "rules": [ { "action": "allow", "os": { "name": "osx", "version": "^10\\.5\\.\\d$" } } ], "natives": { "linux": "natives-linux", "windows": "natives-windows", "osx": "natives-osx" }, "extract": { "exclude": [ "META-INF/" ] } }, { "name": "net.java.jinput:jinput-platform:2.0.5", "natives": { "linux": "natives-linux", "windows": "natives-windows", "osx": "natives-osx" }, "extract": { "exclude": [ "META-INF/" ] } } ], "mainClass": "net.minecraft.launchwrapper.Launch" }Forge.json
{ "minecraftArguments": "--username ${auth_player_name} --session ${auth_session} --version ${version_name} --gameDir ${game_directory} --assetsDir ${game_assets} --tweakClass cpw.mods.fml.common.launcher.FMLTweaker", "libraries": [ { "url": "http://files.minecraftforge.net/maven/", "name": "net.minecraftforge:minecraftforge:9.10.0.804" }, { "serverreq": true, "name": "net.minecraft:launchwrapper:1.3" }, { "serverreq": true, "name": "org.ow2.asm:asm-all:4.1" }, { "serverreq": true, "name": "net.sf.jopt-simple:jopt-simple:4.5" }, { "serverreq": true, "name": "lzma:lzma:0.0.1" }, { "name": "com.paulscode:codecjorbis:20101023" }, { "name": "com.paulscode:codecwav:20101023" }, { "name": "com.paulscode:libraryjavasound:20101123" }, { "name": "com.paulscode:librarylwjglopenal:20100824" }, { "name": "com.paulscode:soundsystem:20120107" }, { "name": "org.lwjgl.lwjgl:lwjgl:2.9.0" }, { "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.0" }, { "name": "argo:argo:2.25_fixed" }, { "name": "org.bouncycastle:bcprov-jdk15on:1.47" }, { "name": "com.google.guava:guava:14.0" }, { "name": "org.apache.commons:commons-lang3:3.1" }, { "name": "commons-io:commons-io:2.4" }, { "name": "net.java.jinput:jinput:2.0.5" }, { "name": "net.java.jutils:jutils:1.0.0" }, { "name": "com.google.code.gson:gson:2.2.2" }, { "rules": [ { "action": "allow" }, { "action": "disallow", "os": { "version": "^10\\.5\\.\\d$", "name": "osx" } } ], "name": "org.lwjgl.lwjgl:lwjgl:2.9.0" }, { "rules": [ { "action": "allow" }, { "action": "disallow", "os": { "version": "^10\\.5\\.\\d$", "name": "osx" } } ], "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.0" }, { "rules": [ { "action": "allow" }, { "action": "disallow", "os": { "version": "^10\\.5\\.\\d$", "name": "osx" } } ], "extract": { "exclude": [ "META-INF/" ] }, "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.0", "natives": { "windows": "natives-windows", "osx": "natives-osx", "linux": "natives-linux" } }, { "rules": [ { "action": "allow", "os": { "version": "^10\\.5\\.\\d$", "name": "osx" } } ], "name": "org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug3" }, { "rules": [ { "action": "allow", "os": { "version": "^10\\.5\\.\\d$", "name": "osx" } } ], "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.1-nightly-20130708-debug3" }, { "rules": [ { "action": "allow", "os": { "version": "^10\\.5\\.\\d$", "name": "osx" } } ], "extract": { "exclude": [ "META-INF/" ] }, "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.1-nightly-20130708-debug3", "natives": { "windows": "natives-windows", "osx": "natives-osx", "linux": "natives-linux" } }, { "extract": { "exclude": [ "META-INF/" ] }, "name": "net.java.jinput:jinput-platform:2.0.5", "natives": { "windows": "natives-windows", "osx": "natives-osx", "linux": "natives-linux" } }, { "name": "net.optifine:optifine:1.6.2_HD_U_B4", }, ], "mainClass": "net.minecraft.launchwrapper.Launch", "minimumLauncherVersion": 4, "time": "2013-07-24T16:21:53-0500", "id": "1.6.2-Forge9.10.0.804", "type": "release", "processArguments": "username_session_version", "releaseTime": "1960-01-01T00:00:00-0700" }dudes, have a look at my post near the top, I had the same problem. I don't think I missed anything, and the things I added are very simple. See if that works.
Simply, the thing I did that you guys havent, is put the line of code into the liteloader json, I also have it in the forge one, but that did not work. Just check my post.
LCP: C:\Downloads\Game Apps\minecraft files\1.6.2\OptiFine_1.6.2_HD_U_B4.zip;C:\Users\Admin\AppData\Roaming\.minecraft\versions\1.6.2-Forge9.10.0.804\1.6.2-Forge9.10.0.804.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\minecraftforge\minecraftforge\9.10.0.804\minecraftforge-9.10.0.804.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.3\launchwrapper-1.3.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\argo\argo\2.25_fixed\argo-2.25_fixed.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\14.0\guava-14.0.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.0\lwjgl-platform-2.9.0-natives-windows.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1-nightly-20130708-debug3\lwjgl-2.9.1-nightly-20130708-debug3.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1-nightly-20130708-debug3\lwjgl_util-2.9.1-nightly-20130708-debug3.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1-nightly-20130708-debug3\lwjgl-platform-2.9.1-nightly-20130708-debug3-natives-windows.jar;C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar
MainClass: net.minecraft.launchwrapper.Launch
java.lang.ClassNotFoundException: net.minecraft.launchwrapper.Launch
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
Anyone can help?
Can you tell me exactly where to put that code?
It is explained exactly in the OP's instructions, so read it carefully. He states to put it in the forge json, which I did, but also had to put it into the liteloader json, in the same place.
Here is what the last section of the litloader json should look like with the code in place:
]
}
},
{
"name": "net.java.jinput:jinput-platform:2.0.5",
"natives": {
"linux": "natives-linux",
"windows": "natives-windows",
"osx": "natives-osx"
},
"extract": {
"exclude": [
"META-INF/"
]
}
},
{
"name": "net.optifine:optifine:1.6.2_HD_U_B4",
"url": "file://nothing"
}
],
"mainClass": "net.minecraft.launchwrapper.Launch"
}
Link Here http://www.minecraftforum.net/topic/1900143-162-planets-mod-would-you-like-to-travel-to-all-the-suns-planets-many-new-dimensions-new-ores-and-more/
, { "name": "net.optifine:Optifine:1.6.2_HD_U_B4", }thats how you said, but there is an extra comma after the version, it is not working, when you take it of, it works perfectly, like this:
, { "name": "net.optifine:Optifine:1.6.2_HD_U_B4" }Edit: Thank you, by the way, great guide!
[13:26:51] <+Bax> Sappert: I'm very clean for someone who licks rocks for science
[13:27:02] <+Bax> Sappert: FOR SCIENCE!
[13:27:14] <+Bax> RaNdOmCoW26: well you see that is your problem
[13:27:23] <+Bax> RaNdOmCoW26: you are comparing yourself to fellow rock lickers
[13:27:36] <+Bax> Sappert: 90% of my social life is rock lickers
[13:27:41] <+Bax> Sappert: or clay eaters
[13:27:47] <+Bax> RaNdOmCoW26: compare yourself to other people who are not rock lickers or clay eaters
[13:28:10] <+Bax> RaNdOmCoW26: then how do you fare?
[13:28:21] <+Bax> Sappert: I fare excellent