mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[GH-ISSUE #289] [Bug]: Duolingo | Learn dashboard freezes app #129
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#129
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 @EmilianoTalamo on GitHub (Sep 3, 2022).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/289
Describe the bug
Duolingo seems to be working mostly fine, I'm using the version 6.177.0.4 of the app.
I've been able to login and even practice excercises, but when the 'learn' dashboard renders, the app freezes and you can't interact at all, even after restarting the app.
It's pretty annoying because this seems to be the only thing that keeps the app from working perfectly.
My best guess is that there's some kind of modal or popup that is not loading properly or preventing any user interaction. When you do a fresh start of the app, you can scroll through the dashboard for a split second until a tiny black flash appears that locks you out completely:
https://user-images.githubusercontent.com/12476222/188289888-ec26a628-4451-405f-a375-591b52042fb4.mp4
Steps to reproduce
Expected behaviour
Being able to pick excercises from the learn dashboard or navigate through the app.
Crash log
No response
What version of PlayCover are you using?
1.1.1
What version of macOS are you using?
Monterey (macOS 12)
Issue Language
@ZhichGaming commented on GitHub (Sep 4, 2022):
Did you try disabling SIP and inputting NVRAM tags?
@EmilianoTalamo commented on GitHub (Sep 4, 2022):
Same behaviour with SIP disabled and nvram boot-args. Even with a clean reinstall of the *.ipa
@ZhichGaming commented on GitHub (Sep 4, 2022):
What about with jailbreak bypass enabled?
@EmilianoTalamo commented on GitHub (Sep 4, 2022):
With jailbreak bypass it crashes instantly.
@ohaiibuzzle commented on GitHub (Sep 4, 2022):
Open a terminal then type
open /Applications/PlayCover.app/Contents/Resources, then dump the content of this file intodefault.yamlThis will temporarily fix jailbreak detection
@ZhichGaming commented on GitHub (Sep 4, 2022):
What does that file do? Does it vary for different apps? And if yes, how do I know what to modify if I want to do that?
@ohaiibuzzle commented on GitHub (Sep 4, 2022):
Refer to #260 for the details. This is a very general profile used for all apps. Doing those steps simply replace it with the one from develop which is less broken than the release one.
@ZhichGaming commented on GitHub (Sep 4, 2022):
I see, thank you very much.
@EmilianoTalamo commented on GitHub (Sep 4, 2022):
Thank you! Now Duolingo opens with jailbreak bypass, but it keeps freezing in the dashboard.
@ohaiibuzzle commented on GitHub (Sep 4, 2022):
That appears to be the intro video for the New Duolingo Experience opening as a layer on top of the app.
Works fine on my machine however, try toggling notifications for Duolingo, and make sure you have an internet connection that can handle a bit of video streaming
@EmilianoTalamo commented on GitHub (Sep 4, 2022):
Yeah, I figured it was some kind of video not working properly. The weird part is that the in-between video ads between challenges work fine.
Anyway, I updated my Duolingo to a different version and it seems to be working properly, at least for now... so maybe it was a specific bug of that version (or a broken ipa, I don't know).
I'll close this issue, thank you for your support!