Gimp silently does not start with process running on Windows 10 1803/1903 since 2.10.4
GIMP version: 2.10.4, 2.10.10, 2.10.12
Operating System: Windows 10
Package: gimp.org installers
Description of the bug
When starting Gimp no splash screen, window, or task bar shows up.
In the task manager gimp-2.10.exe
can be seen as running, with no CPU or IO activity.
Running it with --verbose --console-messages
yields no errors, and the last entry is “parsing %APPDATA%\GIMP\2.10\gimprc
”
Reproduction
Is the bug reproducible? Always
Reproduction steps:
- Start Gimp
Expected result: Gimp splash screen shots up and launches
Actual result: process starts, but no GUI ever shows up
Additional information
--verbose --console-messages
log:
Parsing 'C:\Program Files\GIMP 2\etc\gimp\2.0\gimprc' for configured language.
Parsing 'C:\Users\USERNAME\AppData\Roaming\GIMP\2.10\gimprc' for configured language.
Language property found: en_US.
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"
INIT: gimp_load_config
Parsing 'C:\Users\USERNAME\AppData\Roaming\GIMP\2.10\unitrc'
Parsing 'C:\Program Files\GIMP 2\etc\gimp\2.0\gimprc'
Parsing 'C:\Users\USERNAME\AppData\Roaming\GIMP\2.10\gimprc'
Note that this is for 2.10.4. Both 2.10.10 and 2.10.12 did not display the babl warning.
Both 2.10.0 and 2.10.2 work fine.
I had the problem with 2.10.12, then downgraded to 2.10.10. Problem persisted.. Updated Windows from 1803 to 1903, problem still persisted. Downgraded to 2.10.0, which works. Updated to 2.10.2, which works. Updated to 2.10.4, which does not work. Downgraded to 2.10.2 again, which works.