RSS/Atom feed Twitter
Site is read-only, email is disabled

runtime error while executing gimp_edit_paste

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

runtime error while executing gimp_edit_paste Helmut Jarausch 29 Sep 09:38
  runtime error while executing gimp_edit_paste Ofnuts 29 Sep 09:53
Helmut Jarausch
2016-09-29 09:38:55 UTC (over 7 years ago)

runtime error while executing gimp_edit_paste

Hi,

I'm trying to get an old Python-Fu script (feca_hdr.py) for the creation of an HDR-photo running under current gimp (GIT). Currently I'm stuck at

File "/home/jarausch/.config/GIMP/2.9/plug-ins/feca_hdr.py", line 227, in python_feca_hdr
floating_sel = pdb.gimp_edit_paste(mask_dark, 0) RuntimeError: execution error

This is within the following context

pdb.gimp_edit_copy(layer_two) floating_sel = pdb.gimp_edit_paste(mask_dark, 0)

What could be the reason for this and how can one debug this?

Many thanks for a hint, Helmut

Ofnuts
2016-09-29 09:53:01 UTC (over 7 years ago)

runtime error while executing gimp_edit_paste

On 29/09/16 11:38, Helmut Jarausch wrote:

Hi,

I'm trying to get an old Python-Fu script (feca_hdr.py) for the creation of an HDR-photo running under current gimp (GIT). Currently I'm stuck at

File "/home/jarausch/.config/GIMP/2.9/plug-ins/feca_hdr.py", line 227, in python_feca_hdr
floating_sel = pdb.gimp_edit_paste(mask_dark, 0) RuntimeError: execution error

This is within the following context

pdb.gimp_edit_copy(layer_two) floating_sel = pdb.gimp_edit_paste(mask_dark, 0)

What could be the reason for this and how can one debug this?

I would check that mask_dark is a valid drawable...