-
-
Notifications
You must be signed in to change notification settings - Fork 10.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
"Aborted" error on custom build of scrcpy on Fedora 31 GNOME X.org (ADB Over Wifi) #953
Comments
Does it work with Might be related to #944 (but maybe not). |
Oh, in fact it's #268 ! |
Thanks for the hint to try out dev branch, it actually worked! So compiling and running the binaries from dev branch sources worked flawlessly, I don't understand what's so radically different between them but will stick with these binaries until a new release is out! Thanks @rom1v ! |
That's just a side-effect. The real cause is probably that in See #268. So if you |
Oh you might be totally on spot there because I do remember seeing |
If you're interested in fixing the problem: #956 😉 |
i had a similar issue, but got a different error
it just said aborted in the output. should i make a separate issue? |
@SaturnSoftware See #944. |
Hi,
I've followed the build instructions from the README.md of this project and successfully built and installed scrcpy on my Fedora 31 Workstation running GNOME 3.34 on X.org.
My device is a Asus Zenfone Max Pro M1 running LineageOS 16 (Android 9 Pie) official build. I've enabled ADB Over Wifi under development settings and connected my laptop using
adb connect <android_ip>:5555
. The connection was successful and I was able to doadb logcat
and stuff.I run
scrcpy
on my laptop and it fails with theAborted
error immediately after launch like this:Here is the relevant part of
adb logcat
debugging:Can you tell me why this has happened and possibly how to fix it? Thanks!
The text was updated successfully, but these errors were encountered: