Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
This has later been fixed (see https://gitlab.gnome.org/GNOME/gimp/issues/1673#note_290300 )
I started it again, and now it's running. I will let you know how it goes.
Also you need to avoid the hard-coding of the GIMP path in the bat file, as this will need to be edited before running the script or it will just fail. Better to prompt the user to paste in their GIMP path, than to blindly assume they have it installed under C:\Program Files. My path for instance is "d:\bin\GIMP\"
Then you would not need to prompt for GIMP path later during the py script if you make it a variable or something to be read.
Here are the logs:
https://pastebin.com/mkVpmxpm
As you can see, I got some warnings so those should probably be looked at.
Also it might be an idea to tell users to temporarily disable their AV during the process. I noticed Avast was using a lot of CPU while the script ran, and disabling Avast caused script to go from 10-15% CPU use to 20-25% usage which would mean it would finish faster.
Took about 10-15 minutes for me.