AltStore icon indicating copy to clipboard operation
AltStore copied to clipboard

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

Open wuzhigang opened this issue 2 years ago • 11 comments

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

wuzhigang avatar Jan 09 '24 14:01 wuzhigang

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

hscumbie avatar Jan 11 '24 15:01 hscumbie

downgrading didn't work

CDotNightHawk avatar Jan 14 '24 00:01 CDotNightHawk

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

hscumbie avatar Jan 14 '24 03:01 hscumbie

will try

CDotNightHawk avatar Jan 14 '24 03:01 CDotNightHawk

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

CDotNightHawk avatar Jan 14 '24 03:01 CDotNightHawk

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 avatar Jan 14 '24 03:01 CDotNightHawk

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

CDotNightHawk avatar Jan 14 '24 03:01 CDotNightHawk

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

morpson avatar Jan 18 '24 04:01 morpson

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

morpson avatar Jan 18 '24 04:01 morpson

/Applications/Xcode.app/Contents/Developer/usr/bin/python3 -m pip install -U pymobiledevice3==2.30.0 construct==2.10.69 qh3==0.15.1

igorleonovich avatar May 07 '24 19:05 igorleonovich

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.

hifrens avatar Aug 28 '24 20:08 hifrens