mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[GH-ISSUE #1108] [Bug]:All Apps Crash on MacOS 14.1+ #612
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#612
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 @Miracle-Sakuno on GitHub (Sep 28, 2023).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1108
Describe the bug
All apps won't open after updating to macOS Sonoma Beta 14.1 Beta 1 (23B5046f)
Steps to reproduce
1.Update to macOS 14.1 Beta 1 (23B5046f)
2.Open PlayCover and run app
3.App crash error
test app: Genshin Impact(yuanshen) and Honkai Star Rail.
Expected behaviour
The app should open normally
Prior to Sonoma 14.1 Beta 1, these apps worked fine
Crash log
What version of PlayCover are you using?
Nightly/beta
What version of macOS are you using?
macOS beta (please state the specific version)
Issue Language
@Miracle-Sakuno commented on GitHub (Sep 28, 2023):
@Miracle-Sakuno commented on GitHub (Sep 28, 2023):
I open the app after trying to remove PlayTools, that's most likely the problem
@MEMORIEmusic commented on GitHub (Sep 28, 2023):
Have you tried using the nightly and changing the application type to public.app-category.games ?
@Miracle-Sakuno commented on GitHub (Sep 28, 2023):
Yes, I tried that. The problem remains.
@AlexDrBanana commented on GitHub (Sep 28, 2023):
Same issue here.
To add a little more info, this is the output from lldb:
@lslqtz commented on GitHub (Sep 28, 2023):
Not all, but most do not work.
@Dotyesz commented on GitHub (Sep 29, 2023):
Same problem here. I will fix it by downloading the Sonoma 14.0 version
@Wzxxxsxxxx commented on GitHub (Sep 29, 2023):
Same problem here....
@Antoineview commented on GitHub (Sep 29, 2023):
same here :/
@ohaiibuzzle commented on GitHub (Sep 29, 2023):
First of all, don't use betas
Second, seems like a crash on FrontBoardServices which is a iOS System framework... weird
@jay0ma commented on GitHub (Sep 30, 2023):
Same problem while using MacOS Sonoma 14.0 (23A344) with PlayCover Nightly 3.0 (496)...
@MEMORIEmusic commented on GitHub (Sep 30, 2023):
If you’re on nightly and macOS Sonoma 14.0, right click the game -> Settings -> Misc -> change Application Type from
public.app-category.nonetopublic.app-category.gamesedit: This will help you fix the crash as well as let you utilise macOS Sonoma’s game mode.
@MEMORIEmusic commented on GitHub (Sep 30, 2023):
Use the latest nightly build for that option to show up.
@Meaple-SFKY commented on GitHub (Sep 30, 2023):
I followed your steps but the problem persists.
@MEMORIEmusic commented on GitHub (Sep 30, 2023):
I specifically mentioned, if you’re on 14.0; it won’t fix on 14.1.
@dajgduyqwgdq commented on GitHub (Oct 2, 2023):
Same issue same system, I tried to change the Application Type from public.app-category.none to public.app-category.games. but it didn't work, but the app launches successfully when play tools is not injected.
@QYQSDTC commented on GitHub (Oct 3, 2023):
Same issue on Sonoma 14.1 beta
@Mario-8888 commented on GitHub (Oct 3, 2023):
删除后重新下载后能打开吗?
@Kricium commented on GitHub (Oct 3, 2023):
如果你是MacOS 14.1的话那只能等什么时候支持了 或者重装旧版本MacOS
@AbnormalPoof commented on GitHub (Oct 4, 2023):
Removing PlayTools fixed the issue for me. M1 14.1 Beta 2!!
@Antoineview commented on GitHub (Oct 4, 2023):
I think that our problem is linked to this :


@KooriMoe commented on GitHub (Oct 5, 2023):
I tried to uninstall the PlayTools, but I still got a crash with
Namespace SIGNAL, Code 6 Abort trap: 6when I tried to run Arknights...🤔M1 with macOS Sonoma 14.1 Beta 2
@ohaiibuzzle commented on GitHub (Oct 5, 2023):
No this is Xcode's iOS 17 SDK installing itself
@Ryu-ga commented on GitHub (Oct 5, 2023):
PlayTools with changed frameworks after Sonoma 14.1 make Mac-Catalyst apps crash.
https://github.com/PlayCover/PlayTools/issues/125
Removal of frame changing support makes PlayCover works again.
@upgun2013 commented on GitHub (Oct 6, 2023):
HOW?
@Ryu-ga commented on GitHub (Oct 6, 2023):
@upgun2013 Build PlayTools https://github.com/Ryu-ga/PlayTools/tree/Sonoma14_1b
Replace PlayTools.framework by simple shell command
or
Relaunch PlayCover, remove existing PlayTools and inject PlayTools again.
It makes other methods works without UI frame control obviously.
I'm figuring out how the code commented out could be replaced by new one working in Sonoma14.1 betas.
@QYQSDTC commented on GitHub (Oct 6, 2023):
@Ryu-ga Can you share the compiled PlayTools? I am unfamiliar with using Xcode, and I don't even have it installed.
@iMonZ commented on GitHub (Oct 6, 2023):
Can't build since SwiftLint is missing
@Ryu-ga commented on GitHub (Oct 6, 2023):
Use this https://github.com/Ryu-ga/PlayTools/blob/Sonoma14_1b/PlayTools.framework.zip
If iOS app has wrong UI frame due to missing UI frame hooking, set "Settings -> Graphics -> Resolution" to "App Default"
@QYQSDTC commented on GitHub (Oct 6, 2023):
@Ryu-ga Thanks! It worked.
@Antoineview commented on GitHub (Oct 6, 2023):
what is [some path]
@Miracle-Sakuno commented on GitHub (Oct 6, 2023):
Thanks for the work, it's working well so far ^ ^
@Mario-8888 commented on GitHub (Oct 6, 2023):
请问如何安装playtools
@Mario-8888 commented on GitHub (Oct 6, 2023):
我在Frameworks中加入了playtools的文件包但还是打不开

@Miracle-Sakuno commented on GitHub (Oct 6, 2023):
https://github.com/Ryu-ga/PlayTools/blob/Sonoma14_1b/PlayTools.framework.zip
1.下载它,然后再下载新的Nightly版,将这个目录/Applications/PlayCover.app/Contents/Frameworks/PlayTools.framework内的这个文件替换成从这个链接上下载的文件(记得解压)
2.打开PlayCover,打开App设置,移除PlayTools,再重新注入PlayTools
3.在App设置中将分辨率改成应用预设分辨率
4.修改settings.applicationCategoryType改成public.app-category.games
5.进入游戏后会发现按键映射位置发生变化请自行修改至合理位置
@Miracle-Sakuno commented on GitHub (Oct 6, 2023):
Try running the command in the terminal
@Mario-8888 commented on GitHub (Oct 6, 2023):
新的Nightly版怎么下载,我在Frameworks内没找到之前的playtools
@Mario-8888 commented on GitHub (Oct 6, 2023):
如何修改settings.applicationCategoryType改成public.app-category.games
@Ryu-ga commented on GitHub (Oct 6, 2023):
Finally, It works again fully. Please download newly patched one.
https://github.com/Ryu-ga/PlayTools/blob/Sonoma14_1b/PlayTools.framework.zip
Unzip it and replace old PlayTools.framework by new one.
Relaunch PlayCover, remove existing PlayTools and inject PlayTools again.
@Ryu-ga commented on GitHub (Oct 6, 2023):
I filed a patch for PlayTools. https://github.com/PlayCover/PlayTools/pull/127
I hope PlayTools can be released with patch.(but it needs more code for check MacCatalyst version)
@Mario-8888 commented on GitHub (Oct 6, 2023):
请问如何使用这个补丁
@Mario-8888 commented on GitHub (Oct 6, 2023):
我找不到这个文件夹
@XuYicong commented on GitHub (Oct 6, 2023):
@Mario0329FENG 这个文件夹在playcover APP内部,在访达->右击PlayCover App->显示包内容,就能打开
如果仍然找不到,请先安装nightly版的playcover
文件替换完成后,需要重新启动playcover以生效
This directory is inside PlayCover App. In Finder-> right click playcover App-> Show bundle content, then you can find it.
If you still cannot find it, please install nightly version of playcover first.
After the replacement, you need to relaunch playcover to apply the changes.
@Mario-8888 commented on GitHub (Oct 6, 2023):
@XuYicong commented on GitHub (Oct 6, 2023):
@Mario0329FENG 你加q群我慢慢跟你说767242941,进群找我头像
Chinese users can join the QQ group for more help. Please avoid flooding this issue with irrelevant issues.
@Mario-8888 commented on GitHub (Oct 6, 2023):
已加,麻烦通过一下
@Meaple-SFKY commented on GitHub (Oct 7, 2023):
Thanks very much, it works for me!
@zomeru commented on GitHub (Oct 9, 2023):
It works. Thank you so much!
@xmochz commented on GitHub (Oct 9, 2023):
I have a different similar problem to this, except its just saying the nightly build isnt in my downloads folder when it is, then crashing and i just cant open playcover alone.
@MartinMugiMai commented on GitHub (Oct 10, 2023):
same problem here,And I tried to fix it by your suggestions, now I can play the game.
However, I can not play the game in 1080P(16:9), and I just can play the game in resolution ratio like iPad pro, which is terrible.
@ashulin commented on GitHub (Oct 11, 2023):
@Ryu-ga Thanks! It's worked for me [macoS Sonoma beta 14.1 (23B5067a)]
@ELE5tru commented on GitHub (Oct 12, 2023):
i am I'm not very computer savvy
Please tell me all the steps
There are so many that I don't know which one is correct.
@ELE5tru commented on GitHub (Oct 12, 2023):
I did but this happened
@sandirisw commented on GitHub (Oct 18, 2023):
thanks bro. it's work
@MoeNyanSakura commented on GitHub (Oct 22, 2023):
放我进下群谢谢 我也想问
@kratos9394 commented on GitHub (Oct 24, 2023):
still crash on some app
@TheMoonThatRises commented on GitHub (Oct 26, 2023):
https://github.com/PlayCover/PlayTools/pull/127 merged, thanks to @roeegh for merging. Should be out in the next nightly.
@abdoufma commented on GitHub (Oct 27, 2023):
For me, I can only launch the game if I remove the playtools, but that comes with a weird scaled-down windowEDIT: I can now open apps even after injecting playtools back.
My issue was that macOS wasn't trusting the new Playtools, so I simply navigated to
/Applications/PlayCover.app/Contents/Frameworks/PlayTools.frameworkand openedPlayToolsby option+clicking it, confirmed the following prompt, and voilà!@shivendratrivedi99 commented on GitHub (Oct 28, 2023):
@abdoufma

Can you give more info how you fixed it. I am also getting same scaled down window without playtools.
But there is not prompt coming on running the file by option + click, a terminal window with some output.
Used this method it worked!
https://github.com/PlayCover/PlayCover/issues/1179#issuecomment-1780586703
@MEMORIEmusic commented on GitHub (Oct 28, 2023):
Use the latest nightly if you’re having this issue.
@abdoufma commented on GitHub (Oct 28, 2023):
@shivendratrivedi99 I can't tell whether or not you solved the issue, but for the sake of clarity, and the future viewers of this thread, here's the breakdown:
1- Follow this comment's instructions to get the patched Playtools version.
2- After getting the patched Playtools, open PlayCover, go to you desired game, then to
settings -> Miscand Remove Playtools then re-inject it back again.3- after doing that if macOS complains about not trusting Playtools, then navigate to
/Applications/PlayCover.app/Contents/Frameworks/PlayTools.frameworkand then option+click-> open thePlaytoolsbinary.Doing an
option+click-> opentells macOS that we trust the developer of this particular executable, so that it stops complaining about it in the future@t1mlopez commented on GitHub (Oct 30, 2023):
Still have the issue with the latest nightly build (Version 3.0.0 (526))
@OwenWRRRR commented on GitHub (Nov 1, 2023):
When I was playing Genshin I had the same problem and deleting play tools in app > settings > miscellaneous solved the problem, I don't know if this only applies to me, but you can try.
@cooper1fd3 commented on GitHub (Nov 5, 2023):
Thanks bro, it worked.
@dug12353 commented on GitHub (Nov 6, 2023):
What not i did deleted the application re-installed it and uninstall the game and reinstalled it........after some hour from Discord to here....finally i can peacefully wait for 4.3 update😂.....thnx buddy
@CrashingBootcamp commented on GitHub (Nov 10, 2023):
When I try to open this it says "Unable to expand Playtools.framework.zip". It is in an unsupported format." Did I somehow download it wrong? On Sonoma 14.1.
@NoRne1 commented on GitHub (Nov 17, 2023):
@FulanXisen commented on GitHub (Nov 17, 2023):
I also meet this problem in Sonoma 14.1 M1 Pro with playcover 3.0 beta.
If I remove playtools, yushen can launch. But the display windows can't adjust its size.
If I inject playtools, yushen keep error when open.
Is there any method to solve this problem now?
@FulanXisen commented on GitHub (Nov 20, 2023):
我找到一种避免这个问题的方法:
---- Replied Message ----
| From | Ivens @.> |
| Date | 11/20/2023 下午1:37 |
| To | PlayCover/PlayCover @.> |
| Cc | fanyxok @.>,
Comment @.> |
| Subject | Re: [PlayCover/PlayCover] [Bug]:Apps with PlayTools on MacOS 14.1+ Crash (Issue #1108) |
这个似乎可以解决在 macOS 14.1 和14.2上闪退的问题:https://item.taobao.com/item.htm?spm=a21dvs.23580594.0.0.4f64645ekqQ1Tb&ft=t&id=748260446912
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: @.***>
@fengxiao361 commented on GitHub (Nov 21, 2023):
Thanks bro, it worked
@akss5768 commented on GitHub (Nov 21, 2023):
你知道49也太能割韭菜了,这个才2.9
https://item.taobao.com/item.htm?spm=a21dvs.23580594.0.0.621e3d0dKilscm&ft=t&id=723694045869
@tuanhtran1 commented on GitHub (Nov 23, 2023):
many thanks its work for me
@Mujiko-013 commented on GitHub (Nov 25, 2023):
I also encountered the issue.. All apps won't open after updating to macOS Sonoma Beta 14.1.1 (23B81) with PlayCover Nightly 3.0.0 beta.1...// So..do I have to get the mac to accept the version or have to wait to update to the new version?
@MEMORIEmusic commented on GitHub (Nov 25, 2023):
Use PlayCover Nightly
@Mujiko-013 commented on GitHub (Nov 25, 2023):
I've tried this and still have the same problem...
@MEMORIEmusic commented on GitHub (Nov 25, 2023):
well you see, you're not on the nightly. if you were on the nightly, it would show the option to change application type under Misc settings.
@Mujiko-013 commented on GitHub (Nov 25, 2023):
I'm sorry I don't understand..but I tried to install it as PlayCover nightly but..
it's still really the same ;-;
@akitiyashi commented on GitHub (Nov 29, 2023):
@akitiyashi commented on GitHub (Nov 29, 2023):
when can I install nightly version? i cant find it...
@MoeNyanSakura commented on GitHub (Nov 29, 2023):
hi , the nearest nightly beta is 551 : https://nightly. link/PlayCover/ PlayCover/workflows/ 2.nightly_release/ develop/
PlayCover_nightly_54
8.dmg
@akitiyashi commented on GitHub (Nov 29, 2023):
@MoeNyanSakura commented on GitHub (Nov 29, 2023):
Sorry here is the correct website: https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/PlayCover_nightly_551.dmg
@akitiyashi commented on GitHub (Nov 29, 2023):
My Mac didn't open this... says The "PlayCover" file cannot be opened because Apple cannot check it for malware.
This software needs to be updated. Contact the developer for more information. im in a panic
@MoeNyanSakura commented on GitHub (Nov 29, 2023):
Please go into the finder and fond the playcover this app Left-click on him and click OK
@akitiyashi commented on GitHub (Nov 29, 2023):
after these actions, playcover looks like this
are there any other ways to fix this problem with genshin impact?
@MoeNyanSakura commented on GitHub (Nov 29, 2023):
Could you describe it in detail? Thx
@akitiyashi commented on GitHub (Nov 29, 2023):
I updated the macbook to 14.1.1 and after that genshin impact stopped opening, knocking out such an error. I tried to solve it using the nightly version, but it doesn't work because the application doesn't want to open, as if it is broken... I don't know what to do...if you know anything, please tell me (PS on 14.1.0 the game opened).
![Uploading Снимок экрана 2023-11-29 в 13.13.30.png…]()
@jskcnsl commented on GitHub (Dec 2, 2023):
I can't open nightly playcover, too. What can I do for this? M1 chip, 14.1.2

@mskkit commented on GitHub (Dec 5, 2023):
Are there any plans to update to support macOS14.1 or later?
@serezin commented on GitHub (Dec 11, 2023):
Why are all the bug reports closed including this one without mentioning what the fix is and when to expect it?
@MoeNyanSakura commented on GitHub (Dec 11, 2023):
Could you try the nightly Beta ?
@serezin commented on GitHub (Dec 11, 2023):
@MoeNyanSakura commented on GitHub (Dec 11, 2023):
I have no idea of that just wait for them I don't know need how long
@TheMoonThatRises commented on GitHub (Dec 12, 2023):
Use the 571 nightly build. The latest nightly build is pointed towards the wrong PlayTools version, as we get ready to release beta 2.
@serezin commented on GitHub (Dec 12, 2023):
Where to get it? All i found is https://nightly.link/PlayCover/PlayCover/workflows/2.nightly_release/develop/ and here its only version 572
@Adraww commented on GitHub (Nov 14, 2024):
111111