altstoreio / AltStore

AltStore is an alternative app store for non-jailbroken iOS devices.
https://altstore.io
GNU Affero General Public License v3.0
11.68k stars 886 forks source link

[Error]The process 'altjit' failed with code 1. The process 'python3' failed with code 1. stream.tell() failed #1371

Open wuzhigang opened 8 months ago

wuzhigang commented 8 months ago

Error Description The process 'altjit' failed with code 1. The process 'python3' failed with code 1. stream.tell() failed

Failure Reason The process 'altjit' failed with code 1. The process 'python3' failed with code 1. stream.tell() failed

Title JIT could not be enabled for DolphiniOS.

Source Line 96

executableURL file:///Applications/AltServer.app/Contents/MacOS/altjit

exitCode 1

output Mounting personalized developer disk... ❌ Unable to mount personalized Developer Disk. The process 'python3' failed with code 1. stream.tell() failed

hscumbie commented 8 months ago

Downgrade construct to version 2.10.69 (python3 -m pip install construct==2.10.69)

CDotNightHawk commented 8 months ago

downgrading didn't work

hscumbie commented 8 months ago

Make sure you used the Xcode Python and not the user installed Python when invoking pip.

CDotNightHawk commented 8 months ago

will try

CDotNightHawk commented 8 months ago

I used /Applications/Xcode.app/Contents/Developer/usr/bin/python3 -m pip install -U pymobiledevice3==2.30.0 Still getting same error

CDotNightHawk commented 8 months ago

Mounting personalized developer disk... ❌ Unable to mount personalized Developer Disk. The process 'python3' failed with code 1. pyo3_runtime.PanicException: Python API call failed

CDotNightHawk commented 8 months ago

I managed to get it to work, thank you so much

morpson commented 8 months ago

@CDotNightHawk can I ask how you got it working? I've downgraded pymobiledevice3 for xcode but keep getting the same error

morpson commented 8 months ago

nevermind, it's working now. tbh, I'm not sure what changed.. but it's working

igorleonovich commented 4 months ago
/Applications/Xcode.app/Contents/Developer/usr/bin/python3 -m pip install -U pymobiledevice3==2.30.0 construct==2.10.69 qh3==0.15.1
hifrens commented 1 month ago

I did some tinkering with basically all of the commands in this thread (and similar ones) and found that if I just ran the pymobiledevice3 tunnel myself in a separate terminal window and did it that way it works sometimes.

sudo python3 -m pymobiledevice3 remote start-tunnel

OR

sudo python3 -m pymobiledevice3 remote start-quic-tunnel

(depending on however my computer feels)

Here is the file on my github that makes it work every time for me.