-
-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac Forge 1.18.1 crashing on launch, bootstraplauncher #1258
Comments
gdlauncher v1.1.18 works, gdlauncher v1.1.19 doesn't |
I recommend you version 1.1.21 |
I am using 1.1.21 |
Ah yes I See. That spacing issue from MacOS again. |
I have this same issue on arch linux with gdlauncher 1.1.21.1 for forge in minecraft 1.17 and 1.18 instances. If it is forge it wont launch and fails but fabric runs fine on both. |
Describe the bug
When attempting to launch a custom modded instance of Forge 1.18.1 with forge 39.0.36, it crashes and the console shows
"ps stderr: Error: Could not find or load main class Support.gdlauncher_next.datastore.libraries.cpw.mods.bootstraplauncher.0.1.17.bootstraplauncher-0.1.17.jar:.Users.user.Library.Application
Caused by: java.lang.ClassNotFoundException: Support.gdlauncher_next.datastore.libraries.cpw.mods.bootstraplauncher.0.1.17.bootstraplauncher-0.1.17.jar:.Users.user.Library.Application"
I created an empty Forge 1.18.1 instance and launched it with both Forge version 39.0.0 and 39.0.44, which crashed with
"ps stderr: Error: Could not find or load main class Support.gdlauncher_next.datastore.libraries.cpw.mods.bootstraplauncher.1.0.0.bootstraplauncher-1.0.0.jar:.Users.user.Library.Application
Caused by: java.lang.ClassNotFoundException: Support.gdlauncher_next.datastore.libraries.cpw.mods.bootstraplauncher.1.0.0.bootstraplauncher-1.0.0.jar:.Users.user.Library.Application"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To launch 1.18.1 Forge instances.
Possible Solutions
gdlauncher is located in an Application Support file in /Users/user/Library/Application Support/, the issue mentions Users.user.Library.Application, that could be the problem?
Operating System:
Additional context
Deleting the gdlauncher and gdlauncher_next folders and the gdlauncher app, then installing 1.1.21 again did not fix this. Going to try an older version of gdlauncher next.
The text was updated successfully, but these errors were encountered: