sysinfo crashes when I click on "system": System.NullReferenceException

Bug #596727 reported by ginnyh532
344
This bug affects 70 people
Affects Status Importance Assigned to Milestone
sysinfo
Unknown
Unknown
sysinfo (Ubuntu)
Fix Released
Medium
jeremiah

Bug Description

Binary package hint: sysinfo

I am running Maverick (Ubuntu 10.10). The version of sysinfo is 0.7-3ubuntu1. When I clicked on "system" in the menu, sysinfo crashed with no error message. I expected to see system information.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: sysinfo 0.7-3ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-4.5-generic 2.6.35-rc3
Uname: Linux 2.6.35-4-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sun Jun 20 21:31:53 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: sysinfo

Revision history for this message
ginnyh532 (ginnyh532) wrote :
Revision history for this message
starslights (starslights) wrote :

Hello,

I testing ubuntu mavrick 10.10 alpha1 on x86 64 and i get the same crash when i click on "system" in the menu

Linux xxxxxxxxxx 2.6.35-5-generic #6-Ubuntu SMP Mon Jun 21 21:56:12 UTC 2010 x86_64 GNU/Linux

Revision history for this message
Daniel Hahler (blueyed) wrote :

Please try running it from a shell/console.

For me it crashes with the following backtrace, obviously when trying to get "window_width":

