foohyfooh / MMBNLC-Text-Fixes

0 stars 0 forks source link

"Faild with return code 2" when packing [Switch Digital 1.0.3] #1

Open Drakonas opened 1 year ago

Drakonas commented 1 year ago

I dumped my files from the RomFS of my Switch version. Since you used the Switch version as a base, I assume they'd work, but I'm not sure if I'm correct on that.

WindowsTerminal_2023-08-12_19-19-09

Not sure what can be done here. I am running the 1.0.3 version of the game for Volumes 1 and 2.

foohyfooh commented 1 year ago

I believe the issue is because TextPet had an issue that was fixed with a commit that happened after the latest release. So clone the TextPet code, build a release version of the binary and check if it fixes the issue.

Drakonas commented 1 year ago

Gotcha. I disabled the stdout sending to null and get this error from TextPet. I'll build the latest release binary then. Ugh... time to install Visual Studio. :S

FATAL: Could not find command database with name "MMBN3-LC".

Drakonas commented 1 year ago

I believe the issue is because TextPet had an issue that was fixed with a commit that happened after the latest release. So clone the TextPet code, build a release version of the binary and check if it fixes the issue.

It worked but I had to hit enter/return after every extract/pack. Might be how the CLI is handled. Not sure.