On Thu, 8 May 2008 07:33:30 +0200 Joerg Desch jd.vvd@web.de wrote:
Hi.
I've called my fresh backport from the command line today. Here I see these messages.
(geany:10536): GLib-CRITICAL **: g_key_file_set_string: assertion `string != NULL' failed (geany:10536): GLib-CRITICAL **: g_key_file_set_string: assertion `string != NULL' failed (geany:10536): GLib-CRITICAL **: g_key_file_set_string: assertion `string != NULL' failed (geany:10536): GLib-CRITICAL **: g_key_file_load_from_file: assertion `file != NULL' failed
What's the reason for them? My backport? Or the old configuration file of my previous Geany 0.12?
It's difficult to tell (I don't get them here). Possibly a configuration file is missing. Could you try getting a backtrace with gdb set to abort on GLib warnings:
gdb `which geany` r --g-fatal-warnings
Then when gdb stops type: bt full
And please send us everything from the run (r) command, thanks.
Regards, Nick