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
Windows 10
2.3 GB
Program Files
Program Files (x86)
Log is empty
http://i.imgur.com/MCjBgbi.jpg
C:\Program Files\GIMP 2
E:\Program Files (x86)\Steam
that what is inside the debug file USER_HOME = C:\Users\ron\Documents\Paradox Interactive\Crusader Kings II\mod\scale_ui
PROGRAM_BASE = ['E:/Program Files (x86)/']
https://ibb.co/c1p9Kv
26.3 MB
I could not read the images. If its not too much to type could you type in what was in each window. Also, does your CK2 install reside in "E:\Program Files (x86)\Steam\steamapps\common\Crusader Kings II"?
in the gimp outpot
(gimp-2.8.exe:10136): LibGimpBase-WARNING **: gimp-2.8.exe: gimp_wire_read(): error
batch command experienced an execution error
and the othere window
C:\Users\ron\Documents\Paradox Interactive\Crusader Kings II\mod\scale_ui>"C:\Program Files\GIMP 2\bin\gimp-2.8.exe" -i --batch-interpreter=python-fu-eval -b "execfile('rescale_gfx.py'); pdb.gimp_quit(1)"
Now instead of double-clicking on rescale_gfx.bat could you run in a command prompt window. Please change to the directory rescale_gfx.py resides in before running. Now run the following command.
"C:\Program Files\GIMP 2\Python\python" rescale_gfx.py
Please provide screenshots of the command prompt window, or hand type the output.
Traceback (most recent call last):
File "C:\Program Files\GIMP 2\Python\lib\site.py", line 152, in addpackage
exec line
File "<string>", line 1, in <module>
ImportError: No module named runtime
Remainder of file ignored
Traceback (most recent call last):
File "rescale_gfx.py", line 20, in <module>
INPUT_GFX_HOME = PROGRAM_BASE + "/Steam/steamapps/common/Crusader Kings II/gfx/"
TypeError: can only concatenate list (not "str") to list"
that whast i get when i run the command
PROGRAM_BASE = os.environ["ProgramFiles(x86)"]
PROGRAM_BASE = PROGRAM_BASE[0]
Error processing line 3 of C:\Program Files\GIMP 2\Python\lib\site-packages\pygtk.pth:
Traceback (most recent call last):
File "C:\Program Files\GIMP 2\Python\lib\site.py", line 152, in addpackage
exec line
File "<string>", line 1, in <module>
ImportError: No module named runtime
Remainder of file ignored
Traceback (most recent call last):
File "rescale_gfx.py", line 9, in <module>
from gimpfu import *
ImportError: No module named gimpfu
this is the mesg i get now after i add the line