-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error #33
Comments
@CanerKaraca23 What's the tool version? |
Latest, 2.3.17. |
@CanerKaraca23 can you please send the command you are tring to run? |
Another thing, the tool isn't tested on Py3.12 yet. so can you try using 3.11 and see? |
I'm not running any command, i just opened GUI, selected rom zip and clicked start and then cmd gives this error. Will try on 3.11. |
Got same error. @yshalsager
|
@CanerKaraca23 are you selecting a zip from C:/ drive like downloads or documents? Try moving to somewhere else. |
I'm selecting from Downloads. Will try on different folders. |
Tried on multiple different folders, still same error. @yshalsager |
Even cli version gives same error @yshalsager
|
Move to another drive please, it will work. |
I don't have another drive, will split but can it work on USB drive? |
Try this solution https://stackoverflow.com/a/61766417 |
Disabled all security, moved to another drive, runned as administrator but still same error. |
I would suggest running the tool from Windows subsystem for Linux (WSL) |
I got this error when i want to use the tool
Traceback (most recent call last): File "C:\Users\caner\AppData\Roaming\Python\Python312\site-packages\xiaomi_flashable_firmware_creator_gui\main.py", line 512, in create_zip _, invalid_files = firmware_creator.extract() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\caner\AppData\Roaming\Python\Python312\site-packages\xiaomi_flashable_firmware_creator\firmware_creator.py", line 486, in extract self.extractor.extract(files_to_extract) File "C:\Users\caner\AppData\Roaming\Python\Python312\site-packages\xiaomi_flashable_firmware_creator\extractors\zip_extractor.py", line 91, in extract self.handler.extract(files_to_extract) File "C:\Users\caner\AppData\Roaming\Python\Python312\site-packages\xiaomi_flashable_firmware_creator\extractors\handlers\android_one_zip.py", line 58, in extract parse_payload(self.payload, partition, out_f) File "C:\Users\caner\AppData\Roaming\Python\Python312\site-packages\xiaomi_flashable_firmware_creator\extractors\ota_payload_extractor\extract_android_ota_payload.py", line 99, in parse_payload r = decompress_payload('xzcat', data, e.num_blocks * BLOCK_SIZE, operation.data_sha256_hash) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\caner\AppData\Roaming\Python\Python312\site-packages\xiaomi_flashable_firmware_creator\extractors\ota_payload_extractor\extract_android_ota_payload.py", line 82, in decompress_payload p = subprocess.Popen([command, '-'], stdout=subprocess.PIPE, stdin=subprocess.PIPE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python312\Lib\subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Program Files\Python312\Lib\subprocess.py", line 1538, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] The system cannot find the specified file
The text was updated successfully, but these errors were encountered: