scrcpy: v1.19, Google Pixel 4a (Android 12), Linux Mint Uma -> Segmentation fault
I’m trying version 1.19 using the Dockerfile here: https://github.com/dbolser/scrcpy-docker/blob/feature/scrcpy-v1.19/Dockerfile
Used as described here: https://github.com/pierlon/scrcpy-docker
However, I’m getting the following error:
docker run --rm -i -t --privileged -v /dev/bus/usb:/dev/bus/usb -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY scrcpy:intel
/ # adb devices -l
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached
0A171JEC219692 unauthorized usb:1-4 transport_id:1
/ # adb devices -l
List of devices attached
0A171JEC219692 device usb:1-4 product:sunfish model:Pixel_4a device:sunfish transport_id:1
/ # scrcpy
INFO: scrcpy 1.19 <https://github.com/Genymobile/scrcpy>
/usr/local/share/scrcpy/scrcpy-server: 1 file pushed, 0 skipped. 215.9 MB/s (37330 bytes in 0.000s)
[server] INFO: Device: Google Pixel 4a (Android 12)
INFO: Renderer: opengl
INFO: OpenGL version: 4.6 (Compatibility Profile) Mesa 21.2.5 (git-53b2b224dc)
INFO: Trilinear filtering enabled
INFO: Initial texture: 1080x2336
Segmentation fault (core dumped)
/ #
The correct screen of my phone appears for a second before the core dump
About this issue
- Original URL
- State: open
- Created 3 years ago
- Comments: 15
https://github.com/Genymobile/scrcpy/blob/master/BUILD.md#simple