On Mon, 29 Sep 2014 15:35:36 +0200 John Landmesser <[email protected]> wrote:
> Hi list, > > since some time i get an error message if i close lazarus: > > content of the message dialog: > > In 'file:///home/john1/.lazarus' (line 1 pos 1): Root element is missing > In 'file:///home/john1/.lazarus' (line 1 pos 1): Root element is missing Maybe you installed a package, that reads a config file ''. Start the IDE in gdb or the debugger and find the stacktrace of the error message. That should give you a hint what package it is. See here: http://wiki.freepascal.org/Creating_a_Backtrace_with_GDB#GDB_ready_to_accept_commands Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
