LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Application crashes on use (https://www.linuxquestions.org/questions/linux-software-2/application-crashes-on-use-696413/)

mikemrh9 01-10-2009 08:41 PM

Application crashes on use
 
Hi.

I have compiled and installed PSPP 0.6.1, and at a first glance everything seems OK.

I am using SuSE 11.1 with KDE4 with kwin as my window manager.

I can launch the GUI with psppire, import a .sav file and switch between the data view and the variable view. However, as soon as I choose any option from the data, transform, analyse or utilities menus the program immediately quits.

If I start PSPP from a console, I get the following messages on exit:

Quote:

(psppire:10263): libglade-WARNING **: Could not load support for `psppire': libpsppire.so: cannot open shared object file: No such file or directory

(psppire:10263): libglade-WARNING **: unknown widget class 'PsppireDialog'

(psppire:10263): libglade-WARNING **: unknown widget class 'PsppireDialog'

(psppire:10263): libglade-WARNING **: unknown widget class 'PsppireDialog'

(psppire:10263): libglade-WARNING **: unknown widget class 'PsppireDialog'

(psppire:10263): libglade-WARNING **: unknown widget class 'PsppireDialog'

** (psppire:10263): CRITICAL **: Widget "paired-samples-t-test-treeview1" could not be found


** (psppire:10263): CRITICAL **: Widget "paired-samples-t-test-options-button" could not be found


** (psppire:10263): CRITICAL **: Widget "psppire-selector3" could not be found


** (psppire:10263): CRITICAL **: Widget "paired-samples-t-test-treeview2" could not be found


** (psppire:10263): CRITICAL **: Widget "vbox1" could not be found


** (psppire:10263): CRITICAL **: Widget "radiobutton1" could not be found


** (psppire:10263): CRITICAL **: Widget "radiobutton2" could not be found


(psppire:10263): Gtk-CRITICAL **: gtk_box_pack: assertion `GTK_IS_BOX (box)' failed

(psppire:10263): GLib-GObject-WARNING **: invalid cast from `GtkLabel' to `GtkWindow'

(psppire:10263): GLib-GObject-WARNING **: attempt to retrieve private data for invalid type 'GtkWindow'

(psppire:10263): Gtk-CRITICAL **: gtk_window_set_transient_for: assertion `GTK_IS_WINDOW (window)' failed

(psppire:10263): GLib-GObject-WARNING **: invalid cast from `GtkLabel' to `GtkWindow'

(psppire:10263): GLib-GObject-WARNING **: attempt to retrieve private data for invalid type 'GtkWindow'

(psppire:10263): Gtk-CRITICAL **: gtk_window_set_transient_for: assertion `GTK_IS_WINDOW (window)' failed

(psppire:10263): Gtk-CRITICAL **: gtk_tree_view_get_selection: assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(psppire:10263): Gtk-CRITICAL **: gtk_tree_view_set_model: assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(psppire:10263): Gtk-CRITICAL **: gtk_tree_view_append_column: assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(psppire:10263): Gtk-CRITICAL **: gtk_tree_selection_set_mode: assertion `GTK_IS_TREE_SELECTION (selection)' failed

(psppire:10263): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed

(psppire:10263): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(psppire:10263): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(psppire:10263): Gtk-CRITICAL **: gtk_tree_view_set_model: assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(psppire:10263): Gtk-CRITICAL **: gtk_tree_view_append_column: assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(psppire:10263): Gtk-CRITICAL **: gtk_tree_view_append_column: assertion `GTK_IS_TREE_VIEW (tree_view)' failed
**
ERROR:src/ui/gui/psppire-selector.c:791:psppire_selector_set_subjects: assertion failed: (selector)
Aborted
libpsppire.so exists at: /usr/local/lib/pspp/libpsppire.so

Any suggestions greatly appreciated!

Mike.

almatic 01-11-2009 02:21 PM

Hi,

start application like this:

LD_LIBRARY_PATH=/usr/local/lib/pspp/:$LD_LIBRARY_PATH psppire

or add the library path to /etc/ld.so.conf (and execute ldconfig).

mikemrh9 01-11-2009 03:17 PM

Brilliant! Thanks very much!


All times are GMT -5. The time now is 04:13 AM.