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.64k stars 649 forks source link

libgluezilla not found. To have webbrowser support, you need libgluezilla installed #54

Closed Trioblack closed 8 years ago

Trioblack commented 8 years ago

Hello, I'm trying to run the "mono LOIC.exe" and get the following message:

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 (WebBrowserRefreshOption opt) <0x41632cf0 + 0x00090> in :0 at System.Windows.Forms.WebBrowser.Refresh () <0x41632cc0 + 0x00013> in :0 at System.Windows.Forms.Control.SetVisibleCore (Boolean value) <0x415fe400 + 0x0020c> in :0 at System.Windows.Forms.Control.set_Visible (Boolean value) <0x415fe380 + 0x00032> in :0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:set_Visible (bool) at LOIC.frmMain.InitializeComponent () <0x7f0c3a1684f0 + 0x05797> in :0 at LOIC.frmMain..ctor () <0x7f0c3a167010 + 0x00015> in :0 at (wrapper remoting-invoke-with-check) LOIC.frmMain:.ctor () at LOIC.Program.Main () <0x7f0c3a16efd0 + 0x00025> in :0 [ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object at System.Windows.Forms.WebBrowser.Refresh (WebBrowserRefreshOption opt) <0x41632cf0 + 0x00090> in :0 at System.Windows.Forms.WebBrowser.Refresh () <0x41632cc0 + 0x00013> in :0 at System.Windows.Forms.Control.SetVisibleCore (Boolean value) <0x415fe400 + 0x0020c> in :0 at System.Windows.Forms.Control.set_Visible (Boolean value) <0x415fe380 + 0x00032> in :0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:set_Visible (bool) at LOIC.frmMain.InitializeComponent () <0x7f0c3a1684f0 + 0x05797> in :0 at LOIC.frmMain..ctor () <0x7f0c3a167010 + 0x00015> in :0 at (wrapper remoting-invoke-with-check) LOIC.frmMain:.ctor () at LOIC.Program.Main () <0x7f0c3a16efd0 + 0x00025> in :0

Someone can help me, please?

NewEraCracker commented 8 years ago

maybe https://askubuntu.com/questions/465542/install-libgluezilla-create-desktop-in-kubuntu-14-04

NewEraCracker commented 8 years ago

Closing this issue as no feedback for 15 days. It is assumed that the above link has given you a solution to this problem.

Thanks.

A9HORA commented 7 years ago

Still getting same problem after using this link -> https://askubuntu.com/questions/465542/install-libgluezilla-create-desktop-in-kubuntu-14-04

NewEraCracker commented 7 years ago

I have added an installer script I grabbed from another GitHub repo: https://github.com/NewEraCracker/LOIC/blob/master/loic.sh

Should aid into installing it.

Voightr commented 4 years ago

After doing sudo apt-get install libmono-webbrowser4.0-cil it said it was already installed. Then i tried wget https://github.com/NewEraCracker/LOIC/blob/master/loic.sh and tried to execute sudo mono LOIC.exe there was still the same error.

WyseGrym77 commented 3 years ago

have the exact problem and was wondering if anyone had figured it out? (The suggestions above did not work for me)