-
Notifications
You must be signed in to change notification settings - Fork 7
error on start #26
Description
[ERROR] An error has been caught in function 'main', process 'MainProcess' (4472), thread 'MainThread' (5660):
Traceback (most recent call last):
File "C:\Users\GamePC\Desktop\XCoder-2.7.2\main.py", line 49, in
main()
└ <function main at 0x000001A17056A340>
File "C:\Users\GamePC\Desktop\XCoder-2.7.2\main.py", line 32, in main
refill_menu()
└ <function refill_menu at 0x000001A172B776A0>
File "C:\Users\GamePC\Desktop\XCoder-2.7.2\system\lib\main_menu.py", line 71, in refill_menu
from system.lib.features.sc.decode import (
File "C:\Users\GamePC\Desktop\XCoder-2.7.2\system\lib\features\sc\decode.py", line 9, in
from system.lib.features.cut_sprites import render_objects
File "C:\Users\GamePC\Desktop\XCoder-2.7.2\system\lib\features\cut_sprites.py", line 7, in
from system.lib.objects.renderable.renderable_factory import (
File "C:\Users\GamePC\Desktop\XCoder-2.7.2\system\lib\objects_init_.py", line 3, in
from system.lib.objects.texture import SWFTexture
File "C:\Users\GamePC\Desktop\XCoder-2.7.2\system\lib\objects\texture.py", line 15, in
from system.lib.pvr_tex_tool import get_image_from_ktx_data
File "C:\Users\GamePC\Desktop\XCoder-2.7.2\system\lib\pvr_tex_tool.py", line 30, in
_cli_path = _get_executable_path(_cli_name, f"{_main_dir}/system/bin/{_cli_name}")
│ │ │ └ 'PVRTexToolCLI'
│ │ └ 'C:\Users\GamePC\Desktop\XCoder-2.7.2'
│ └ 'PVRTexToolCLI'
└ <function _get_executable_path at 0x000001A172E0BB00>
File "C:\Users\GamePC\Desktop\XCoder-2.7.2\system\lib\pvr_tex_tool.py", line 19, in _get_executable_path
from distutils.spawn import find_executable
ModuleNotFoundError: No module named 'distutils'