Jump to content

Heke0

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Heke0

  1. Launcher Version: 1.0.1.3 Operating System: Windows 7 Home Premium x64 SP1 Java Version: Java 7 update 6 Antivirus Program: Description of Problem: Technic launcher updater does not start the launcher when windows username contains spaces. I assume the error should be pretty straightforward to fix, since I took a quick check with the sysinternals process monitor and noticed the problem: the launcher updater tries to call java without quoting the .jar-file path. So the command line it uses is "C:\Program Files\Java\jre7\bin\java.exe" -jar C:\Users\XXXXX XXXXX\AppData\Roaming\.techniclauncher\technic-launcher.jar instead of "C:\Program Files\Java\jre7\bin\java.exe" -jar "C:\Users\XXXXX XXXXX\AppData\Roaming\.techniclauncher\technic-launcher.jar" which works perfectly fine. Error Messages: Error Log:
×
×
  • Create New...