Plug-in Resynthesizer not Found (Big Sur) - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Installation and usage (https://www.gimp-forum.net/Forum-Installation-and-usage) +---- Forum: OSX (https://www.gimp-forum.net/Forum-OSX) +---- Thread: Plug-in Resynthesizer not Found (Big Sur) (/Thread-Plug-in-Resynthesizer-not-Found-Big-Sur) |
Plug-in Resynthesizer not Found (Big Sur) - potatogater - 03-11-2021 I'm new to GIMP and have read that the resynthesizer plug-in is an easier way of removing an object from a photo while maintaining the background so I tried to download it. I'm using an M1 Macbook Air running GIMP v2.10.22 and I've followed each step from Davies Media Design Tutorial (https://www.youtube.com/watch?v=MiE-buxZij4&t=287s). However when I try to use the plug-in (Filters>Enhance>Heal Selection), a dialog box always appears saying this: An error occurred running python_fu_heal_selection error: procedure not found More Information: Traceback (most recent call last): File "/Applications/GIMP-2.10.app/Contents/Resources/lib/gimp/2.0/python/gimpfu.py", line 740, in response dialog.res = run_script(params) File "/Applications/GIMP-2.10.app/Contents/Resources/lib/gimp/2.0/python/gimpfu.py", line 361, in run_script return apply(function, params) File "/Applications/GIMP-2.10.app/Contents/Resources/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 Any help would be appreciated! RE: Plug-in Resynthesizer not Found (Big Sur) - rich2005 - 03-11-2021 It might be the plugin is incompatible with your macOS / Gimp 2.10.22 versions. There are reports about intrusive mac security issues see: https://github.com/aferrero2707/gimp-plugins-collection/issues Otherwise, are you sure the plugin files resynthesize & resynthesize_gui are set as executable. Looks like this in an old mac VM and old Gimp 2.10 (and works there) [attachment=5718] RE: Plug-in Resynthesizer not Found (Big Sur) - andrewescott - 10-20-2021 I had the same issue, and it came down to the resynthesizer plugin not being able to start, as it was missing a required dynamic library: libintl.9.dylib The instructions I found at https://www.mattpopovich.com/posts/how-to-install-the-resynthesizer-plugin-for-gimp-on-mac-2021/ was useful for getting it all working. RE: Plug-in Resynthesizer not Found (Big Sur) - charlie84 - 12-20-2021 I followed the instructions in the tutorial but it didn't work. I always get the same error: libintl.9.dylib missing. (macOS High Sierra) RE: Plug-in Resynthesizer not Found (Big Sur) - charlie84 - 12-20-2021 I had to reinstall gettext to have libintl.8.dylib libraryto have libintl.8.dylib library. Now it works. Code: brew reinstall gettext |