Gimp-Forum.net

Full Version: Error in 2.10.18 running in batch mode "ff-save.dll" and "ff-load.dll" can't be found
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been hitting this error message lately when running the gimp-console in batch modeĀ and not sure what to do about it:


Code:
GEGL-Message: 09:53:21.983: Module 'C:\Program Files\GIMP 2\lib\gegl-0.4\ff-load.dll' load error: 'C:\Program Files\GIMP 2\lib\gegl-0.4\ff-load.dll': The specified module could not be found.
GEGL-Message: 09:53:22.014: Module 'C:\Program Files\GIMP 2\lib\gegl-0.4\ff-save.dll' load error: 'C:\Program Files\GIMP 2\lib\gegl-0.4\ff-save.dll': The specified module could not be found.


Both of those DLL's are in the location mentioned so I'm not sure why its complaining.

I get this error when running either script-fu or python-fu scripts. The scripts still run but the error is a worry, I'm no importing these directly so assume its part of GIMP's start up.

Any ideas?
From your other post using Gimp 2.10.18 (and title) Just yesterday not having a shebang in a plugin caused the same: https://www.gimp-forum.net/Thread-New-pl...0#pid17320 Do not know about script-fu

Several previous reports examples. https://gitlab.gnome.org/GNOME/gimp/issu...ote_675560
might be worth trying the replacement openBLAS files zipped there. Edit: Tried those in my Win 10 VM / Gimp 2.10.18 and no difference here.

similar issue but older: https://gitlab.gnome.org/GNOME/gimp/issues/4304