Please apply this patch, if it hasn't been applied already... Setting values[1] causes a segfault. --- #screenshot.c Thu Mar 15 18:03:47 2001 +++ screenshot.c Thu Mar 15 18:03:52 2001 @@ -157,7 +157,7 @@ GimpPDBStatusType status = GIMP_PDB_SUCCESS; /* always return at least the status to the caller. */ - static GimpParam values[1]; + static GimpParam values[2]; /* initialize the return of the status */ values[0].type = GIMP_PDB_STATUS;