You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2025. It is now read-only.
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.
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