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

missing troubleshooting for mac mset9 script when it fails to instal pyfatfs #2534

Open
Lunarwolf2453 opened this issue Jan 9, 2025 · 3 comments

Comments

@Lunarwolf2453
Copy link

Pages with issue(s)
Troubleshooting(meset9)

https://3ds.hacks.guide/troubleshooting-mset9.html
Description of the issue(s)
missing troubleshooting option

the meset9-macOS.command file may fail, with the issue being it cannot import pyfatfs for one reason or amother, and therefore returns that this module is missing. a solution is to install pyfatfs, by running pip install pyfatfs
here is a recent reddit post showcasing the issue and its solution

@ManiacOfGitHub
Copy link
Contributor

Yeah, in the Discord server, we have a command for solving this issue, which should definitely be added to the guide.

.tag pyfatfs:

When running the MSET9 script on a Mac and this error appears: ModuleNotFoundError: No module named 'pyfatfs'

Open a separate Terminal window and type in python3 -m pip install pyfatfs

Hit Enter, then open MSET9-MacOS.command again

@ManiacOfGitHub
Copy link
Contributor

Or, alternatively, we should remove the pyfatfs dependency using the new MSET9 ID1s by DannyAAM.

@danny8376
Copy link
Contributor

Or, alternatively, we should remove the pyfatfs dependency using the new MSET9 ID1s by DannyAAM.

There’s korean text encoding issue though, while shouldn’t be too hard to fix… there’s also weird deletion issue that still need some test/confirmation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants