Hi @Laxus@Cashlaz
I am experiencing an immediate crash with GTA: Vice City – The Definitive Edition (v1.90.0). The app crashes right after launching, and I have confirmed that this is not an issue with corrupted game files.
Could you please take a look at the crash log? Here are my device details and the crash analysis:
• Device: iPad Air (M2, iPad15,3)
• OS Version: iPadOS 26.4 (Build 23E244)
• Game Version: 1.90.0 (Build 2025.0904.1028)
• Error Type / Exception: EXC_GUARD (Subtype: GUARD_TYPE_USER)
• Termination Namespace: LIBXPC (Indicator: XPC_EXIT_REASON_FAULT)
Crash Log Snippet:
"exception" : {"codes":"0x6000000000000007, 0x0000000000000009","reason":9,"message":"namespc 7 reason_code 0x0000000000000009","subtype":"GUARD_TYPE_USER","type":"EXC_GUARD","rawCodes":[6917529027641081863,9],"namespc":7},
"termination" : {"flags":518,"code":9,"namespace":"LIBXPC","indicator":"XPC_EXIT_REASON_FAULT"}
Diagnostic:
According to the .ips log, the crash is triggered by Apple's system security mechanism (LIBXPC / EXC_GUARD). It seems like the Mod Menu / cheat injection code is conflicting with the strict XPC memory protection on iPadOS 26.4, causing the OS to force terminate the Gameface process immediately upon execution.
Could you please update the cheat binary/hooking method to support iPadOS 26.x? Thank you so much for your hard work!