ClarisoftTechnologies / codakidLauncherRelease

1 stars 0 forks source link

The wrong Minecraft folder is opened if the project name has a space on it. #27

Closed CodaKidGit closed 3 years ago

CodaKidGit commented 3 years ago

If a project has a space in it, the launcher opens the wrong folder. It instead opens a project folder as if it didn't have a space in it.

For example, a project named "Dupe Test" instead opens the folder "Dupe".

Steps to reproduce:

  1. Open the Launcher
  2. Make a minecraft project with a space in the name.
  3. Attempt to open the Minecraft project.

At this point you should see a new empty project with the broken name.

As far as I know, this affects the windows version, but it may also affect the mac version.

CodaKidGit commented 3 years ago

The most recent fix allows this to work with one space, but names with multiple spaces still cause the bug.

For example: A project named "Two Words" without the quotes does not trigger the bug.

A project named "The Space Test" caused the bug to come back again. Instead of trying to open the project, it tried to open "The Space"

CodaKidGit commented 3 years ago

This issue is also present in the current version of Mac we have.