-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[macOS] Regression: Mac builds crash on launch since #14414 #14419
Comments
I'm just grabbing the latest disk image from cirrus-ci (rpcs3-v0.0.29-15536-08d9cbfe_macos.dmg) and still getting this error. It seems as if this should have made it into a build by then (merged 3 weeks ago, and it looks like CI makes a build with every merge)...so I'm not sure if it's something new. Are there any known workarounds in the meantime? |
Is it still the same error? What macOS version and CPU? |
Hi, thanks for the response.
|
It’s not exactly the same error, but it’s likely related. |
To clarify, we just avoided this specific issue by turning off FAudio. But the underlying problem of improper rpaths and/or linking issues is still there, and has started affecting other dylibs. |
Quick summary
macOS builds will crash on launch since #14414
Details
I didn't want to report this initially since I'm on the Sonoma Beta, but looking at discord there are several other users on Ventura reporting the same issue.
I don't think it was actually #14414 that changed anything, I suspect it was a 3rdParty update, probably FAudio. (FAudio did update two days ago, but I don't see anything in the update that would affect this).
Edit 2: I see that SDL and FAudio were updated in #14400. This might be the cause.
From the report it looks like the FAudio.dylib is looking for the SDL2 dylib in the wrong place. It should be looking in
@loader_path/../Frameworks/libSDL2-2.0.0.dylib
Edit: Just to confirm, the SDL2 library is present in the Frameworks directory.
Build with regression
0.0.29-15427
Attach two log files
System crash log.txt
System configuration
M1 Pro
16GB Ram
Sonoma Beta 4
The text was updated successfully, but these errors were encountered: