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

Crash when running mmm scan #751

Open
1 task done
yesrod opened this issue Nov 16, 2024 · 2 comments
Open
1 task done

Crash when running mmm scan #751

yesrod opened this issue Nov 16, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@yesrod
Copy link

yesrod commented Nov 16, 2024

What happened?

After running ./mmm scan, the application crashed. I also ran the scan with the --debug flag, but no additional output was generated.

# ./mmm scan
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted (core dumped)

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

{
  "loader": "paper",
  "gameVersion": "1.21.3",
  "defaultAllowedReleaseTypes": [
    "release"
  ],
  "modsFolder": "./plugins",
  "mods": []
}

Contents of the modlist-lock.json

[]

I have updated

  • I swear I have tried it with the latest version!
@yesrod yesrod added the bug Something isn't working label Nov 16, 2024
@meza
Copy link
Owner

meza commented Nov 17, 2024

This is very odd! Can you try downloading a previous version maybe?
Also I assume mmm worked with other commands before, right?

@yesrod
Copy link
Author

yesrod commented Nov 19, 2024

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.

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