Re: 0.3.3 starts and gets lost



I changed /usr/bin/beagle-search as you suggested, still the same error:

with "estrogen" unknown amount of entries but many -> error, while
"aromatase" works and results in 340 hits.

$ beagle-search
Debug: Done reading conf
from /home/bernhard/.beagle/config/BeagleSearch.xml
Debug: Done reading conf from /etc/beagle/config-files/BeagleSearch.xml
Debug: Done reading conf from /home/bernhard/.beagle/config/Daemon.xml
Debug: Done reading conf from /etc/beagle/config-files/Daemon.xml
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 Search.Tiles.TileFile.LoadIcon (Gtk.Image image, Int32 size)
[0x00000]
  at Search.Tiles.TileTemplate.OnRealized () [0x00000]
  at Gtk.Widget.realized_cb (IntPtr widget) [0x00000]
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e,
Boolean is_terminal)
   at Gtk.Widget.realized_cb(IntPtr widget)
   at Gtk.Widget.realized_cb(IntPtr )
   at Gtk.Widget.gtk_widget_set_parent(IntPtr , IntPtr )
   at Gtk.Widget.gtk_widget_set_parent(IntPtr , IntPtr )
   at Gtk.Widget.set_Parent(Gtk.Widget value)
   at Search.Category.OnAdded(Gtk.Widget widget)
   at Search.TileCategory.OnAdded(Gtk.Widget widget)
   at Gtk.Container.added_cb(IntPtr container, IntPtr widget)
   at Gtk.Container.added_cb(IntPtr , IntPtr )
   at Gtk.Container.gtk_container_add(IntPtr , IntPtr )
   at Gtk.Container.gtk_container_add(IntPtr , IntPtr )
   at Gtk.Container.Add(Gtk.Widget widget)
   at Search.GroupView.AddHit(Search.Tiles.Tile tile)
   at Search.MainWindow.OnHitsAdded(Beagle.HitsAddedResponse response)
   at Beagle.Query.OnHitsAdded(Beagle.ResponseMessage r)
   at Beagle.RequestMessage.OnAsyncResponse(Beagle.ResponseMessage
response)
   at Beagle.Transport+EventThrowingClosure.ThrowEvent()
   at GLib.Idle+IdleProxy.Handler()
   at GLib.Idle+IdleProxy.Handler()
   at Gtk.Application.gtk_main()
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Gnome.Program.Run()
   at Search.MainWindow.Main(System.String[] args)


/usr/bin/beagle-search: (after the suggested change using copy and
paste)

#!/bin/bash

# This line will be automatically uncommented when you "make install"
installed=1

    THIS_EXE="/usr/lib/beagle/Search.exe"

    export LD_LIBRARY_PATH="/usr/lib/beagle${LD_LIBRARY_PATH+:
$LD_LIBRARY_PATH}"

   export BEAGLE_MONO_RUNTIME="mono"

exec -a beagle-search mono --debug $THIS_EXE "$@"


Bernhard




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]