Skpoliseno wrote:
I have done everything you listed and it's still not working.
Nothing has really changed since earlier this week when I first used GIMP and yesterday. I didn't add any new fonts, brushes, plugins, etc. In fact I never use plugins or have installed plugins. I use it mostly for photography modification and very simple work.
And sorry, I'd like to share the CMD output - what do I have to type in?
Thank you!
Open a cmd console window and type (replace Program Files with YOUR path)
cd c:\program files\gimp-2.8.4\bin
Hit ENTER KEY
THEN type
OR you can just use this bat file for windows. Just copy the code into a notepad file and save as "gimp-start-verbose.bat" Double click it just like any other execute file to start Gimp in verbose or troubleshooting mode.
@echo off
REM Next command opens Gimp-2.8 verbose
start /d "c:\program files\gimp-2.8.4\bin" gimp-2.8 --verbose
@echo off
After just left click wilbur top left of the window Edit>Select all Edit> copy
Paste into a notepad and save as txt file.