Skip to content
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

Relauncher broken on linux and macs #87

Closed
Skidamek opened this issue Jan 27, 2023 · 4 comments
Closed

Relauncher broken on linux and macs #87

Skidamek opened this issue Jan 27, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Skidamek
Copy link
Owner

Skidamek commented Jan 27, 2023

AutoModpack is currently not able to relaunch the game on UNIX systems.

@Skidamek Skidamek added the bug Something isn't working label Jan 27, 2023
@Skidamek Skidamek changed the title Relauncher broken on linux Relauncher broken on linux and macs Feb 1, 2023
@Skidamek Skidamek added the help wanted Extra attention is needed label Feb 1, 2023
@Skidamek
Copy link
Owner Author

Skidamek commented Feb 1, 2023

There is a way to bypass the issue, you can add the following line to your launcher's JVM arguments:

  • On the logs relauncher command, look for the line starting with -Dfabric.addMods=. Copy the line with the full path and paste it into your launcher's JVM arguments.

  • On Quilt, look for the line starting with -Dloader.addMods=. Copy the line with the full path and paste it into your launcher's JVM arguments.

@Skidamek Skidamek pinned this issue Feb 1, 2023
@asdfghjkl403622
Copy link

Hi! I copied the argument with the full path and put it into my jvm arguments and it did not help.

-Dfabric.addMods="/home/********/.local/share/PrismLauncher/instances/1.19.2/.minecraft/automodpack/modpacks/**.**.**.**-30037/mods"

am I doing something wrong?

@Skidamek
Copy link
Owner Author

Skidamek commented Feb 2, 2023

Hello, yeah basically you can't have *** in your path. Check the latest log in your Minecraft installation, it should be in ./logs/latest.log. That's where you'll find the full addMods property.

@Skidamek
Copy link
Owner Author

Skidamek commented Apr 7, 2023

no longer needs to be patched as from 3.1.0 it doesn't needs to work

@Skidamek Skidamek closed this as completed Apr 7, 2023
@Skidamek Skidamek unpinned this issue Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants