[GH-ISSUE #678] [Server] Log crash #427

Open
opened 2026-02-27 15:50:19 +03:00 by kerem · 3 comments
Owner

Originally created by @ilovelinux on GitHub (Jul 6, 2018).
Original GitHub issue: https://github.com/quasar/Quasar/issues/678

I double-clicked a log and it's what happened:

libgluezilla not found. To have webbrowser support, you need libgluezilla installed
System.NullReferenceException: Object reference not set to an instance of an object
  at System.Windows.Forms.WebBrowser.Navigate (System.String urlString) [0x00019] in <240efc5058be4d25afeb1ace92c31a98>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.WebBrowser.Navigate(string)
  at xServer.Forms.FrmKeylogger.lstLogs_ItemActivate (System.Object sender, System.EventArgs e) [0x0003a] in <6051bd319cfa428b88cd042461df5494>:0 
  at System.Windows.Forms.ListView.OnItemActivate (System.EventArgs e) [0x00019] in <240efc5058be4d25afeb1ace92c31a98>:0 
  at System.Windows.Forms.ListView+ItemControl.ItemsDoubleClick (System.Object sender, System.EventArgs e) [0x0000d] in <240efc5058be4d25afeb1ace92c31a98>:0 
  at System.Windows.Forms.Control.OnDoubleClick (System.EventArgs e) [0x00019] in <240efc5058be4d25afeb1ace92c31a98>:0 
  at System.Windows.Forms.Control.HandleClick (System.Int32 clicks, System.Windows.Forms.MouseEventArgs me) [0x00022] in <240efc5058be4d25afeb1ace92c31a98>:0 
  at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x0006b] in <240efc5058be4d25afeb1ace92c31a98>:0 
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x001b4] in <240efc5058be4d25afeb1ace92c31a98>:0 
  at System.Windows.Forms.ListView+ItemControl.WndProc (System.Windows.Forms.Message& m) [0x00071] in <240efc5058be4d25afeb1ace92c31a98>:0 
  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <240efc5058be4d25afeb1ace92c31a98>:0 
  at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <240efc5058be4d25afeb1ace92c31a98>:0 
  at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x00085] in <240efc5058be4d25afeb1ace92c31a98>:0 

I understand the error message but the server should not crash. Instead, a popup message should appear

Originally created by @ilovelinux on GitHub (Jul 6, 2018). Original GitHub issue: https://github.com/quasar/Quasar/issues/678 I double-clicked a log and it's what happened: ``` libgluezilla not found. To have webbrowser support, you need libgluezilla installed System.NullReferenceException: Object reference not set to an instance of an object at System.Windows.Forms.WebBrowser.Navigate (System.String urlString) [0x00019] in <240efc5058be4d25afeb1ace92c31a98>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.WebBrowser.Navigate(string) at xServer.Forms.FrmKeylogger.lstLogs_ItemActivate (System.Object sender, System.EventArgs e) [0x0003a] in <6051bd319cfa428b88cd042461df5494>:0 at System.Windows.Forms.ListView.OnItemActivate (System.EventArgs e) [0x00019] in <240efc5058be4d25afeb1ace92c31a98>:0 at System.Windows.Forms.ListView+ItemControl.ItemsDoubleClick (System.Object sender, System.EventArgs e) [0x0000d] in <240efc5058be4d25afeb1ace92c31a98>:0 at System.Windows.Forms.Control.OnDoubleClick (System.EventArgs e) [0x00019] in <240efc5058be4d25afeb1ace92c31a98>:0 at System.Windows.Forms.Control.HandleClick (System.Int32 clicks, System.Windows.Forms.MouseEventArgs me) [0x00022] in <240efc5058be4d25afeb1ace92c31a98>:0 at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x0006b] in <240efc5058be4d25afeb1ace92c31a98>:0 at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x001b4] in <240efc5058be4d25afeb1ace92c31a98>:0 at System.Windows.Forms.ListView+ItemControl.WndProc (System.Windows.Forms.Message& m) [0x00071] in <240efc5058be4d25afeb1ace92c31a98>:0 at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <240efc5058be4d25afeb1ace92c31a98>:0 at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <240efc5058be4d25afeb1ace92c31a98>:0 at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x00085] in <240efc5058be4d25afeb1ace92c31a98>:0 ``` I understand the error message but the server should not crash. Instead, a popup message should appear
Author
Owner

@MaxXor commented on GitHub (Jul 6, 2018):

Do you run the server on Linux with mono?

<!-- gh-comment-id:402971196 --> @MaxXor commented on GitHub (Jul 6, 2018): Do you run the server on Linux with mono?
Author
Owner

@ilovelinux commented on GitHub (Jul 6, 2018):

Yes I do

<!-- gh-comment-id:402971689 --> @ilovelinux commented on GitHub (Jul 6, 2018): Yes I do
Author
Owner

@Aholicknight commented on GitHub (Jul 31, 2018):

Run apt-cache search libgluezilla to find the correct package.

You should see something like: libmono-webbrowser4.0-cil - Mono Web Browser library (for CLI 4.0)

Install the package listed.

<!-- gh-comment-id:409305314 --> @Aholicknight commented on GitHub (Jul 31, 2018): Run` apt-cache search libgluezilla` to find the correct package. You should see something like: `libmono-webbrowser4.0-cil - Mono Web Browser library (for CLI 4.0)` Install the package listed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#427
No description provided.