Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Mac OS mono #86

Open
godheyu opened this issue Apr 11, 2020 · 2 comments
Open

Mac OS mono #86

godheyu opened this issue Apr 11, 2020 · 2 comments

Comments

@godheyu
Copy link

godheyu commented Apr 11, 2020

mono --arch=64 /LOIC_2/LOIC.exe
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v4.0.30319
WARNING: The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all

mono --arch=32 /LOIC_2/LOIC.exe
Error: --arch=32 Failed to switch to 'mono32'

Mac OS Catalina
32 bit mono will not run on catalina, apple removed 32 bit support.

How to run this on Macos catalina
Thanks

@NewEraCracker
Copy link
Owner

In theory you could compile it from source using monodevelop and submit any necessary patches as a pull request.

@desw601

This comment was marked as abuse.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants
@NewEraCracker @godheyu @desw601 and others