-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TEXTURE CONVERTOR - png to wiiu error #9
Comments
Are you sure? |
this is what i get if i do "pip install quicktex" in cmd Requirement already satisfied: quicktex in c:\users\erich21\appdata\roaming\python\python311\site-packages (0.2.0) |
install the binary version and put it in the same path as the script. |
Do you have more than one version of Python installed? |
wait can you rename the textureconverter folder and remove the space? |
@alexo310 the space shouldn't be a problem, as quicktex is a python module |
How're you doing?
Welcome to WodsonKun's TextureConverter!
Select a option:
[1] Convert textures to PC format
[2] Convert textures to Wii format
[3] Convert textures to Wii U format
[4] Convert textures to Xbox 360 format
[5] Convert textures to PlayStation 3 format
[6] Convert textures to Nintendo Switch format
[7] Exits the TextureConverter
Choose your option: 3
Traceback (most recent call last):
File "C:\Users\Erich21\Downloads\JustDanceTools-main[TEXT] TextureConverter\textureconverter.py", line 33, in
Platform.text2ubi('wiiu')
File "C:\Users\Erich21\Downloads\JustDanceTools-main[TEXT] TextureConverter\bin\libs\ubiart.py", line 31, in text2ubi
Tools.texture2dds(PNGTexture)
File "C:\Users\Erich21\Downloads\JustDanceTools-main[TEXT] TextureConverter\bin\libs\texture.py", line 51, in texture2dds
subprocess.check_call('quicktex encode bc3 --no-flip input//' + texture + ' -o temp//', stdin=subprocess.DEVNULL, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
File "C:\Program Files\Python311\Lib\subprocess.py", line 408, in check_call
retcode = call(*popenargs, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\subprocess.py", line 389, in call
with Popen(*popenargs, **kwargs) as p:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Program Files\Python311\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified
C:\Users\Erich21\Downloads\JustDanceTools-main[TEXT] TextureConverter>
I installed the libraries in the "requirements.txt" file too
The text was updated successfully, but these errors were encountered: