Cannot Launch 2.10.4 due to Python Interp Error
GIMP version: 2.10.4
Operating System: Windows 10
Package: Installer from gimp.org
Description of the bug
When trying to launch GIMP the launcher stops at "Looking for Data Files: Modules" and then closes. Observing the console reveals the following:
Missing fast-path babl conversion detected, Implementing missing babl fast paths accelerates GEGL, GIMP and other software using babl, warnings are printed on first occurance of formats used where a conversion has to be synthesized programmatically by babl based on format description
WARNING missing babl fast path(s): "R'G'B' double" to "CIE Lab double" GIMP-Warning: Bad interpreter referenced in interpreter file D:\Program Files (x86)\GIMP 2\lib\gimp\2.0\interpreters\pygimp.interp: python
GIMP-Warning: Bad binary format string in interpreter file D:\Program Files (x86)\GIMP 2\lib\gimp\2.0\interpreters\pygimp.interp
Reproduction
Is the bug reproducible? Always
Reproduction steps:
- Attempt to Open GIMP
- GIMP fails to open
- ???
…
Expected result: GIMP opens
Actual result: GIMP does not open
Additional information
The contents of my pygimp.interp are
python=D:\Program Files (x86)\GIMP 2\32\bin\pythonw.exe python2=D:\Program Files (x86)\GIMP 2\32\bin\pythonw.exe /usr/bin/python=D:\Program Files (x86)\GIMP 2\32\bin\pythonw.exe :Python:E::py::python:
I had been using GIMP 2.8.22 up until thursday morning when it would not open due to a "gimp wire read error" so I decided to check for an update, discovered 2.10.4, and discovered this problem. I am currently unable to use any present or past version of GIMP.