GDLauncher
GDLauncher copied to clipboard
Mac cannot launch Minecraft
Describe the bug The spacing bug from #1258 #1075 is back on 1.1.23.
To Reproduce
Be on a Mac. Attempt to launch an instance from the default location, which is ~/Libraries/Application Support/gdlauncher_next/instances
. Observe that it fails, because there is a space in Application Support
.
Expected behavior Expected pack to launch.
Possible solutions
There's probably some thing calling out to the shell, when it should really be doing something like an exec
call with a vector. That would eliminate the need to try to escape the shell nonsense.
Operating System:
- OS: macOS
- Version: 12.3.1
- Java Version: 16
- Minecraft Version: 1.18.2
- Mod Loader: Forge
1.1.22 does not solve the problem.
yep this is still going on