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.
Question
Heke0
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:
Link to comment
Share on other sites
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