Hi,

On 03/12/2012 10:06 PM, Dragan Noveski wrote:
On 12.03.2012 21:55, Dragan Noveski wrote:
On 12.03.2012 21:51, Dragan Noveski wrote:
On 12.03.2012 21:41, Dragan Noveski wrote:
every next time i changed the mode, in the moment pressing 'ok' in
the dialog, i get this 2 lines:


(mhwaveedit:15399): GLib-GObject-WARNING **: invalid
uninstantiatable type `(null)' in cast to `GtkComboBox'

(mhwaveedit:15399): Gtk-CRITICAL **: IA__gtk_combo_box_get_active:
assertion `GTK_IS_COMBO_BOX (combo_box)' failed



Two things you could check:

1. Could you check the permissions on your .mhwaveedit directory and the files inside, i.e:
$ ls -ld ~/.mhwaveedit ~/.mhwaveedit/*
drwxr-xr-x 2 magnus magnus  4096 2012-03-12 22:04 /home/magnus/.mhwaveedit
-rw-r--r-- 1 magnus magnus 13160 2012-03-12 22:04 /home/magnus/.mhwaveedit/config

2. If you could bring back the version that prints out the errors and run it through gdb with the --g-fatal-warnings option and then produce a backtrace, that would be most helpful:
$ gdb src/mhwaveedit
(gdb) run --g-fatal-warnings

[run until you get the error message, the program will freeze and gdb prompt returns]

(gdb) bt

[GDB prints backtrace]

(gdb) quit

Regards,
Magnus

_______________________________________________
Mhwaveedit-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/mhwaveedit-discuss

Reply via email to