This serie:
- adds a couple of tests to CreateProcess to cover ctrl-c blocking inheritance flag
and process group creation
- populates RTL_USER_PROCESS_PARAMETERS.ProcessGroupId
- separates new process group creation from ctrl-c inheritance flag
--
v4: kernelbase: Correctly handle new process group flag in CreateProcess.
kernel32/tests: Extend to new process group tests for CreateProcess.
kernelbase,ntdll,server: Separate console and new group flag (CreateProcess).
kernel32/tests: Add tests for group and console flags in CreateProcess.
kernel32/tests: Only access ProcessGroupId field when present.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3442
On Wed Aug 23 06:34:39 2023 +0000, Huw Davies wrote:
> > As `MS Sans Serif` is available in Wine, maybe it will be good
> replacement for `Microsoft Sans Serif`? So it `Microsoft Sans Serif` is
> missing, use `MS Sans Serif`.
> Not really - MS Sans Serif is a bitmap font available in only a few sizes.
Summary: Fallout Tactics is not working correctly with `Arial` font.
It is working fine with `Tahoma`.
We don't have good alternative for `Microsoft Sans Serif` font.
Proposal: proceed with current patch, to use `Tahoma` in case `Microsoft Sans Serif` font is missing.
What else I could check in this case?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3611#note_43182
It's possible that a state object pointer not in the topology node collection gets passed to
session_get_node_object(). Instead of returning the last node when the object is not found, we
should return a NULL so that the state of the last node is not changed by mistake.
--
v4: mf/tests: Test IMFMediaSession::Start().
mf/tests: Add a create_media_session() helper.
mf: Add seeking support for IMFMediaSession::Start().
mf: Add a session_flush_nodes() helper.
mf: Make session_get_node_object() more robust.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3572
> As `MS Sans Serif` is available in Wine, maybe it will be good replacement for `Microsoft Sans Serif`? So it `Microsoft Sans Serif` is missing, use `MS Sans Serif`.
Not really - MS Sans Serif is a bitmap font available in only a few sizes.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3611#note_43152