NewEraCracker / LOIC

Deprecated - Low Orbit Ion Cannon - An open source network stress tool, written in C#. Based on Praetox's LOIC project. USE ON YOUR OWN RISK. WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. IF YOU GET V& IT IS YOUR FAULT.
https://github.com/NewEraCracker/LOIC/
Other
2.6k stars 646 forks source link

MONO not working correctly? #105

Closed EpischeErdnuss closed 2 years ago

EpischeErdnuss commented 2 years ago

Hey, I´m trying to run LOIC on MacOs with mono, but if i type "mono /Users/myname/Downloads/LOIC.exe it says "WARNING: The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all libgluezilla not found. To have webbrowser support, you need libgluezilla installed

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object at System.Windows.Forms.WebBrowser.Refresh (System.Windows.Forms.WebBrowserRefreshOption opt) [0x00042] in :0 at System.Windows.Forms.WebBrowser.Refresh () [0x00000] in :0 at System.Windows.Forms.Control.SetVisibleCore (System.Boolean value) [0x000e0] in :0 at System.Windows.Forms.Control.set_Visible (System.Boolean value) [0x00009] in :0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.set_Visible(bool) at LOIC.frmMain.InitializeComponent () [0x01e8b] in <5d61106085464860837c327afb1018ab>:0 at LOIC.frmMain..ctor () [0x00006] in <5d61106085464860837c327afb1018ab>:0 at (wrapper remoting-invoke-with-check) LOIC.frmMain..ctor() at LOIC.Program.Main () [0x00006] in <5d61106085464860837c327afb1018ab>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object at System.Windows.Forms.WebBrowser.Refresh (System.Windows.Forms.WebBrowserRefreshOption opt) [0x00042] in :0 at System.Windows.Forms.WebBrowser.Refresh () [0x00000] in :0 at System.Windows.Forms.Control.SetVisibleCore (System.Boolean value) [0x000e0] in :0 at System.Windows.Forms.Control.set_Visible (System.Boolean value) [0x00009] in :0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.set_Visible(bool) at LOIC.frmMain.InitializeComponent () [0x01e8b] in <5d61106085464860837c327afb1018ab>:0 at LOIC.frmMain..ctor () [0x00006] in <5d61106085464860837c327afb1018ab>:0 at (wrapper remoting-invoke-with-check) LOIC.frmMain..ctor() at LOIC.Program.Main () [0x00006] in <5d61106085464860837c327afb1018ab>:0 "

Can Someone tell me what to do?

NewEraCracker commented 2 years ago

Same as issue #86 closing as duplicate.

As for solution/workaround: Use a virtual machine with Windows or Linux since in there 32 bits dot net should still be supported.

https://github.com/NewEraCracker/LOIC/wiki/How-to-run-LOIC-using-Mono https://github.com/NewEraCracker/LOIC/wiki/How-to-run-LOIC-using-Wine