ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.33k stars 855 forks source link

Wine instruction problem #2306

Open NeitherPortal opened 6 months ago

NeitherPortal commented 6 months ago

It’s hard to copy so many lines,so pictures instead. IMG_0931

IMG_0930

xloem commented 5 months ago

i think it says 142 illegal instruction at 0x7d40001d: 8e e0 89 e0 8d a4 24 78

saagarjha commented 5 months ago

mov fs,eax. Hmm, maybe https://github.com/ish-app/ish/commit/3db64777a5ebeb4fbd9255bd141e3055628eb390 helps?

xloem commented 5 months ago

@NeitherPortal it looks like the initial part of this issue has been addressed and the testflight build has a chance of working.

NeitherPortal commented 5 months ago

Nope,they cannot run wine ,my device is iPhone13,and use the daily build (1.3.3(573))version,still not working.

---- Replied Message ---- | From | @.> | | Date | 01/29/2024 07:00 | | To | ish-app/ish @.> | | Cc | NeitherPortal @.>, Mention @.> | | Subject | Re: [ish-app/ish] Wine instruction problem (Issue #2306) |

@NeitherPortal it looks like the initial part of this issue has been addressed and the testflight build has a chance of working.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

xloem commented 5 months ago

Has the illegal instruction line from the dmesg changed?

NeitherPortal commented 5 months ago

No,nothing changed IMG_1169

xloem commented 5 months ago

I mean, have the hexadecimal bytes in the dmesg line changed? are they still 8e e0 89 e0 8d a4 24 78?

NeitherPortal commented 5 months ago

Hope that’s what you want 193 illegal instruction at 0xf7ec3aec: 66 8c e0 83 ec 18 66 89 IMG_1171 IMG_1172

saagarjha commented 5 months ago

mov ax,fs. I guess it does in fact use fs for something

NeitherPortal commented 5 months ago

I am a noob of assembly language,I can only offer you guys the information:(

---- Replied Message ---- | From | Saagar @.> | | Date | 02/01/2024 14:15 | | To | ish-app/ish @.> | | Cc | NeitherPortal @.>, Mention @.> | | Subject | Re: [ish-app/ish] Wine instruction problem (Issue #2306) |

mov ax,fs. I guess it does in fact use fs for something

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>