Jump to content
  • 0

checking launcher version on startup [FIXED]


Question

Posted

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

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...