Various new tests for CreateProcess showing a couple of issues
in current implementation.
--
v3: kernelbase: Reset std handles gotten by GetStartupInfo().
ntdll,server: Revisit std handles inheritance.
kernel32/tests: Add more tests about CreateProcess.
kernel32/tests: Introduce a new infrastructure for testing CreateProcess().
https://gitlab.winehq.org/wine/wine/-/merge_requests/4441
On Thu Nov 30 15:33:34 2023 +0000, Yona-TYT wrote:
> I did a little test with the Jagex Launcher to play oldrunescape, but in
> wayland the window is completely black.
> Even so, I was able to execute by guessing where the "Play" button was.
> [JagexLauncherInstaller.exe](https://cdn.jagex.com/Jagex%20Launcher%20Instal…
> x11:
> wayland
From a quick look, the launcher uses CEF (Chromium Embedded Framework). CEF typically uses cross-process rendering which is not supported in the upstream Wayland driver yet.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3909#note_54400
I did a little test with the Jagex Launcher to play oldrunescape, but in wayland the window is completely black.
Even so, I was able to execute by guessing where the "Play" button was.
[JagexLauncherInstaller.exe](https://cdn.jagex.com/Jagex%20Launcher%20Instal…
x11:
wayland
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3909#note_54398