You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scrcpy recently stopped working for me, I'm getting an error that there are multiple devices but when I run "adb devices" there is only one listed
$ scrcpy -b2M -m800
2019-08-27 14:20:12.101 scrcpy[59628:611984] INFO: scrcpy 1.10 <https://github.com/Genymobile/scrcpy>
/usr/local/Cellar/scrcpy/1.10/share/scrcpy/scrcpy-server.jar: 1 file pushed. 0.5 MB/s (22662 bytes in 0.045s)
adb: error: more than one device and emulator
2019-08-27 14:20:12.237 scrcpy[59628:611984] ERROR: "adb reverse" returned with value 1
2019-08-27 14:20:12.237 scrcpy[59628:611984] WARN: 'adb reverse' failed, fallback to 'adb forward'
27183
2019-08-27 14:20:12.881 scrcpy[59628:611984] INFO: Initial texture: 800x448
[server] ERROR: Exception on thread Thread[main,5,main]
java.lang.IllegalStateException
at android.media.MediaCodec.native_dequeueOutputBuffer(Native Method)
at android.media.MediaCodec.dequeueOutputBuffer(MediaCodec.java:1055)
at com.genymobile.scrcpy.ScreenEncoder.encode(ScreenEncoder.java:91)
at com.genymobile.scrcpy.ScreenEncoder.streamScreen(ScreenEncoder.java:72)
at com.genymobile.scrcpy.Server.scrcpy(Server.java:32)
at com.genymobile.scrcpy.Server.main(Server.java:133)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:256)
$ adb devices
List of devices attached
192.168.1.34:5555 device
The text was updated successfully, but these errors were encountered:
Scrcpy recently stopped working for me, I'm getting an error that there are multiple devices but when I run "adb devices" there is only one listed
The text was updated successfully, but these errors were encountered: