David Gowers writes:
> Is there some way of convincing GIMP to send warning/error/informative
> messages to a useful place on Win32?
Start GIMP with the command:
gimp-2.2 >gimp.log 2>&1
from cmd.exe. This requires that you have added GIMP's bin
folder to your PATH.
--tml