mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-27 08:45:50 +03:00
[GH-ISSUE #531] [Bug]: PlayCover crashes when i download this .ipa (its almost done loading then it crashes) #255
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#255
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sbnvmarcus on GitHub (Nov 20, 2022).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/531
Describe the bug
Hi, I'm trying to install an app into PlayCover, and when it almost finishes downloading, "PlayCover quit unexpectedly". Here is the crash log (Show Details). Please help, tysm!
And the attached file is the .ipa i am trying to install. Since it was not on decrypt.day, i used this link
https://armconverter.com/decryptedappstore/us/line%20rangers
Steps to reproduce
Go to this link, https://armconverter.com/decryptedappstore/us/line%20rangers
Sign in and press "Download Decrpyted"
The .ipa is now downloaded
Then install it in PlayCover
After installing for a bit it will crash
Expected behaviour
It will crash when its almost finished downloading.
Crash log
What version of PlayCover are you using?
Nightly/beta
What version of macOS are you using?
Monterey (macOS 12)
Issue Language
@Liziyu352 commented on GitHub (Nov 21, 2022):
Hmm...Maybe the reason is you are using a beta version of playcover
@ZhichGaming commented on GitHub (Nov 21, 2022):
This feature is only present on the beta version of playcover(or nightly).
The devs are aware of this issue. Can you try nightly build to see if it still occurs?
@TheMoonThatRises commented on GitHub (Nov 22, 2022):
This bug is apparent in every version, and only occurs to few apps. This is due to the force unwrapping of a nil variables in AppInfo.swift (in this issue, it is the force unwrapping of
CFBundleNameon line 144).@TheMoonThatRises commented on GitHub (Feb 6, 2023):
This issue (for LINE Rangers specifically) is fixed, as they have added CFBundleName into their Info.plist file.