program closes on add volume

Asked by Hanni Hernandez

when running basenji on new system I ran in debug mode to trouble shoot as it close when i clock on add volume.

the debug message is ....athena@athena:~$ sudo basenji --debug
[sudo] password for athena:
[Basenji DBG]: Basenji 1.0.1.0
[Basenji DBG]: Used runtime: /usr/lib/mono/4.5
[VolumeDB DBG]: _SearchVolume() executes query: 'SELECT * FROM Volumes;'

Unhandled Exception:
System.TypeInitializationException: An exception was thrown by the type initializer for Platform.Common.IO.DriveInfo ---> System.TypeInitializationException: An exception was thrown by the type initializer for Platform.Unix.IO.DkDriveInfoProvider ---> System.NullReferenceException: Object reference not set to an instance of an object
  at DBus.BusG.Init (DBus.Connection conn, DBus.GLib.IOFunc dispatchHandler) [0x00000] in <filename unknown>:0
  at DBus.BusG.Init (DBus.Connection conn) [0x00000] in <filename unknown>:0
  at DBus.BusG.Init () [0x00000] in <filename unknown>:0
  at Platform.Unix.IO.DkDisk.InitBusG () [0x00000] in <filename unknown>:0
  at Platform.Unix.IO.DkDriveInfoProvider..cctor () [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at Platform.Gnome.IO.GioDriveInfoProvider..ctor () [0x00000] in <filename unknown>:0
  at Platform.Common.IO.DriveInfo..cctor () [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at Basenji.Gui.DriveSelection.<RefreshListAsync>m__0 () [0x00000] in <filename unknown>:0
  at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for Platform.Common.IO.DriveInfo ---> System.TypeInitializationException: An exception was thrown by the type initializer for Platform.Unix.IO.DkDriveInfoProvider ---> System.NullReferenceException: Object reference not set to an instance of an object
  at DBus.BusG.Init (DBus.Connection conn, DBus.GLib.IOFunc dispatchHandler) [0x00000] in <filename unknown>:0
  at DBus.BusG.Init (DBus.Connection conn) [0x00000] in <filename unknown>:0
  at DBus.BusG.Init () [0x00000] in <filename unknown>:0
  at Platform.Unix.IO.DkDisk.InitBusG () [0x00000] in <filename unknown>:0
  at Platform.Unix.IO.DkDriveInfoProvider..cctor () [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at Platform.Gnome.IO.GioDriveInfoProvider..ctor () [0x00000] in <filename unknown>:0
  at Platform.Common.IO.DriveInfo..cctor () [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at Basenji.Gui.DriveSelection.<RefreshListAsync>m__0 () [0x00000] in <filename unknown>:0
  at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
athena@athena:~$

can anyone translate?

Question information

Language:
English Edit question
Status:
Solved
For:
Basenji Edit question
Assignee:
No assignee Edit question
Solved by:
Patrick Ulbrich
Solved:
Last query:
Last reply:
Revision history for this message
Best Patrick Ulbrich (pulb) said :
#1

The package in the official Ubuntu repo is broken.
Please install Basenji from the PPA (https://launchpad.net/~pulb/+archive/ubuntu/basenji-daily)

Revision history for this message
Hanni Hernandez (medusa569) said :
#2

I got it working...it may or may not have to do with the libdbid 1.0 package not being installed. everything seems to be working now . thanks!