Gimp-Forum.net
Resynthesizer Instal Issue in GIMP 2.10.8 - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP)
+--- Thread: Resynthesizer Instal Issue in GIMP 2.10.8 (/Thread-Resynthesizer-Instal-Issue-in-GIMP-2-10-8)



Resynthesizer Instal Issue in GIMP 2.10.8 - Traceybear - 11-16-2018

Hi, I have been trying to get Resynthesizer to work in GIMP 2.10.8 all day. I have reinstalled GIMP. It was originally an update from 2.8 where the heal selection tool worked great. I installed the new GIMP and installed the 64 bit windows versions of resynthsizer.exe and resynthesizer.gui along with the plugin-heal-selection.py. However, I get the error

Calling error for procedure 'gimp-procedural-db-proc-info':

Procedure 'plug-in-resynthesizer' not found

with the details

raceback (most recent call last):
  File "C:\Program Files\GIMP 2\32\lib\gimp\2.0\python/gimpfu.py", line 740, in response
    dialog.res = run_script(params)
  File "C:\Program Files\GIMP 2\32\lib\gimp\2.0\python/gimpfu.py", line 361, in run_script
    return apply(function, params)
  File "C:\Users\Tracey\AppData\Roaming\GIMP\2.10\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 do still have the 2.8 file in my profile but renamed it 2.8  old. Does anybody have any suggestions?

Thanks in advance!


RE: Resynthesizer Instal Issue in GIMP 2.10.8 - rich2005 - 11-16-2018

I do know that heal-selection works with 64 bit Gimp 2.10.8

Quote: I do still have the 2.8 file in my profile but renamed it 2.8 old. ...

Did you do that before or after installing Gimp 2.10.8? Before is the best way to get a clean installation.

If resynthesizer worked before in Gimp 2.8 use those files from the Gimp 2.8 profile.

Copy resynthesizer.exe resynthesizer-gui.exe plugin-heal-selection.py from

C:\Users\"yourname"\.gimp-2.8 old\plugins
to
C:\Users\your-name\AppData\Roaming\GIMP\2.10\plugins

example: https://i.imgur.com/OMFp4SD.jpg

The same applies to other scripts and plugins, move them across to the new location one at a time, making sure they work as you go. Some like the g'mic plugin will need reinstalling with the latest gmic package.

Still not working? Delete the new Gimp profile C:\Users\your-name\AppData\Roaming\GIMP\2.10 Start Gimp to make a new default empty one and move those plugins again.


RE: Resynthesizer Instal Issue in GIMP 2.10.8 - Traceybear - 11-16-2018

(11-16-2018, 09:08 AM)rich2005 Wrote: I do know that heal-selection works with 64 bit Gimp 2.10.8

Quote: I do still have the 2.8 file in my profile but renamed it 2.8  old. ...

Did you do that before or after installing Gimp 2.10.8? Before is the best way to get a clean installation.

If resynthesizer worked before in Gimp 2.8 use those files from the Gimp 2.8 profile.

Copy resynthesizer.exe resynthesizer-gui.exe plugin-heal-selection.py from

C:\Users\"yourname"\.gimp-2.8 old\plugins
to
C:\Users\your-name\AppData\Roaming\GIMP\2.10\plugins

example: https://i.imgur.com/OMFp4SD.jpg

The same applies to other scripts and plugins, move them across to the new location one at a time, making sure they work as you go. Some like the g'mic plugin will need reinstalling with the latest gmic package.

Still not working? Delete the new Gimp profile C:\Users\your-name\AppData\Roaming\GIMP\2.10 Start Gimp to make a new default empty one and move those plugins again.

Thanks Rich2005! Once I deleted the 2.10 profile and added back the 64bit files it worked perfectly!