We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mmm scan
After running ./mmm scan, the application crashed. I also ran the scan with the --debug flag, but no additional output was generated.
./mmm scan
--debug
# ./mmm scan terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped)
I expected it to scan for existing mods and do something with that information.
Linux
2.0.6
{ "loader": "paper", "gameVersion": "1.21.3", "defaultAllowedReleaseTypes": [ "release" ], "modsFolder": "./plugins", "mods": [] }
[]
The text was updated successfully, but these errors were encountered:
This is very odd! Can you try downloading a previous version maybe? Also I assume mmm worked with other commands before, right?
mmm
Sorry, something went wrong.
This is very odd! Can you try downloading a previous version maybe?
Sure, I'll try older versions and see what happens.
Also I assume mmm worked with other commands before, right?
Yes, mmm init worked, as well as mmm add.
mmm init
mmm add
No branches or pull requests
What happened?
After running
./mmm scan
, the application crashed. I also ran the scan with the--debug
flag, but no additional output was generated.What did you expect to happen?
I expected it to scan for existing mods and do something with that information.
Which command did you run?
mmm scan
Operating System
Linux
What version of MMM are you running?
2.0.6
Contents of the modlist.json
Contents of the modlist-lock.json
I have updated
The text was updated successfully, but these errors were encountered: