scrcpy icon indicating copy to clipboard operation
scrcpy copied to clipboard

Scrcpy doesnt start

Open kimbrazil opened this issue 2 years ago • 1 comments

  • [x] I have read the FAQ.
  • [x] I have searched in existing issues.

Environment

  • OS: Windows 10
  • scrcpy version: 2.0
  • installation method: Windows release
  • device model: moto g6 (ali)
  • Android version: 12.1 (Lineage 19.1)

Describe the bug Hey guys!

I used to get my screen on my PC before, but i moved from android 10 to 12, updating to Lineage 19.1.

Now, when i try to start scrcpy, nothing occurs. I can acess shell trough adb as well, with no luck.

Every command that i put on bat file, ends like this:

D:\Arquivos Notebook\arquivos backup\scrpy\v2>scrcpy.exe -b 6m -m 960
scrcpy 2.0 <https://github.com/Genymobile/scrcpy>
* daemon not running; starting now at tcp:5037
* daemon started successfully
D:\Arquivos Notebook\arquivos backup\scrpy\v2\scrcpy-server: 1 file pushed, 0 skipped. 37.4 MB/s (52867 bytes in 0.001s)
ERROR: Server connection failed

How can i get this working? Thanks for help!

kimbrazil avatar Mar 28 '23 02:03 kimbrazil

What is the result of:

adb devices
scrcpy -Vdebug

Also check logcat:

adb logcat -c  # clear
scrcpy
adb logcat -d > logcat.txt

(and post logcat.txt)

rom1v avatar Mar 28 '23 05:03 rom1v