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 has been archived by the owner on Jan 29, 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.
How to run this on Macos catalina
Thanks
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: