JohnCoatesOSS / Limitless

Fork of Cydia. Different name to avoid confusion. Goal: Refactor Cydia to make contributions easier. Backport features to Cydia's coding style so they can be submitted for consideration.
GNU General Public License v3.0
155 stars 28 forks source link

Limitless Crash when 3DTouching on Homescreen #89

Closed leo98gomez closed 7 years ago

leo98gomez commented 7 years ago

When I 3Dtouch on limitless on the Homescreen and chose the repo (BigBoss or Cydia/Telesphoreo) limitless launches as if it was about to open, but it then crashes. Here's the Crashlog: pastebin.com/XL4NSfL2 Syslog: pastebin.com/VZR3wS2A

JohnCoates commented 7 years ago

Thanks! Looks like it's crashing right here: https://github.com/JohnCoatesOSS/Limitless/blob/675d317a309aa0e869ae84b8cd30ded9f8e6b64a/Source/Application/Application.mm#L1376

I've attached your crashlog for posterity, since idk how long pastebin keeps things up.

crashlog.txt

JohnCoates commented 7 years ago

I've fixed this in pull request #90