RED-Project icon indicating copy to clipboard operation
RED-Project copied to clipboard

MArchiveBatchTool: Missing runtime on Fedora

Open BezPowell opened this issue 3 years ago • 3 comments

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.

BezPowell avatar Apr 17 '22 10:04 BezPowell

Same distro and same issue, have you been able to get it working eventually?

aurelbalteaux avatar Aug 30 '22 23:08 aurelbalteaux

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.

BezPowell avatar Sep 02 '22 09:09 BezPowell

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

hadess avatar Oct 24 '23 21:10 hadess