MArchiveBatchTool: Missing runtime on Fedora
I've just been trying to extract the roms from Namco Museum Archives Vol 1 on Fedora, but have been unable to get MArchiveBatchTool working. The error message I'm getting is:
An assembly specified in the application dependencies manifest (MArchiveBatchTool.deps.json) was not found:
package: 'runtime.linux-x64.Microsoft.NETCore.App', version: '2.2.7'
path: 'runtimes/linux-x64/native/System.Globalization.Native.so'
I've not had any experience with .Net, but looks like it's after a much older revision of the runtime than I have installed. Fedora provides 6 and 5 in it's official repositories.
Has anyone else been able to get MArchiveBatchTool working on Linux, and if so, would you be able to give me some pointers on what to do?
Thank you.
Same distro and same issue, have you been able to get it working eventually?
Same distro and same issue, have you been able to get it working eventually?
I wasn't able to get it working from the official repo, but found project-simplelunar, which provides a pre-compiled binary that worked for me: https://github.com/masible/project-simplunar/tree/master/bin
The readme says it was compiled on Fedora 31 so, for the moment at least, it works on newer versions of Fedora.
The readme says it was compiled on Fedora 31 so, for the moment at least, it works on newer versions of Fedora.
I rebuilt it on Fedora 38, and updated the code slightly too, from this janky fork: https://github.com/masible/marchive-batch-tool