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
If --no-control is set, then the controller is not initialized (both in
the client and the server), so it is not possible to control the device
to turn its screen off.
See <#608>.
I think it only occurs with -S and -n (not --render-expired-frames).
The problem is that --no-control means "do not control the device at all" (see acc4dcd). So the controller is not even started (both on the client and the server).
Hey! Love the software!
I've only had one teensy problem since I've started using scrcpy.
Using the arguments:
-S
-n
--render-expired-frames
at the same time causes a critical error "CRITICAL: Could not lock mutex"
If I remove any of the above arguments, it works fine, but it is impossible to use all three in tandem.
Thanks for making my life easy with this software!
The text was updated successfully, but these errors were encountered: