Closed Trioblack closed 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.
Still getting same problem after using this link -> https://askubuntu.com/questions/465542/install-libgluezilla-create-desktop-in-kubuntu-14-04
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.
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.
have the exact problem and was wondering if anyone had figured it out? (The suggestions above did not work for me)
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?