nwoolls / MultiMiner

Graphical application for crypto-coin mining
multiminerapp.com
MIT License
942 stars 368 forks source link

macOS Monterey compatibility issue #443

Open jrlanglois opened 2 years ago

jrlanglois commented 2 years ago

When attempting to run the MultiMiner.app, macOS provides an error dialog:

Screen Shot 2022-02-16 at 11 52 02

I'm guessing this has something to do with compatibility... I've installed XQuartz and the mono framework as per the installation guide.

jrlanglois commented 2 years ago

Looks like it was an execution permission issue... I had to resort to running chmod +x MultiMiner.app/Contents/MacOS/MultiMiner.Win.

jrlanglois commented 2 years ago

Alright so now MultiMiner.app refuses to run - something about the mono framework.

$ ./MultiMiner.Win ./MultiMiner.Win: line 34: cd: /Contents/Resources: No such file or directory Error: --arch=32 Failed to switch to '/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono32'.

Not sure why there's some requirement for 32-bit things?