I want to use my Mac Mini as a headless server. One piece of software only comes in a x86_64 version so I have to use an emulator.
Box64 isn’t enough - it’s some dotnet application and the app only starts partially and throws a lot of errors.
FEX-Emu runs into the page size mismatch. So I have to use muvm.
But here’s the problem, I did’t get it running in headless mode.
Are there some steps I have to consider? Is there a better solution?
Ideally I want to run to application in an LXC container too.
I got it running in an arm linux running on MacOS, here I hadn’t had the problem of page size mismatch. So theoretically the application should work if I get around this problem