mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-28 01:06:02 +03:00
[GH-ISSUE #510] Sonic Mania Crash on macOS #109
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#109
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 @aptonline on GitHub (Aug 21, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/510
Testing with a known playable game, Sonic Mania, and I receive the following crash on launching the game.
ShadPS4 v0.2.0
macOS 14.6.1
shad_log.txt
shadPS4_mac_crash_logs.txt
Edited: Clarified that crashes on launching game not app.
@shinra-electric commented on GitHub (Aug 21, 2024):
#506 fixed a crash when trying to run it from the Downloads folder.
If you were trying to run it from there, either move to /Applications (or a sub-folder in there) or download the latest main branch build from GitHub Actions…
Edit: I saw from the log you have it in /Applications, so my suggestion is not relevant. Sorry…
@squidbus commented on GitHub (Aug 22, 2024):
macOS 15 or above is required for Apple Silicon Macs.
@aptonline commented on GitHub (Aug 23, 2024):
Where does it state this? macOS Sequoia (15) isn’t released to the public yet. I’m running the latest public version of the os.
@squidbus commented on GitHub (Aug 23, 2024):
I'm not sure if it's properly stated anywhere but it was in the original PR: https://github.com/shadps4-emu/shadPS4/pull/294
macOS 15 adds support to Rosetta 2 for newer instruction sets like AVX, which are needed for most if not all games.
@aptonline commented on GitHub (Aug 23, 2024):
Many thanks for the link, I’ll close this issue and retest once Sequoia is out 👍.