whenever I open Technic Launcher it says checking launcher version, and closes, i have come up with a solution, similar to how bukkit server's start, instead of finding the technic-launcher.jar and running with java i have:
created a notepad document in the .techniclauncher
put the following text in:
@ECHO OFF
IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles%\Java\JRE7\bin\java.exe" -Xms1024M -Xmx2048M -jar "%~dp0technic-launcher.jar"
IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" "%ProgramFiles%\Java\JRE7\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0technic-launcher.jar"
then saved as a .bat file, and amde a shortcut on the desktop and voilĂ ! fixed
Question
ankrotachi10
Launcher Version: irrelevant/don't know
Operating System: windows 7
Java Version: 7
Antivirus Program: NORTON
Description of Problem:
whenever I open Technic Launcher it says checking launcher version, and closes, i have come up with a solution, similar to how bukkit server's start, instead of finding the technic-launcher.jar and running with java i have:
created a notepad document in the .techniclauncher
put the following text in:
@ECHO OFF
IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles%\Java\JRE7\bin\java.exe" -Xms1024M -Xmx2048M -jar "%~dp0technic-launcher.jar"
IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" "%ProgramFiles%\Java\JRE7\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0technic-launcher.jar"
then saved as a .bat file, and amde a shortcut on the desktop and voilĂ ! fixed
hope I helped ; )
Error Messages:
Error Log:
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now