-
Notifications
You must be signed in to change notification settings - Fork 13
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
"Abort trap: 6" on run.sh #9
Comments
I'm getting the exact same error on macOS 12 (not a M1 machine). It's not M1 related. I don't know how to fix it yet.
Yes.
It may be possible. I've never tried myself. Maybe start by adding the app you want to control in |
(BTW that warning was just fixed in master.) |
- ... which was causing the app to crash. - Relates to #9.
Could you try again with latest master? I just pushed some changes. 👆🏻 |
I just tried again. The first time SIP was enabled and I could build and run but my keyboard wasn't interacting as a DualShock on the RemotePlay app. So I disabled SIP again and now I'm facing the same error:
|
Thanks for checking. I'll try again later on when I'm at home. |
Yeah, no dice. Still crashing on me too... Let's keep this one open so others can jump in. 🔨 |
Depends on #1 |
Hey,
On MacBook Air M1 2020 running macOS Big Sur 11.5:
However, when I execute the run script, I get:
./run.sh: line 3: 3172 Abort trap: 6 DYLD_FORCE_FLAT_NAMESPACE=1 DYLD_INSERT_LIBRARIES=iohid_wrap.dylib /Applications/RemotePlay.app/Contents/MacOS/RemotePlay > /dev/null 2>&1
For information, I can manually start RemotePlay using this command:
/Applications/RemotePlay.app/Contents/MacOS/RemotePlay
PS: is this soft only working with RemotePlay? How can I make it to work with any other app using the PS4 DualShock?
Thanks for your help!
The text was updated successfully, but these errors were encountered: