ClarisoftTechnologies / codakidLauncherRelease

1 stars 0 forks source link

Windows: Running the launcher as an admin creates a separate user account folder without spaces. #38

Closed CodaKidGit closed 2 years ago

CodaKidGit commented 2 years ago

Running the launcher as an admin creates a separate user account folder without spaces. For example, if my user account is "Matthew K", launching it as an admin would create "Matthew%20K"

  1. Create a user account with a space in the name.
  2. Install the launcher.
  3. Launch it as an administrator
  4. Go to Minecraft and install dependencies.
  5. Make a project.
  6. Click Open Project folder.

The file path should include "Matthew%20K" instead of "Matthew K"

Intended Behavior: It should just use the normal user folder.