mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[GH-ISSUE #457] [Bug]: already signed in icloud message everytime focusing the game window #209
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#209
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 @FrAcTi0N on GitHub (Oct 27, 2022).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/457
Describe the bug
While playing Start wars - galaxy of heroes, if focus is on any other window, then right after you focus the swgoh window, you get a message that you are already signed in. You can continue into the game by selecting "use my account", but it is really annoying.
Steps to reproduce
Start SWGOH game, click on any other window and then click into the game window.
Expected behaviour
After you focus SWGOH game window, you don't get icloud already logged in message window and you get straight into the game.
Crash log
No response
What version of PlayCover are you using?
Nightly/beta
What version of macOS are you using?
Ventura (macOS 13)
Issue Language
@IsaacMarovitz commented on GitHub (Oct 28, 2022):
Game Center games don't work in PlayCover.
@FrAcTi0N commented on GitHub (Oct 28, 2022):
well, the game works in playcover, it just display that anoying message window everytime you focus the game window...
@lewisxy commented on GitHub (Jan 6, 2023):
I experienced the same issue in (PlayCover 2.0.2) another game-center-enabled game. Game Center doesn't work (which is fine for me). But the pop up (every time window is focused) is quite annoying. It's appreciated if this can be fixed.
@treyturner commented on GitHub (May 11, 2023):
I'm also wishing something could be done about this. I don't think anyone expects Game Center to work, we're just wondering if it's possible to prevent the window from opening. I'm new to macOS, but am wondering if it'd be possible to automate something if it can't be addressed in PlayCover.
@ohaiibuzzle commented on GitHub (May 12, 2023):
@treyturner Technically, yes!
You can make a shell script with a while loop that kill
gamedevery 5-10sThe issues is that Apple themselves no longer read the
Disabledkey in the Defaults database for Game Center, and you can't unload the service due to SIPBut since it's running as your user, not system, you can just kill it repeatedly