scrcpy/app
Romain Vimont 64a04b8d4a Fix process execution on Windows 7
According to this bug report on Firefox:
<https://bugzilla.mozilla.org/show_bug.cgi?id=1460995>

> CreateProcess fails with ERROR_NO_SYSTEM_RESOURCES on Windows 7. It
> looks like the reason why is because PROC_THREAD_ATTRIBUTE_HANDLE_LIST
> doesn't like console handles.

To avoid the problem, do not pass console handles to
PROC_THREAD_ATTRIBUTE_HANDLE_LIST.

Refs #2783 <https://github.com/Genymobile/scrcpy/pull/2783>
Refs f801d8b312
Fixes #2838 <https://github.com/Genymobile/scrcpy/issues/2838>
PR #2840 <https://github.com/Genymobile/scrcpy/pull/2840>
2021-12-01 18:02:35 +01:00
..
src Fix process execution on Windows 7 2021-12-01 18:02:35 +01:00
tests Always synchronize clipboard on explicit COPY/CUT 2021-11-29 22:00:55 +01:00
meson.build Use static maps to convert input events 2021-11-29 21:15:07 +01:00
scrcpy.1 Add --raw-key-events 2021-11-29 21:15:41 +01:00