thomasfinch / GammaThingy

Changes screen gamma on iOS, no jailbreak required
777 stars 94 forks source link

Crash when enabling GammaThingy. #60

Closed ghost closed 7 years ago

ghost commented 8 years ago

App is crashing when checking "Enabled".

Crash reports below.

Running iOS 9.2 on iPhone 6S.

This is very similar to crash in GammaThingy fork GoodNight reported here.

AkiTx commented 8 years ago

I have the same problem, I think it is because "IOMobileFramebufferGetGammaTable" changed in iOS 9.2

thomasfinch commented 8 years ago

That's not it, I'm having the same problem and I'm still on 9.0.2. Something changed with all the pull requests I accepted between about September and now and I'm looking into fixing it.

On Wed, Dec 30, 2015 at 9:02 PM AkiTx notifications@github.com wrote:

I have the same problem, I think it is because "IOMobileFramebufferGetGammaTable" changed in iOS 9.2

— Reply to this email directly or view it on GitHub https://github.com/thomasfinch/GammaThingy/issues/60#issuecomment-168110280 .

ghost commented 8 years ago

I found enabling app groups capability and fixing all code signing issues related thereto resolved the issue in the forked version.