Gimp-Forum.net
Error in 2.10.18 running in batch mode "ff-save.dll" and "ff-load.dll" can't be found - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions)
+--- Thread: Error in 2.10.18 running in batch mode "ff-save.dll" and "ff-load.dll" can't be found (/Thread-Error-in-2-10-18-running-in-batch-mode-ff-save-dll-and-ff-load-dll-can-t-be-found)



Error in 2.10.18 running in batch mode "ff-save.dll" and "ff-load.dll" can't be found - sethsdad - 03-25-2020

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?


RE: Error in 2.10.18 running in batch mode "ff-save.dll" and "ff-load.dll" can't be found - rich2005 - 03-25-2020

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-plugin-Rhodonea?pid=17320#pid17320 Do not know about script-fu

Several previous reports examples. https://gitlab.gnome.org/GNOME/gimp/issues/4385#note_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