objc
objc
The crash people are seeing is due to Substitute (the library that Chimera uses for hooking C functions) not supporting functions that are very short. I think if there's less...
> fix was a simple filter written inside the %ctor checking if it was an app, SpringBoard,a fileProvider or something the tweak needed access to, and if not it skipped...
@saeedbalkhair I don't know the root cause, but the issue you're having is that the app's scene (what you interact with) is immediately invalidated after CarPlayEnable creates it. The crash...
the carplay processes are not really involved with app presentation here, i think I only hook into it so that I can make extra icons appear on the Carplay screen....
thanks for reporting. i'll look into this
Thanks for your comments. 1. I do intend to add scaling/ratio settings eventually. 2. System apps do not render correctly on the carplay screen, so they're currently disabled. May change...
thanks for reporting. do you have "dock auto-hide" enabled?
ok - avoiding fullscreen will likely prevent crashes. i'll try to have an update up later today to resolve this
@FerrisYJ the process that is crashing is not touched by this tweak
does this only happen with CarPlayEnable? Which apps are affected