-
Notifications
You must be signed in to change notification settings - Fork 164
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
Comments
Two plugin files are involved: heal_selection.py and resynthesizer.exe.
The message says the latter file is not properly installed.
Insure that the file exists and that it has proper execute permissions.
This is the most common issue, and there are many more detailed answers you
can consult.
…On Tue, Jul 25, 2023 at 4:52 AM Binocularbath ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub
<#123>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFLQEKJ3WUA4KWQYXUL3M3XR6CMZANCNFSM6AAAAAA2WXNCJE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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. |
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
The text was updated successfully, but these errors were encountered: