Romain Vimont

Results 2055 comments of Romain Vimont

> ``` > List of devices attached > c3edc532 device product:lmipro model:Redmi_K30_Pro_Zoom_Edition device:lmipro transport_id:1 > ``` This output parses correctly, so you should not get `ERROR: Could not list ADB...

If there is a problem in scrcpy (something that may cause the reading of the output of a process fail on some Windows systems under some conditions), it's in this...

Please try this binary (replace the file in your 1.24 release), which prints more logs (based on https://github.com/Genymobile/scrcpy/issues/3386#issuecomment-1188877907 but with additional logs): - [`scrcpy.exe`](https://tmp.rom1v.com/scrcpy/3534/1/scrcpy.exe) SHA-256: `606b1ffea768070a15e699808caf22b955f4a8f0bb51a86e7f7d7a3dce1bbb02` diff ```diff diff --git...

One more test, please. Here is another binary with an additional log: - [`scrcpy.exe`](https://tmp.rom1v.com/scrcpy/3534/2/scrcpy.exe) SHA-256: `23683ba6a4955669a9d181921faecbd1bbae6fa08f0e0a5fefcb2642114264cf` diff ```diff diff --git a/app/src/adb/adb.c b/app/src/adb/adb.c index 344f7fcc..fbb2b8b5 100644 --- a/app/src/adb/adb.c +++ b/app/src/adb/adb.c @@...

OK, thanks, so the pipe is not valid when read: > ``` > ERROR: ReadFile error: 109 > ``` > ERROR_BROKEN_PIPE > 109 (0x6D) > The pipe has been ended....

@npes87184 Maybe you might have any idea about the cause? It happens only on Windows, only on very few machines apparently (this problem which totally prevents scrcpy to work has...

@CameronBanga This specific issue ("Could not list ADB devices" while `adb devices -l` actually lists the device) is definitely a client-side issue, so it should not depend on the device....

> The only distinguishing difference is that the 2 that refuse to connect are from a specific manufacturing run of the tablets What is the full scrcpy output when you...

``` ⇒ adb devices -l List of devices attached GS101200400611 device usb:17825792X product:rk3288 model:rk3288 device:rk3288 transport_id:15 ``` Oh, your problem is a different one: the device serial starts with a...