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

mid2agb missing #98

Open
bitter6290 opened this issue May 19, 2022 · 2 comments
Open

mid2agb missing #98

bitter6290 opened this issue May 19, 2022 · 2 comments

Comments

@bitter6290
Copy link

bitter6290 commented May 19, 2022

While I was trying to patch FireRed with CFRU using a Mac, I encountered the error "There was an error compiling the engine: [Errno 2] No such file or directory: 'mid2agb'". While I was able to fix the same problem when it occurred with wav2agb by installing that program, I haven't had the same luck with mid2agb.

@TJourney
Copy link

TJourney commented Aug 3, 2022

After encountering the same issue, I was able to resolve it (albeit in Linux) by adding the CFRU deps directory to my path, flagging the executables in there as executable, and adding symlinks for wav2agb, mid2agb, and grit in deps.

ln -s wav2agb.exe wav2agb
ln -s mid2agb.exe mid2agb
ln -s grit.exe grit

@Cliffback
Copy link

I solved this by compiling grit and wav2agb for macOS arm64, but mid2agb is closed source, so what worked was actually just running it through wine. Put a fork with the binaries and the updated command up here:

Complete-Fire-Red-Upgrade-macOS-arm64

Note that this is for Apple Silicone macs, and it worked on mine. Haven't tested running it elsewhere.

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