You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The launcher should display an error and immediately exit, if the user profile path includes an exclamation mark (!), since that causes issues with Java misinterpreting it as a path to a JAR and a path inside said JAR file.
This is always a problem even if the user installs the launcher to a different folder, since the launcher always checks %APPDATA%\.technic\settings.json so it can determine where it's installed. This should not be a problem in portable mode, since it checks the current folder and uses that directly, instead of checking appdata.
The text was updated successfully, but these errors were encountered:
The launcher should display an error and immediately exit, if the user profile path includes an exclamation mark (
!
), since that causes issues with Java misinterpreting it as a path to a JAR and a path inside said JAR file.This is always a problem even if the user installs the launcher to a different folder, since the launcher always checks
%APPDATA%\.technic\settings.json
so it can determine where it's installed. This should not be a problem in portable mode, since it checks the current folder and uses that directly, instead of checking appdata.The text was updated successfully, but these errors were encountered: