Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message #123

Open
Binocularbath opened this issue Jul 25, 2023 · 3 comments
Open

Error message #123

Binocularbath opened this issue Jul 25, 2023 · 3 comments

Comments

@Binocularbath
Copy link

Hello everyone
Im getting this error message. Any idea how i can solve?

Traceback (most recent call last):
File "C:\Program Files\GIMP 2\lib\gimp\2.0\python/gimpfu.py", line 741, in response
dialog.res = run_script(params)
File "C:\Program Files\GIMP 2\lib\gimp\2.0\python/gimpfu.py", line 362, in run_script
return apply(function, params)
File "C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\plugin-heal-selection.py", line 148, in heal_selection
pdb.plug_in_resynthesizer(timg, tdrawable, 0,0, useBorder, work_drawable.ID, -1, -1, 0.0, 0.117, 16, 500)
error: procedure not found

@bootchk
Copy link
Owner

bootchk commented Jul 25, 2023 via email

@FaceCrap
Copy link

FaceCrap commented Aug 24, 2023

I've got the exact same issue,
WIndows 10,
GIMP version is 2.10.34 (Revision 2)
Python 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] on win32

Traceback (most recent call last):
  File "E:\PortableApps\GIMPPortable\App\gimp\lib\gimp\2.0\python/gimpfu.py", line 741, in response
    dialog.res = run_script(params)
  File "E:\PortableApps\GIMPPortable\App\gimp\lib\gimp\2.0\python/gimpfu.py", line 362, in run_script
    return apply(function, params)
  File "E:\PortableApps\GIMPPortable\App\gimp\lib\gimp\2.0\plug-ins\plugin-heal-selection.py", line 148, in heal_selection
    pdb.plug_in_resynthesizer(timg, tdrawable, 0,0, useBorder, work_drawable.ID, -1, -1, 0.0, 0.117, 16, 500)
error: procedure not found

I'm 100% positive I've installed the plugin in the correct location, i.e., ....\lib\gimp\2.0\plug-ins as you can see in the traceback and the screenshot.
image

After installing, the options I expected to see in Filters > Enhance do show up, but the one I am supposed to see in Filters > Map does NOT show... there is no option "Resynthesize"

@FaceCrap
Copy link

Ok, Fixed it, the instructions mentioned in the README_WINDOWS.txt file included in the zip are omitting one very important detail. Currently, it states to place ALL files in the plugin folder.
What it should have mentioned is that both executables need to be in a PATH folder, once I placed them in a folder present in my PATH env.var. it ran without any issue and the Resynthesize option showed up in Filters > Map

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants