- Jun 07, 2021
-
-
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- May 29, 2021
-
-
This fixes a regression in running MSVC 2010 in wine, when reading .def files (regressed in b0ab1b76). Signed-off-by: Martin Storsjo <martin@martin.st> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit fb0fa9aa) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
- May 24, 2021
-
-
Signed-off-by: Brendan Shanks <bshanks@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 5fbd4052) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50790 Signed-off-by: Brendan Shanks <bshanks@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit d52c4eb0) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Fixes an Apple Silicon issue where CGDisplayIOServicePort() returns a fake AMD GPU "compatibility" node rather than the real GPU node. Signed-off-by: Brendan Shanks <bshanks@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit ae319caa) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
This is especially important for M1 GPUs as they don't support the 24/8 format. Signed-off-by: Jan Sikorski <jsikorski@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 88220e0e) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
- May 19, 2021
-
-
Michael Stefaniuc authored
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
This reduce the time to run the monitor test from 6 minutes to 25 seconds. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50086 Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit cad10246) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 0d017b12) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Fix a possible test failure on Win10 2009. Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit a11ffeec) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
- May 18, 2021
-
-
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 65b3279b) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
- May 17, 2021
-
-
Signed-off-by: Floris Renaud <jkfloris@dds.nl> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 24e41be1) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Floris Renaud <jkfloris@dds.nl> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 717dd6ce) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Byeongsik Jeon <bsjeon@hanmail.net> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 4d483cd8) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Floris Renaud <jkfloris@dds.nl> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit b36f626e) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Floris Renaud <jkfloris@dds.nl> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 0174f707) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 6f685436) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Sanghoon Park <esifea1908@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit fd3a6402) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Floris Renaud <jkfloris@dds.nl> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit f72ef20e) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
xlib6g-dev on Debian and XFree86-devel on Red Hat no longer exist. Replaced with: xorg-dev (Debian) and libX11-devel (Red Hat) Signed-off-by: Floris Renaud <jkfloris@dds.nl> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 8c65205d) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
On Apple Silicon, Rosetta allocates memory starting at 0x100000000 (the 4GB line) before the preloader runs. The .NET 3.5 installer and DirectX Jun2010 redistributable both contain non-relocatable EXEs with that base address, which fail to run. The workaround is to create an empty linker section at that address, which is mapped by the kernel before Rosetta runs and forces Rosetta's allocations higher in memory. The linker section runs from 0x100000000-0x114000000. Rosetta's allocations are ~132MB, and should end below 0x120000000. This is not an exact science: a non-relocatable EXE with base address between 0x114000000-0x120000000 will fail to run. If one is discovered, the section size will need to be changed. Signed-off-by: Brendan Shanks <bshanks@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 307f5d00) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
On Apple Silicon, Rosetta's shared cache starts at 0x7ffe00000000 and the runtime is mapped below that. Put the top-down allocation area below the runtime with plenty of room to spare. Signed-off-by: Brendan Shanks <bshanks@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 720611e2) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 1b4b4a9b) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 6eff0342) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Chao Long <longchao@uniontech.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 7dba53a0) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
It may otherwise trigger a nasty race condition, where: 1) For explorer.exe to register the CLSID_ShellWindows classes, it needs RpcSS service to be started, 2) services.exe may start WinePlugPlay service group first, waiting for its startup to complete, 3) during startup and early device enumeration, hidclass.sys may call IoSetDeviceInterfaceState, which calls plugplay_send_event [1], 4) plugplay_send_event tries to broadcast a WM_DEVICECHANGE message with BSF_QUERY, waiting for the individual threads to reply, 5) which times-out because window threads are waiting on explorer.exe to create its desktop window and reply to the WM_NULL SendMessage. This happens more likely as there is threads with message queues being started, each waiting on the desktop window to reply. Usually explorer.exe is able to reply to some messages with the implicit message processing while creating its window, but not all of them. [1] Not completely sure how, it looks like some RPC too, but before RpcSs is started? Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit f5ca0601) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Andrew Sheldon <asheldon55@gmail.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit d1b2eea4) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50441 Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 7eca09d7) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit d3ddc118) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Giovanni Mascellani <gmascellani@codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 65f50337) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 7464d104) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Clang doesn't support this attribute for windows targets right now; the attribute is only needed for selecting a potentially non-default calling convention on e.g. linux. Signed-off-by: Martin Storsjo <martin@martin.st> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 52398912) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Paul Gofman <pgofman@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 6bcde005) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit c66e0e57) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50744 Signed-off-by: Dmitry Kislyuk <dimaki@rocketmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 0712b6b1) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50740 Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 7fa74fa7) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
I've left another case of returning STATUS_PROCESS_IS_TERMINATING since that's not covered by the tests. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50704 Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 050dc49b) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 816b588e) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50698 Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 3dca00f1) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50642 Signed-off-by: Roman Pišl <rpisl@seznam.cz> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 2d6b0b67) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-