fritzlb / iOS17-JIT-WIN

Enable JIT on iOS 17 using a windows PC
GNU General Public License v3.0
125 stars 4 forks source link

Error opening a tunnel. #74

Closed AutoTheThird12 closed 1 month ago

AutoTheThird12 commented 1 month ago

Whenever i try to enable JIT on anything, i get returned with this error

"Error opening a tunnel. : [b'Traceback (most recent call last):\r\n', b' File "", line 198, in _run_module_as_main\r\n', b' File "", line 88, in _run_code\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\pymobiledevice3\main.py", line 156, in \r\n', b' main()\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\pymobiledevice3\main.py", line 98, in main\r\n', b' cli()\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\click\core.py", line 1157, in call\r\n', b' return self.main(*args, **kwargs)\r\n', b' ^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\click\core.py", line 1078, in main\r\n', b' rv = self.invoke(ctx)\r\n', b' ^^^^^^^^^^^^^^^^\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\click\core.py", line 1682, in invoke\r\n', b' cmd_name, cmd, args = self.resolve_command(ctx, args)\r\n', b' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\click\core.py", line 1729, in resolve_command\r\n', b' cmd = self.get_command(ctx, cmd_name)\r\n', b' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\pymobiledevice3\main.py", line 82, in get_command\r\n', b" mod = import(f'pymobiledevice3.cli.{CLI_GROUPS[name]}', None, None, ['cli'])\r\n", b' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\pymobiledevice3\cli\remote.py", line 10, in \r\n', b' from pymobiledevice3.cli.cli_common import BaseCommand, RSDCommand, print_json, prompt_device_list, sudo_required, \\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\pymobiledevice3\cli\cli_common.py", line 12, in \r\n', b' import inquirer3\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\inquirer3\init.py", line 1, in \r\n', b' from inquirer3.prompt import prompt\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\inquirer3\prompt.py", line 2, in \r\n', b' from inquirer3.render.console import ConsoleRender\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\inquirer3\render\init.py", line 1, in \r\n', b' from inquirer3.render.console import ConsoleRender\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\inquirer3\render\console\init.py", line 11, in \r\n', b' from inquirer3.render.console._editor import Editor\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\inquirer3\render\console\_editor.py", line 1, in \r\n', b' import editor\r\n', b' File "C:\Users\Austi\AppData\Local\Programs\Python\Python312\Lib\site-packages\editor.py", line 11, in \r\n', b' from distutils.spawn import find_executable\r\n', b"ModuleNotFoundError: No module named 'distutils'\r\n"]"

I have never used python or anything, so I don't know what it means.

fritzlb commented 1 month ago

I‘d highly recommend to use sideJITServer instead as I personally currently don’t use this anymore.