I am creating my own launcher for the game as an own launcher for the SW mod and server.
After decompiling the original launcher and examining the log files I was able to get this code to start it:
@echo off
javaw.exe
-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -Djava.library.path=C:\Users\mlantsch\sw1.6.4\data\.minecraft\versions\1.6.4-Forge9.11.0.883\1.6.4-Forge9.11.0.883-natives-164918066371719 -cp C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\net\minecraftforge\minecraftforge\9.11.0.883\minecraftforge-9.11.0.883.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\net\minecraft\launchwrapper\1.7\launchwrapper-1.7.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\org\scala-lang\scala-library\2.10.2\scala-library-2.10.2.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\org\scala-lang\scala-compiler\2.10.2\scala-compiler-2.10.2.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\argo\argo\2.25_fixed\argo-2.25_fixed.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\com\google\guava\guava\14.0\guava-14.0.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\Users\mlantsch\sw1.6.4\data\.minecraft\versions\1.6.4-Forge9.11.0.883\1.6.4-Forge9.11.0.883.jar net.minecraft.launchwrapper.Launch
pause
Even testing it within an external bat file doesn't work.
It won't give me an error, but it won't work either.
Am I missing something.
Technical data:
MC version: 1.6.4
Installed with forge
All these library files are in place
Am I missing something obvious??
Greetz
Alasar
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I am creating my own launcher for the game as an own launcher for the SW mod and server.
After decompiling the original launcher and examining the log files I was able to get this code to start it:
Even testing it within an external bat file doesn't work.
It won't give me an error, but it won't work either.
Am I missing something.
Technical data:
- MC version: 1.6.4
- Installed with forge
- All these library files are in place
Am I missing something obvious??Greetz
Alasar