GIMP stuck on "Loading Data Files: Fonts"

I load up GIMP and it gets stuck on "Loading Data Files: Fonts" every time.

  • I have deleted my GIMP profile multiple times, I cleared my font cache, I even searched for corrupt fonts, (0kb font file size) there were none.
  • I haven't installed any extra fonts that I can remember.
  • I did have a previous version of GIMP before, but I uninstalled it.

System Specs:

  • Win 7 64-bit
  • i7-2670QM
  • 8GB RAM
6

5 Answers

This step can take a long time. And due to the way file timestamps are handled, it can e.g. happen on daylight saving time switches.

In order to check what exactly is happening there, you should use a file access monitor like Process Monitor - .

This can tell you if GIMP is reading font file to build the font cache, and will also provide you with some sort of progress information, because the font files will be mostly accessed in alphabetical order (or reverse).

The unresponsive window is a symptom of that, just ignore it.

7

Even the latest Windows version 2.8.22 has this problem.

Go into Preferences -> Folders -> Fonts and delete all folders listed there.

GIMP has a couple user font folders listed there by default, for some reason on Windows those folders make the font loading part really slow, like 15-30 seconds even on SSD. Now GIMP loads in a few seconds on SSD.

Hope this helps.

3

The following steps worked for GIMP 2.8.20 on my Mac (Sierra 10.12.6):

  1. Open GIMP
  2. Click the upper left GIMP icon and choose “Preferences”
  3. Go to “Folders” → “Fonts”
  4. Delete all folders listed there (the delete button looks weird; it should be the fourth icon counting from left)
  5. Click “OK” to close the dialog box
  6. Close GIMP and reopen it
2

Go to Gimp folder. Create a shortcut from GIMPPortable.exe or GIMP.exe. Go to properties of your new shortcut. And in the Target field at the end add " -f" like this

D:\Progs\GIMPPortable\GIMPPortable.exe -f 

Have a nice painting )

Addition:

GIMP comes with a so-called batch mode that allows you to do image processing from the command line. See gimp --help

-f, --no-fonts Do not load any fonts

For more information look GIMP Batch mode

5

From this superuser answer
This worked for me.
First:delete the font folders.
Second:close gimp.
Third:open gimp.
Fourth:close gimp.
Fifth:this time when you open gimp, there will be no 'looking for fonts' process.

3

You Might Also Like