GNOME Bugzilla – Bug 519185
Improve startup failure dialog
Last modified: 2011-01-17 08:23:02 UTC
The new startup failure dialog is displayed if an ImportError occurs when loading. This was done to catch failing to import glchess.glchess (the base module). Based on the number of bugs about invalid gtk/glade/gobject/etc third party libraries we should make this dialog: - Allow the user to see the exception that occurred (current text is too vague) - Provide hints based on the failed module (e.g. "Your GTK+ installation seems to be faulty") - Catch other exceptions? e.g. RuntimeError The danger in doing this is we hide potential problems because the crash dialog is not displayed. Hopefully we can rely on the users reporting the problem to their distribution and these filtering back to us.
Created attachment 137088 [details] [review] Print traceback on stderr It should at least print the traceback to stderr, unless it's absolutely impossible to obtain any hint about the possible error.
Review of attachment 137088 [details] [review]: Thanks Claude
Obsolete now it's rewritten in Vala.