Jump to content

ankrotachi10

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by ankrotachi10

  1. 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:
×
×
  • Create New...