Hi! On Wed, 2006-12-13 at 22:02 -0500, Richard Querin wrote: > I haven't run Rawstudio for a little while, but now that I've found a > little time to edit some photos I find that it crashes on me. The main > window appears momentarily and then vanishes. Running it from the > command line generates whats shown below. I've uninstalled it from my > Ubuntu Edgy system, downloaded the most recent source ( 0.4.1) and > recompiled it. Still no luck. I've tried it under Beryl (my default) > and under Metacity but it doesn't seem to make any difference. > > Here's the listing from the terminal when I run it. Any clues?
I have a feeling that this is a bug in GTK+. Three things to try: 1) Start Rawstudio with another directory as argument: $ rawstudio /some/other/directory/ 2) Running from gdb: $ gdb /path/to/rawstudio (gdb) run [crash and burn] (gdb) bt bt generates a backtrace, it would be really helpful. 3) Download and try latest Subversion-tree, instructions here: http://rawstudio.org/download.php /abrander _______________________________________________ Rawstudio-dev mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev
