Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How run minecraft 1.6.2 + Forge via .bat file?

Featured Replies

Posted

Hello,

 

I want run minecraft (1.6.2) with Forge (9.10.0.828), but the game does not start. Displays a console window and after a moment he stops. All paths .jar files are correct.

What is wrong? I'm suffering with it for a long time and just do not know how this run :-(

 

I use clear minecraft 1.6.2 + Forge, there is my .bat command:

 

javaw -Xmx1G -Djava.library.path="D:/.minecraft/versions/1.6.2-Forge9.10.0.828/1.6.2-Forge9.10.0.828-natives/" -cp "D:/.minecraft/libraries/argo\argo\2.25_fixed\argo-2.25_fixed.jar;D:/.minecraft/libraries/com\google\code\gson\gson\2.2.2\gson-2.2.2.jar;D:/.minecraft/libraries/com\google\guava\guava\14.0\guava-14.0.jar;D:/.minecraft/libraries/com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;D:/.minecraft/libraries/com\paulscode\codecwav\20101023\codecwav-20101023.jar;D:/.minecraft/libraries/com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;D:/.minecraft/libraries/com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;D:/.minecraft/libraries/com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;D:/.minecraft/libraries/commons-io\commons-io\2.4\commons-io-2.4.jar;D:/.minecraft/libraries/lzma\lzma\0.0.1\lzma-0.0.1.jar;D:/.minecraft/libraries/net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;D:/.minecraft/libraries/net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar;D:/.minecraft/libraries/net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;D:/.minecraft/libraries/net\minecraft\launchwrapper\1.3\launchwrapper-1.3.jar;D:/.minecraft/libraries/net\minecraftforge\minecraftforge\9.10.0.828\minecraftforge-9.10.0.828.jar;D:/.minecraft/libraries/net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;D:/.minecraft/libraries/org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;D:/.minecraft/libraries/org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar;D:/.minecraft/libraries/org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;D:/.minecraft/libraries/org\lwjgl\lwjgl\lwjgl-platform\2.9.0\lwjgl-platform-2.9.0-natives-windows.jar;D:/.minecraft/libraries/org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;D:/.minecraft/libraries/org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;" net.minecraft.launchwrapper.Launch --username kennyz411 --version 1.6.2-Forge9.10.0.828 --gameDir D:/.minecraft/ --assetsDir D:/.minecraft/assets/ --tweakClass cpw.mods.fml.common.launcher.FMLTweaker

 

My game is on D: drive as (D:/.minecraft/...). After start .bat file show this error message

 

VIII 12, 2013 4:32:48 ODP. net.minecraft.launchwrapper.LogWrapper log
INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker
2013-08-12 16:32:49 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.2.35.828 for Minecraft 1.6.2
loading
2013-08-12 16:32:49 [iNFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0
_10, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2013-08-12 16:32:49 [iNFO] [sTDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg
2013-08-12 16:32:49 [iNFO] [sTDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg
2013-08-12 16:32:50 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate
fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
2013-08-12 16:32:50 [iNFO] [sTDOUT] A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT - LIKELY YOU H
AVE AN INCORRECT VERSION FOR THIS FML
2013-08-12 16:32:50 [sEVERE] [ForgeModLoader] Unable to launch
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
                at cpw.mods.fml.relauncher.CoreModManager.injectTransformers(CoreModManager.java:432)
                at cpw.mods.fml.relauncher.FMLLaunchHandler.injectPostfixTransformers(FMLLaunchHandler.java:
108)
                at cpw.mods.fml.relauncher.FMLLaunchHandler.appendCoreMods(FMLLaunchHandler.java:113)
                at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:78)
                at net.minecraft.launchwrapper.Launch.launch(Launch.java:51)
                at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Caused by: java.lang.reflect.InvocationTargetException
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                at java.lang.reflect.Method.invoke(Unknown Source)
                at cpw.mods.fml.relauncher.CoreModManager.injectTransformers(CoreModManager.java:425)
                ... 5 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/crash/CallableMinecraftVersion
                at cpw.mods.fml.common.Loader.<init>(Loader.java:184)
                at cpw.mods.fml.common.Loader.instance(Loader.java:163)
                ... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.crash.CallableMinecraftVersion
                at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
                at java.lang.ClassLoader.loadClass(Unknown Source)
                at java.lang.ClassLoader.loadClass(Unknown Source)
                ... 12 more
Caused by: java.lang.NullPointerException
                at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
                ... 14 more

 

Where is problem? Can me someone help with .bat file launcher?

Thanks and sry for my english :-)

 

PS: Run minecraft 1.6.2 via bat.file and without Forge works, but with Forge not!

Interesting, some how it's not finding the MC classes.

You don't have Minecraft in your path..

namely versions/1.6.2-Forge9.10.0.828/1.6.2-Forge9.10.0.828.jar {which is the clean 1.6.2 jar}

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.