% sysinfo
GConf.NoSuchKeyException: Key '/apps/sysinfo/window_width' not found in GConf
  at GConf.Client.Get (System.String key) [0x00000]
  at Sysinfo.Sysinfo..ctor (System.String[] args) [0x00000]
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Sysinfo.SystemInfo.Xorg () [0x00000]
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, Gtk.SwitchPageArgs e) [0x00000]
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) [0x00000]
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Notebook.SwitchPageSignalCallback(IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch)
   at Gtk.Notebook.gtk_notebook_set_current_page(IntPtr , Int32 )
   at Gtk.Notebook.set_CurrentPage(Int32 value)
   at Sysinfo.Sysinfo.on_treeview1_cursor_changed(System.Object o, System.EventArgs e)
   at System.Reflection.MonoMethod.InternalInvoke(System.Object , System.Object[] , System.Exception ByRef )
   at System.Reflection.MonoMethod.Invoke(System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(System.Object obj, System.Object[] parameters)
   at System.Delegate.DynamicInvokeImpl(System.Object[] args)
   at System.MulticastDelegate.DynamicInvokeImpl(System.Object[] args)
   at System.Delegate.DynamicInvoke(System.Object[] args)
   at GLib.Signal.ClosureInvokedCB(System.Object o, GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.Invoke(GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Sysinfo.Sysinfo..ctor(System.String[] args)
   at Sysinfo.Sysinfo.Main(System.String[] args)

I'm assuming that's the same for you, and am going to mark this as Triaged.

summary: - sysinfo crashes when I click on "system"
+ sysinfo crashes when I click on "system": GConf.NoSuchKeyException: Key
+ '/apps/sysinfo/window_width' not found in GConf
Changed in sysinfo (Ubuntu):
status: New → Triaged
importance: Undecided → Medium
Revision history for this message
Daniel Hahler (blueyed) wrote : Re: sysinfo crashes when I click on "system": GConf.NoSuchKeyException: Key '/apps/sysinfo/window_width' not found in GConf
Revision history for this message
ginnyh532 (ginnyh532) wrote :

This is what I got when I ran sysinfo in the terminal:

ginny@ginny-desktop:~$ sysinfo
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Sysinfo.SystemInfo.Xorg () [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, Gtk.SwitchPageArgs e) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) [0x00000] in <filename unknown>:0
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Notebook.SwitchPageSignalCallback(IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch)
   at Gtk.Notebook.gtk_notebook_set_current_page(IntPtr , Int32 )
   at Gtk.Notebook.set_CurrentPage(Int32 value)
   at Sysinfo.Sysinfo.on_treeview1_cursor_changed(System.Object o, System.EventArgs e)
   at System.Reflection.MonoMethod.InternalInvoke(System.Object , System.Object[] , System.Exception ByRef )
   at System.Reflection.MonoMethod.Invoke(System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(System.Object obj, System.Object[] parameters)
   at System.Delegate.DynamicInvokeImpl(System.Object[] args)
   at System.MulticastDelegate.DynamicInvokeImpl(System.Object[] args)
   at System.Delegate.DynamicInvoke(System.Object[] args)
   at GLib.Signal.ClosureInvokedCB(System.Object o, GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.Invoke(GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Sysinfo.Sysinfo..ctor(System.String[] args)
   at Sysinfo.Sysinfo.Main(System.String[] args)

I hope it helps. :)

Revision history for this message
Christopher (soft-kristal) wrote :

I have the same issue, but only when choosing 'System' from the menu. The other menus don't crash the app.

Revision history for this message
dino99 (9d9) wrote :

got the same issue than #6 (only when checking "system", other tab information works well ( maverick)

output from console:

oem@dub:~$ sysinfo
GConf.NoSuchKeyException: Key '/apps/sysinfo/window_width' not found in GConf
  at GConf.Client.Get (System.String key) [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo..ctor (System.String[] args) [0x00000] in <filename unknown>:0
System.FormatException: Unknown char: .
  at System.Double.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00000] in <filename unknown>:0
  at System.Double.Parse (System.String s) [0x00000] in <filename unknown>:0
  at Sysinfo.NvidiaInfo.AditionaInfo () [0x00000] in <filename unknown>:0
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Sysinfo.SystemInfo.Xorg () [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, Gtk.SwitchPageArgs e) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) [0x00000] in <filename unknown>:0
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Notebook.SwitchPageSignalCallback(IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch)
   at Gtk.Notebook.gtk_notebook_set_current_page(IntPtr , Int32 )
   at Gtk.Notebook.set_CurrentPage(Int32 value)
   at Sysinfo.Sysinfo.on_treeview1_cursor_changed(System.Object o, System.EventArgs e)
   at System.Reflection.MonoMethod.InternalInvoke(System.Object , System.Object[] , System.Exception ByRef )
   at System.Reflection.MonoMethod.Invoke(System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(System.Object obj, System.Object[] parameters)
   at System.Delegate.DynamicInvokeImpl(System.Object[] args)
   at System.MulticastDelegate.DynamicInvokeImpl(System.Object[] args)
   at System.Delegate.DynamicInvoke(System.Object[] args)
   at GLib.Signal.ClosureInvokedCB(System.Object o, GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.Invoke(GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Sysinfo.Sysinfo..ctor(System.String[] args)
   at Sysinfo.Sysinfo.Main(System.String[] args)

Revision history for this message
dino99 (9d9) wrote :

this problem is gone on my end

Revision history for this message
smoosh (lolomcdoo) wrote :

still happens for me. Here is my terminal output. I set the preferences to go to "system" at startup...

lolo@lolo-laptop:~$ sysinfo
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Sysinfo.SystemInfo.Xorg () [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, Gtk.SwitchPageArgs e) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) [0x00000] in <filename unknown>:0
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Notebook.SwitchPageSignalCallback(IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch)
   at Gtk.Notebook.gtk_notebook_set_current_page(IntPtr , Int32 )
   at Gtk.Notebook.set_CurrentPage(Int32 value)
   at Sysinfo.Sysinfo..ctor(System.String[] args)
   at Sysinfo.Sysinfo.Main(System.String[] args)

Revision history for this message
smoosh (lolomcdoo) wrote :

The above is with sysinfo version 0.7-3ubuntu2...

Revision history for this message
Christopher (soft-kristal) wrote :

Same here, with different output.

(Sysinfo:5657): IBUS-WARNING **: Connect to unix:abstract=/tmp/dbus-oMPBLE38FF,guid=3bfef7b74f8aa13318557173000002d1 failed: Failed to connect to socket /tmp/dbus-oMPBLE38FF: Connection refused.
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Sysinfo.SystemInfo.Xorg () [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, Gtk.SwitchPageArgs e) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) [0x00000] in <filename unknown>:0
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Notebook.SwitchPageSignalCallback(IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch)
   at Gtk.Notebook.gtk_notebook_set_current_page(IntPtr , Int32 )
   at Gtk.Notebook.set_CurrentPage(Int32 value)
   at Sysinfo.Sysinfo.on_treeview1_cursor_changed(System.Object o, System.EventArgs e)
   at System.Reflection.MonoMethod.InternalInvoke(System.Object , System.Object[] , System.Exception ByRef )
   at System.Reflection.MonoMethod.Invoke(System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(System.Object obj, System.Object[] parameters)
   at System.Delegate.DynamicInvokeImpl(System.Object[] args)
   at System.MulticastDelegate.DynamicInvokeImpl(System.Object[] args)
   at System.Delegate.DynamicInvoke(System.Object[] args)
   at GLib.Signal.ClosureInvokedCB(System.Object o, GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.Invoke(GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Sysinfo.Sysinfo..ctor(System.String[] args)
   at Sysinfo.Sysinfo.Main(System.String[] args)

Revision history for this message
Tekin B. (mods) wrote :

Same here. As soon as I click on "System" I see

Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Sysinfo.SystemInfo.Xorg () [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, Gtk.SwitchPageArgs e) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) [0x00000] in <filename unknown>:0
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Notebook.SwitchPageSignalCallback(IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch)
   at Gtk.Notebook.gtk_notebook_set_current_page(IntPtr , Int32 )
   at Gtk.Notebook.set_CurrentPage(Int32 value)
   at Sysinfo.Sysinfo.on_treeview1_cursor_changed(System.Object o, System.EventArgs e)
   at System.Reflection.MonoMethod.InternalInvoke(System.Object , System.Object[] , System.Exception ByRef )
   at System.Reflection.MonoMethod.Invoke(System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(System.Object obj, System.Object[] parameters)
   at System.Delegate.DynamicInvokeImpl(System.Object[] args)
   at System.MulticastDelegate.DynamicInvokeImpl(System.Object[] args)
   at System.Delegate.DynamicInvoke(System.Object[] args)
   at GLib.Signal.ClosureInvokedCB(System.Object o, GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.Invoke(GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Sysinfo.Sysinfo..ctor(System.String[] args)
   at Sysinfo.Sysinfo.Main(System.String[] args)

Revision history for this message
chrone (chrone81) wrote :

same thing here. :(

sysinfo
GConf.NoSuchKeyException: Key '/apps/sysinfo/window_width' not found in GConf
  at GConf.Client.Get (System.String key) [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo..ctor (System.String[] args) [0x00000] in <filename unknown>:0
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Sysinfo.SystemInfo.Xorg () [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, Gtk.SwitchPageArgs e) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) [0x00000] in <filename unknown>:0
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Notebook.SwitchPageSignalCallback(IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch)
   at Gtk.Notebook.gtk_notebook_set_current_page(IntPtr , Int32 )
   at Gtk.Notebook.set_CurrentPage(Int32 value)
   at Sysinfo.Sysinfo..ctor(System.String[] args)
   at Sysinfo.Sysinfo.Main(System.String[] args)

Revision history for this message
M. Nease (mlnease-hctc) wrote :

Ditto. Here's my output opening sysinfo from a console:

mn@mn-OptiPlex-GX270:~$ sysinfo
GConf.NoSuchKeyException: Key '/apps/sysinfo/window_width' not found in GConf
  at GConf.Client.Get (System.String key) [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo..ctor (System.String[] args) [0x00000] in <filename unknown>:0
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Sysinfo.SystemInfo.Xorg () [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, Gtk.SwitchPageArgs e) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) [0x00000] in <filename unknown>:0
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Notebook.SwitchPageSignalCallback(IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch)
   at Gtk.Notebook.gtk_notebook_set_current_page(IntPtr , Int32 )
   at Gtk.Notebook.set_CurrentPage(Int32 value)
   at Sysinfo.Sysinfo..ctor(System.String[] args)
   at Sysinfo.Sysinfo.Main(System.String[] args)
mn@mn-OptiPlex-GX270:~$

Revision history for this message
98cwitr (brettm) wrote :

Add me to the list, error still valid as of 10/27/2010

Revision history for this message
ruud houterman (ruud-houterman) wrote :

I have the a crashed system part of sysinfo problem too after installing ubuntu 10.10.
The terminal output:

r@ruud:~$ sysinfo
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Sysinfo.SystemInfo.Xorg () [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, Gtk.SwitchPageArgs e) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) [0x00000] in <filename unknown>:0
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Notebook.SwitchPageSignalCallback(IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch)
   at Gtk.Notebook.gtk_notebook_set_current_page(IntPtr , Int32 )
   at Gtk.Notebook.set_CurrentPage(Int32 value)
   at Sysinfo.Sysinfo.on_treeview1_cursor_changed(System.Object o, System.EventArgs e)
   at System.Reflection.MonoMethod.InternalInvoke(System.Object , System.Object[] , System.Exception ByRef )
   at System.Reflection.MonoMethod.Invoke(System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(System.Object obj, System.Object[] parameters)
   at System.Delegate.DynamicInvokeImpl(System.Object[] args)
   at System.MulticastDelegate.DynamicInvokeImpl(System.Object[] args)
   at System.Delegate.DynamicInvoke(System.Object[] args)
   at GLib.Signal.ClosureInvokedCB(System.Object o, GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.Invoke(GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Sysinfo.Sysinfo..ctor(System.String[] args)
   at Sysinfo.Sysinfo.Main(System.String[] args)

Revision history for this message
Cross (strokemeister) wrote :

Another one here in Ubuntu 10.10 (Maverick), Add me 2 :)

Revision history for this message
Jānis Kangarooo (kangarooo) wrote :

from bug 672870
I can confirm this
just in 10.10 made latest updates and installed Sysinfo and on clicking System it closes..
heres output when opening in terminal
user@comp:~$ sysinfo
/// all above happens pops in terminal after pressing button System ///
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Sysinfo.SystemInfo.Xorg () [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, Gtk.SwitchPageArgs e) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) [0x00000] in <filename unknown>:0
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Notebook.SwitchPageSignalCallback(IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch)
   at Gtk.Notebook.gtk_notebook_set_current_page(IntPtr , Int32 )
   at Gtk.Notebook.set_CurrentPage(Int32 value)
   at Sysinfo.Sysinfo.on_treeview1_cursor_changed(System.Object o, System.EventArgs e)
   at System.Reflection.MonoMethod.InternalInvoke(System.Object , System.Object[] , System.Exception ByRef )
   at System.Reflection.MonoMethod.Invoke(System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(System.Object obj, System.Object[] parameters)
   at System.Delegate.DynamicInvokeImpl(System.Object[] args)
   at System.MulticastDelegate.DynamicInvokeImpl(System.Object[] args)
   at System.Delegate.DynamicInvoke(System.Object[] args)
   at GLib.Signal.ClosureInvokedCB(System.Object o, GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.Invoke(GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Sysinfo.Sysinfo..ctor(System.String[] args)
   at Sysinfo.Sysinfo.Main(System.String[] args)

Revision history for this message
Jānis Kangarooo (kangarooo) wrote :
Revision history for this message
Flamarion Jorge (jorge.flamarion) wrote :

Confirming the problem

flamarion@litletree:~$ sysinfo
GConf.NoSuchKeyException: Key '/apps/sysinfo/window_width' not found in GConf
  at GConf.Client.Get (System.String key) [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo..ctor (System.String[] args) [0x00000] in <filename unknown>:0
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Sysinfo.SystemInfo.Xorg () [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, Gtk.SwitchPageArgs e) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) [0x00000] in <filename unknown>:0
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Notebook.SwitchPageSignalCallback(IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch)
   at Gtk.Notebook.gtk_notebook_set_current_page(IntPtr , Int32 )
   at Gtk.Notebook.set_CurrentPage(Int32 value)
   at Sysinfo.Sysinfo.on_treeview1_cursor_changed(System.Object o, System.EventArgs e)
   at System.Reflection.MonoMethod.InternalInvoke(System.Object , System.Object[] , System.Exception ByRef )
   at System.Reflection.MonoMethod.Invoke(System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(System.Object obj, System.Object[] parameters)
   at System.Delegate.DynamicInvokeImpl(System.Object[] args)
   at System.MulticastDelegate.DynamicInvokeImpl(System.Object[] args)
   at System.Delegate.DynamicInvoke(System.Object[] args)
   at GLib.Signal.ClosureInvokedCB(System.Object o, GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.Invoke(GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Sysinfo.Sysinfo..ctor(System.String[] args)
   at Sysinfo.Sysinfo.Main(System.String[] args)

Revision history for this message
Ms_Angel_D (mrsangeld) wrote :

I'm seeing this issue on 10.10 as well

Revision history for this message
dennygoot@gmail.com (dennygoot) wrote :

i am running Ubuntu 10.10, netbook edition. (32 bit)

I also get this error.. and here is the information from running it in terminal:

GConf.NoSuchKeyException: Key '/apps/sysinfo/window_width' not found in GConf
  at GConf.Client.Get (System.String key) [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo..ctor (System.String[] args) [0x00000] in <filename unknown>:0
System.ComponentModel.Win32Exception: ApplicationName='gcc', CommandLine='-dumpversion', CurrentDirectory=''
  at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
  at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
  at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
  at Sysinfo.SystemInfo.Gccv () [0x00000] in <filename unknown>:0
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Sysinfo.SystemInfo.Xorg () [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, Gtk.SwitchPageArgs e) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) [0x00000] in <filename unknown>:0
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Notebook.SwitchPageSignalCallback(IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch)
   at Gtk.Notebook.gtk_notebook_set_current_page(IntPtr , Int32 )
   at Gtk.Notebook.set_CurrentPage(Int32 value)
   at Sysinfo.Sysinfo.on_treeview1_cursor_changed(System.Object o, System.EventArgs e)
   at System.Reflection.MonoMethod.InternalInvoke(System.Object , System.Object[] , System.Exception ByRef )
   at System.Reflection.MonoMethod.Invoke(System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(System.Object obj, System.Object[] parameters)
   at System.Delegate.DynamicInvokeImpl(System.Object[] args)
   at System.MulticastDelegate.DynamicInvokeImpl(System.Object[] args)
   at System.Delegate.DynamicInvoke(System.Object[] args)
   at GLib.Signal.ClosureInvokedCB(System.Object o, GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.Invoke(GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Sysinfo.Sysinfo..ctor(System.String[] args)
   at Sysinfo.Sysinfo.Main(System.String[] args)

There is another bug on this machine that reports the wrong version number in "about ubuntu", could this be causing a problem?

-Denny

Revision history for this message
W. Bourgeois (roundsoftstudio) wrote :

Same for me here:

GConf.NoSuchKeyException: Key '/apps/sysinfo/window_width' not found in GConf
  at GConf.Client.Get (System.String key) [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo..ctor (System.String[] args) [0x00000] in <filename unknown>:0
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Sysinfo.SystemInfo.Xorg () [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, Gtk.SwitchPageArgs e) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) [0x00000] in <filename unknown>:0
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Notebook.SwitchPageSignalCallback(IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch)
   at Gtk.Notebook.gtk_notebook_set_current_page(IntPtr , Int32 )
   at Gtk.Notebook.set_CurrentPage(Int32 value)
   at Sysinfo.Sysinfo..ctor(System.String[] args)
   at Sysinfo.Sysinfo.Main(System.String[] args)

Is it going to be "another bug in free software that everyone is experiencing but the developers don't mind or aren't able to fix it in the short term because they will consider it as a minor bug unless they want a complete description with a LOT of details"?

Changed in sysinfo (Ubuntu):
assignee: nobody → Canonical Desktop Team (canonical-desktop-team)
Revision history for this message
Iain Lane (laney) wrote :

Looks like the NRE happens at line 320 of Sysinfo/SystemInfo.cs, the function should check for temp == null and break out of the loop if so. I'll patch this in Debian and sync soon if this theory is correct. Thanks for the report.

Changed in sysinfo (Ubuntu):
assignee: Canonical Desktop Team (canonical-desktop-team) → Iain Lane (laney)
status: Triaged → In Progress
Revision history for this message
Sebastien Bacher (seb128) wrote :

the issue is that the code does "if ( temp.StartsWith("Build Date")) {" but the ubuntu log lines start with [timestamps] markers so there is no match, it would be better to fix the code so the version can be read even if it's not on line start

summary: - sysinfo crashes when I click on "system": GConf.NoSuchKeyException: Key
- '/apps/sysinfo/window_width' not found in GConf
+ sysinfo crashes when I click on "system": System.NullReferenceException
Revision history for this message
Sebastien Bacher (seb128) wrote :

the log start with those though

"X.Org X Server 1.9.0.902 (1.9.1 RC 2)"

so maybe the string should be updated in "if ( temp.StartsWith("X Window System Version")) {" as well

Revision history for this message
Hans Joachim Desserud (hjd) wrote :

In one of the duplicates (see bug 613988 for details), the reporter has seen an additional error message which I'm not sure if this is directly linked to this issue or not:
Error org.freedesktop.org.DBus.Error.Spawn.ChildExited: Launchelper exited with unknown returncode 1

From the same report it seems this also affects Linux Mint (makes sense, as it is based on Ubuntu). I tried adding a bug watch for this, but I couldn't find Mint in the list of "Also affects distribution".

Revision history for this message
Iain Lane (laney) wrote :

No, I don't know what that is (or if it's a problem). Please file a separate report if so. Anyway, I uploaded the fix some days ago but forgot to close this bug. Done now.

Changed in sysinfo (Ubuntu):
assignee: Iain Lane (laney) → nobody
status: In Progress → Fix Released
Revision history for this message
grikdog (dcoshel) wrote :

What is the release schedule for this "fix" -- i.e., when can we be expected to see a difference in behavior?

Linux Skoojewa 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 01:41:57 UTC 2010 i686 GNU/Linux

is my current version. Thx, d

Revision history for this message
Iain Lane (laney) wrote : Re: [Bug 596727] Re: sysinfo crashes when I click on "system": System.NullReferenceException

On Sun, Jan 16, 2011 at 10:32:51PM -0000, grikdog wrote:
>What is the release schedule for this "fix" -- i.e., when can we be
>expected to see a difference in behavior?

It is in Natty.

Revision history for this message
John Winterton (jwinterton) wrote :

That's nice, how about a fix for the current release? Natty is rather a long time off as the software flows.

Fortunately, one can make some use of lshw in the meantime.

Revision history for this message
tecknomage (tecknode) wrote :

Add me to waiting "fix"

Ubuntu 10.10, Sysinfo 7.0

NOTE: Went to URL in Help = http://sourceforge.net/projects/gsysinfo/

Latest Sysinfo listed = v0.6.1-3

Tried install of DEB but....

"Error: Dependency is not satisfiable: libgtkmm-2.4-1"

BUT have libgtkmm-2.4-1c2a installed!

Revision history for this message
tecknomage (tecknode) wrote :

Update:

According to "About Ubuntu" I am running v11.04 but I do not remember running a distribution update from v10.10

This is problematic because Sysinfo 7.0 still crashes when "System" is selected on sidebar.

Revision history for this message
Sebastien Bacher (seb128) wrote :

the wrong ubuntu version seems to be a bug due to a stable update candidate, not sure if the fix will be backported to 10.10 since this software is not in the default installation and has other equivalents which can be used

Revision history for this message
tecknomage (tecknode) wrote :

Ran terminal to check version: cat /etc/lsb-release

I am running Ubuntu 10.10

ALSO FOUND:

[Bug 700506] Sync sysinfo 0.7-4 (universe) from Debian experimental(main)

    2011-01-11 23:20:35 INFO sysinfo_0.7.orig.tar.gz: already in distro - downloading from librarian
    [Updating] sysinfo (0.7-3ubuntu2 [Ubuntu] < 0.7-4 [Debian])
    * Trying to add sysinfo...
    2011-01-11 23:20:35 INFO - <sysinfo_0.7-4.diff.gz: downloading from http://ftp.debian.org/debian/>
    2011-01-11 23:20:35 INFO - <sysinfo_0.7-4.dsc: downloading from http://ftp.debian.org/debian/>
    2011-01-11 23:20:35 INFO - <sysinfo_0.7.orig.tar.gz: cached>
    I: sysinfo [universe] -> sysinfo_0.7-3ubuntu2 [universe].

    ** Changed in: sysinfo (Ubuntu)
    Status: Confirmed => Fix Released

Note v0.7-4 and "experimental" which could be why Canonical has not posted as an update.

Revision history for this message
bbcycling (bbcycling) wrote :

Same problem (Open Sysinfo, click System, closes) for me in 10.10

Revision history for this message
Jim Bauwens (jimbauwens) wrote :

The bug is fixed, but you will only get the update in 11.04.
At least this is what I understand.

First of all, congratulation to the developers, taking there time to fix it.
You must understand that most developers do this in there free time, so its
not alway convenient to do fix stuff quick.

On Sat, Jan 22, 2011 at 4:23 AM, bbcycling <email address hidden>wrote:

> Same problem (Open Sysinfo, click System, closes) for me in 10.10
>
> --
> You received this bug notification because you are a direct subscriber
> of a duplicate bug (659542).
> https://bugs.launchpad.net/bugs/596727
>
> Title:
> sysinfo crashes when I click on "system":
> System.NullReferenceException
>

Revision history for this message
moonwalker04 (moonwalker04) wrote :

thank you, I will immediately update to the new version. I like ubuntu because
the community worked hard to improve its operating system voluntarily. Linux
actually does for humanity.

best regards,
moonwalker04
indonesia

On Sat, Jan 22, 2011 at 6:09 PM, Jim Bauwens <email address hidden>wrote:

> The bug is fixed, but you will only get the update in 11.04.
> At least this is what I understand.
>
> First of all, congratulation to the developers, taking there time to fix
> it.
> You must understand that most developers do this in there free time, so its
> not alway convenient to do fix stuff quick.
>
> On Sat, Jan 22, 2011 at 4:23 AM, bbcycling
> <email address hidden>wrote:
>
> > Same problem (Open Sysinfo, click System, closes) for me in 10.10
> >
> > --
> > You received this bug notification because you are a direct subscriber
> > of a duplicate bug (659542).
> > https://bugs.launchpad.net/bugs/596727
> >
> > Title:
> > sysinfo crashes when I click on "system":
> > System.NullReferenceException
> >
>
> --
> You received this bug notification because you are a direct subscriber
> of a duplicate bug (692476).
> https://bugs.launchpad.net/bugs/596727
>
> Title:
> sysinfo crashes when I click on "system":
> System.NullReferenceException
>
> Status in Sysinfo:
> Unknown
> Status in “sysinfo” package in Ubuntu:
> Fix Released
>
> Bug description:
> Binary package hint: sysinfo
>
> I am running Maverick (Ubuntu 10.10). The version of sysinfo is
> 0.7-3ubuntu1. When I clicked on "system" in the menu, sysinfo crashed
> with no error message. I expected to see system information.
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.10
> Package: sysinfo 0.7-3ubuntu1
> ProcVersionSignature: Ubuntu 2.6.35-4.5-generic 2.6.35-rc3
> Uname: Linux 2.6.35-4-generic i686
> NonfreeKernelModules: nvidia
> Architecture: i386
> Date: Sun Jun 20 21:31:53 2010
> InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
> PackageArchitecture: all
> ProcEnviron:
> LANG=en_US.UTF-8
> SHELL=/bin/bash
> SourcePackage: sysinfo
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/sysinfo/+bug/596727/+subscribe
>

Revision history for this message
John Winterton (jwinterton) wrote :

I believe it is far too early to go to 11.04 as it is still in alpha test. You may not be able to cope with it at that level.

Revision history for this message
M. Nease (mlnease-hctc) wrote : Re: [Bug 596727] Re: sysinfo crashes when I click on "system": System.NullReferenceException

Yes indeed, thanks very much Devs.

On 11-01-22 04:58 AM, moonwalker04 wrote:
> thank you, I will immediately update to the new version. I like ubuntu because
> the community worked hard to improve its operating system voluntarily. Linux
> actually does for humanity.
>
>
> best regards,
> moonwalker04
> indonesia
>
>
> On Sat, Jan 22, 2011 at 6:09 PM, Jim Bauwens<email address hidden>wrote:
>
>> The bug is fixed, but you will only get the update in 11.04.
>> At least this is what I understand.
>>
>> First of all, congratulation to the developers, taking there time to fix
>> it.
>> You must understand that most developers do this in there free time, so its
>> not alway convenient to do fix stuff quick.
>>
>> On Sat, Jan 22, 2011 at 4:23 AM, bbcycling
>> <email address hidden>wrote:
>>
>>> Same problem (Open Sysinfo, click System, closes) for me in 10.10
>>>
>>> --
>>> You received this bug notification because you are a direct subscriber
>>> of a duplicate bug (659542).
>>> https://bugs.launchpad.net/bugs/596727
>>>
>>> Title:
>>> sysinfo crashes when I click on "system":
>>> System.NullReferenceException
>>>
>> --
>> You received this bug notification because you are a direct subscriber
>> of a duplicate bug (692476).
>> https://bugs.launchpad.net/bugs/596727
>>
>> Title:
>> sysinfo crashes when I click on "system":
>> System.NullReferenceException
>>
>> Status in Sysinfo:
>> Unknown
>> Status in “sysinfo” package in Ubuntu:
>> Fix Released
>>
>> Bug description:
>> Binary package hint: sysinfo
>>
>> I am running Maverick (Ubuntu 10.10). The version of sysinfo is
>> 0.7-3ubuntu1. When I clicked on "system" in the menu, sysinfo crashed
>> with no error message. I expected to see system information.
>>
>> ProblemType: Bug
>> DistroRelease: Ubuntu 10.10
>> Package: sysinfo 0.7-3ubuntu1
>> ProcVersionSignature: Ubuntu 2.6.35-4.5-generic 2.6.35-rc3
>> Uname: Linux 2.6.35-4-generic i686
>> NonfreeKernelModules: nvidia
>> Architecture: i386
>> Date: Sun Jun 20 21:31:53 2010
>> InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
>> PackageArchitecture: all
>> ProcEnviron:
>> LANG=en_US.UTF-8
>> SHELL=/bin/bash
>> SourcePackage: sysinfo
>>
>> To unsubscribe from this bug, go to:
>> https://bugs.launchpad.net/sysinfo/+bug/596727/+subscribe
>>

Revision history for this message
tecknomage (tecknode) wrote :

NOTE:

I just changed to Linux Mint 10 for my laptop.

If you install SysInfo (gets it from Ubuntu Repository) you have the same problem with v0.7-3, I uninstalled it.

Turns out the Mint "HardInfo" data + benchtest utility gets all the info anyway. It's also much faster than Ubuntu's test utility.

Revision history for this message
Linuxexperte (andrea-koeth) wrote :

hi technomage,
I can confirm that. The problem in sysinfo is quite nverving. That's why I switched over to Mint "Hardinfo" data + bechtest utility. This app runs stable and is a very good replacement of sysinfo.
The only thing is: Ubuntu does not have this. So it would be a real help for Ubuntu-Users, if this app would be ported over to Ubuntu (because LinuxMint is ubuntu-based).

Greetings
Linuxexperte

Revision history for this message
dinamic (dinamic6661) wrote :

at least it's not a trojan :) i've always thought that apps in USC are tested by canonical/ubuntu

Revision history for this message
petine (peter-batist) wrote :

I got a similar problem with Sysinfo on mij Ubuntu 10.10.
Cannot open it at all.
Peter

Revision history for this message
coloradoz (ajsenol) wrote : Re: [Bug 596727] Re: sysinfo crashes when I click on "system": System.NullReferenceException

An update is available from the sysinfo package section. It is earmarked
for natty, but is available now.

http://packages.ubuntu.com/natty/all/sysinfo/download

Go grap it and install - mine works fine now.

On Wed, Mar 2, 2011 at 7:13 AM, petine <email address hidden> wrote:

> I got a similar problem with Sysinfo on mij Ubuntu 10.10.
> Cannot open it at all.
> Peter
>
> ** Attachment added: "Schermafdruk-74.png"
>
> https://bugs.launchpad.net/ubuntu/+source/sysinfo/+bug/596727/+attachment/1880830/+files/Schermafdruk-74.png
>
> --
> You received this bug notification because you are a direct subscriber
> of a duplicate bug (659542).
> https://bugs.launchpad.net/bugs/596727
>
> Title:
> sysinfo crashes when I click on "system":
> System.NullReferenceException
>
> Status in Sysinfo:
> Unknown
> Status in “sysinfo” package in Ubuntu:
> Fix Released
>
> Bug description:
> Binary package hint: sysinfo
>
> I am running Maverick (Ubuntu 10.10). The version of sysinfo is
> 0.7-3ubuntu1. When I clicked on "system" in the menu, sysinfo crashed
> with no error message. I expected to see system information.
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.10
> Package: sysinfo 0.7-3ubuntu1
> ProcVersionSignature: Ubuntu 2.6.35-4.5-generic 2.6.35-rc3
> Uname: Linux 2.6.35-4-generic i686
> NonfreeKernelModules: nvidia
> Architecture: i386
> Date: Sun Jun 20 21:31:53 2010
> InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
> PackageArchitecture: all
> ProcEnviron:
> LANG=en_US.UTF-8
> SHELL=/bin/bash
> SourcePackage: sysinfo
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/sysinfo/+bug/596727/+subscribe
>

Revision history for this message
grikdog (dcoshel) wrote :

The fix seems to work fine on 10.10 now. Thank you for the pointer, coloradoz.

Revision history for this message
moonwalker04 (moonwalker04) wrote :

I've updated sysinfo but there is no display when it is invoked, the program
can not perform.

On Wed, Mar 2, 2011 at 10:20 PM, coloradoz <email address hidden>wrote:

> An update is available from the sysinfo package section. It is earmarked
> for natty, but is available now.
>
> http://packages.ubuntu.com/natty/all/sysinfo/download
>
> Go grap it and install - mine works fine now.
>
> On Wed, Mar 2, 2011 at 7:13 AM, petine <email address hidden>
> wrote:
>
> > I got a similar problem with Sysinfo on mij Ubuntu 10.10.
> > Cannot open it at all.
> > Peter
> >
> > ** Attachment added: "Schermafdruk-74.png"
> >
> >
> https://bugs.launchpad.net/ubuntu/+source/sysinfo/+bug/596727/+attachment/1880830/+files/Schermafdruk-74.png
> >
> > --
> > You received this bug notification because you are a direct subscriber
> > of a duplicate bug (659542).
> > https://bugs.launchpad.net/bugs/596727
> >
> > Title:
> > sysinfo crashes when I click on "system":
> > System.NullReferenceException
> >
> > Status in Sysinfo:
> > Unknown
> > Status in “sysinfo” package in Ubuntu:
> > Fix Released
> >
> > Bug description:
> > Binary package hint: sysinfo
> >
> > I am running Maverick (Ubuntu 10.10). The version of sysinfo is
> > 0.7-3ubuntu1. When I clicked on "system" in the menu, sysinfo crashed
> > with no error message. I expected to see system information.
> >
> > ProblemType: Bug
> > DistroRelease: Ubuntu 10.10
> > Package: sysinfo 0.7-3ubuntu1
> > ProcVersionSignature: Ubuntu 2.6.35-4.5-generic 2.6.35-rc3
> > Uname: Linux 2.6.35-4-generic i686
> > NonfreeKernelModules: nvidia
> > Architecture: i386
> > Date: Sun Jun 20 21:31:53 2010
> > InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386
> (20100429)
> > PackageArchitecture: all
> > ProcEnviron:
> > LANG=en_US.UTF-8
> > SHELL=/bin/bash
> > SourcePackage: sysinfo
> >
> > To unsubscribe from this bug, go to:
> > https://bugs.launchpad.net/sysinfo/+bug/596727/+subscribe
> >
>
> --
> You received this bug notification because you are a direct subscriber
> of a duplicate bug (692476).
> https://bugs.launchpad.net/bugs/596727
>
> Title:
> sysinfo crashes when I click on "system":
> System.NullReferenceException
>
> Status in Sysinfo:
> Unknown
> Status in “sysinfo” package in Ubuntu:
> Fix Released
>
> Bug description:
> Binary package hint: sysinfo
>
> I am running Maverick (Ubuntu 10.10). The version of sysinfo is
> 0.7-3ubuntu1. When I clicked on "system" in the menu, sysinfo crashed
> with no error message. I expected to see system information.
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.10
> Package: sysinfo 0.7-3ubuntu1
> ProcVersionSignature: Ubuntu 2.6.35-4.5-generic 2.6.35-rc3
> Uname: Linux 2.6.35-4-generic i686
> NonfreeKernelModules: nvidia
> Architecture: i386
> Date: Sun Jun 20 21:31:53 2010
> InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
> PackageArchitecture: all
> ProcEnviron:
> LANG=en_US.UTF-8
> SHELL=/bin/bash
> SourcePackage: sysinfo
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/sysinfo/+bug/596727/+subscribe
>

Revision history for this message
M. Nease (mlnease-hctc) wrote :

Moonwalker, did you update from http://packages.ubuntu.com/natty/all/sysinfo/download per coloradoz' post? Works perfectly for me in Maverick.

Revision history for this message
moonwalker04 (moonwalker04) wrote :

Nease, sysinfo has been working after re-installed and updated, no problems
anymore. Thank you to all ubuntu community members who have struggled to
find a way out of this issue. I really like and appreciate ubuntu as a
reliable operating system.

On Thu, Mar 3, 2011 at 2:01 PM, M. Nease <email address hidden> wrote:

> Moonwalker, did you update from
> http://packages.ubuntu.com/natty/all/sysinfo/download per coloradoz'
> post? Works perfectly for me in Maverick.
>
> --
> You received this bug notification because you are a direct subscriber
> of a duplicate bug (692476).
> https://bugs.launchpad.net/bugs/596727
>
> Title:
> sysinfo crashes when I click on "system":
> System.NullReferenceException
>
> Status in Sysinfo:
> Unknown
> Status in “sysinfo” package in Ubuntu:
> Fix Released
>
> Bug description:
> Binary package hint: sysinfo
>
> I am running Maverick (Ubuntu 10.10). The version of sysinfo is
> 0.7-3ubuntu1. When I clicked on "system" in the menu, sysinfo crashed
> with no error message. I expected to see system information.
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.10
> Package: sysinfo 0.7-3ubuntu1
> ProcVersionSignature: Ubuntu 2.6.35-4.5-generic 2.6.35-rc3
> Uname: Linux 2.6.35-4-generic i686
> NonfreeKernelModules: nvidia
> Architecture: i386
> Date: Sun Jun 20 21:31:53 2010
> InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
> PackageArchitecture: all
> ProcEnviron:
> LANG=en_US.UTF-8
> SHELL=/bin/bash
> SourcePackage: sysinfo
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/sysinfo/+bug/596727/+subscribe
>

Revision history for this message
Linuxexperte (andrea-koeth) wrote :

hi people,

I installed this new package from the page here and installation ran clean. The program works now clean again.

But what I discovered was, that the installation-window of gedebi refused to close after installation. I had to reboot my machine, to get this window closed in LinuxMint 10 (based on maverick).

Therefore I wanted to konw: is this normal in LinuxMint 10 ? Did anybody else discover the same thing in LinuxMint 10 or even in ubuntu Maverick?

Greetings
Linuxexperte

Revision history for this message
Ilis (ilis) wrote :

I installed version 0.7-3ubuntu2 right now and it still crashed

Revision history for this message
Linuxexperte (andrea-koeth) wrote :

Hi Ilis,

did you installthe new version 0.7.4?? It works also in Maverick for me. Only this one little thing I discovered is still unclear to me.

Install this new version from the link postet by M. Nease. This package works and does not crash anymore.

Greetings
Linuxexperte

Revision history for this message
Ilis (ilis) wrote :

Linuxexperte, thanks!

I'll wait new version in repo. Now I using lshw.

Revision history for this message
Phil Norisez (norisezp) wrote :

Running 10.10. I know I'm late to the party, but I just loaded hardinfo via sudo apt-get install hardinfo as suggested by the shell when I tried to run it. This works, and seems superior to sysinfo, anyway.

Revision history for this message
Linuxexperte (andrea-koeth) wrote :

Hi Phil Norisez,

I also use this now and this works fine for me and in the Menu there is
also this app Hardware and Benchmarks, which gives the same Information
too. So sysinfo is no longer needed.

Greetings
Linuxexperte

Am 17.11.2011, 19:49 Uhr, schrieb Phil Norisez <email address hidden>:

> Running 10.10. I know I'm late to the party, but I just loaded hardinfo
> via sudo apt-get install hardinfo as suggested by the shell when I tried
> to run it. This works, and seems superior to sysinfo, anyway.
>

--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/

Revision history for this message
moonwalker04 (moonwalker04) wrote :

Hello, I am back :) Now i use the xubuntu 11.10 oneiric kernel 3.0.0-14
-generic. It feels more stable than maverick. So far everything is new and
reliable and there are no bugs yet (i hope), including bugs in sysinfo as
maverick yesterday. Ubuntu is really unparalleled and incomparable, believe
it or not, Lol. Bravo !

Revision history for this message
m. nease (m-nease) wrote :

Hello,

Same problem. CL sysinfo returns:

~$ sysinfo
Gtk-Message: Failed to load module "atk-bridge"
GConf.NoSuchKeyException: Key '/apps/sysinfo/window_width' not found in GConf
  at GConf.Client.Get (System.String key) <0x41d2fd90 + 0x00123> in <filename unknown>:0
  at Sysinfo.Sysinfo..ctor (System.String[] args) <0x41d1b200 + 0x0143c> in <filename unknown>:0

jeremiah (jerm66618)
Changed in sysinfo (Ubuntu):
assignee: nobody → jeremiah (jerm66618)
Revision history for this message
renedelagza (renedelagza) wrote :

I have the same problem, it crashes only when accesing system.

GConf.NoSuchKeyException: Key '/apps/sysinfo/window_width' not found in GConf
  at GConf.Client.Get (System.String key) <0x40e634b0 + 0x00117> in <filename unknown>:0
  at Sysinfo.Sysinfo..ctor (System.String[] args) <0x412cf720 + 0x01394> in <filename unknown>:0
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Sysinfo.SystemInfo.Gnome () <0x40e77900 + 0x000a0> in <filename unknown>:0
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, Gtk.SwitchPageArgs e) <0x40e79000 + 0x0011b> in <filename unknown>:0
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) <0x40e76f00 + 0x002cf> in <filename unknown>:0
  at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, Boolean is_terminal) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.gtk_notebook_set_current_page (IntPtr , Int32 ) [0x00000] in <filename unknown>:0
  at Gtk.Notebook.set_CurrentPage (Int32 value) [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo..ctor (System.String[] args) [0x00000] in <filename unknown>:0
  at Sysinfo.Sysinfo.Main (System.String[] args) [0x00000] in <filename unknown>:0

Revision history for this message
Carl Harding (culluding-u) wrote :

I have the same problem using Xubuntu 16.04 LTS

Revision history for this message
Zbygniew (halun) wrote :

Hi, same bug spotted here:

Operating System:
Version
Kernel: Linux 4.4.0-145-generic (i686)
Compiled: #171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019
C Library: Unknown
Default C Compiler: Unknown
Distribution: Ubuntu 16.04.6 LTS

Revision history for this message
Mélodie (meets) wrote :

Hi, I get the same result while trying to use it in Ubuntu 16.04-5.

I can provide the output of my "lshw" for any use in regard of this bug. (Attached to this comment).

Best regards,
Mélodie

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.