On Sun Aug 21 21:20:05 2022 +0000, Ben Cottrell wrote:
> OK, I'll remove the define and change the position of the image, so that
> it's HIST_VIEWTREE + 1 in my next commit. I'm sorry for making a basic error.
After making the changes, the icons for explorer and the common item dialog are missing, possibly due to out of bounds memory reads, but I don't know the cause, especially as adding trace+comctl32 to the WINEDEBUG environment variable doesn't produce useful messages.


--
https://gitlab.winehq.org/wine/wine/-/merge_requests/672#note_6639
On Sun Aug 21 19:31:58 2022 +0000, Alexandre Julliard wrote:
> These are Windows API defines, you can't change them.
OK, I'll remove the define and change the position of the image, so that it's HIST_VIEWTREE + 1 in my next commit. I'm sorry for making a basic error.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/672#note_6637
Split from https://gitlab.winehq.org/wine/wine/-/merge_requests/576, for which I'll then add modes sorting, and move support for stretched / interlaced modes from winemac to win32u.
--
v2: win32u: Only read/write valid mode fields from/to the registry.
win32u: Use current mode position if desired mode doesn't specify it.
win32u: Always copy devmode in validate_display_settings.
win32u: Read registry or current mode when validation needs it.
win32u: Do not keep display modes driver extra in the registry.
https://gitlab.winehq.org/wine/wine/-/merge_requests/665
Bug introduced in !600.
```
00dc:trace:alsa:AudioClient_GetService (00A53680)->({cd63314f-3fba-4a1b-812c-ef96358728e7}, 0022FCB0)
00dc:trace:alsa:AudioClient_AddRef (00A53680) Refcount now 2
00dc:trace:alsa:AudioClock_GetFrequency (00A53680)->(0022FCC8)
render.c:1056: Clock Frequency 384000
00dc:trace:alsa:AudioClock_GetPosition (00A53680)->(00000000, 00000000)
00dc:trace:alsa:AudioClock_GetPosition (00A53680)->(0022FCD0, 0022FCD8)
00dc:trace:alsa:alsa_get_position frames written: 0, held: 0, state: 0x2, position: 0
render.c:1071: Test failed: GetPosition failed: 00423930
render.c:1072: Test failed: GetPosition returned non-zero pos before being started
render.c:1073: Test failed: GetPosition returned zero pcpos
00dc:trace:alsa:AudioClient_GetService (00A53680)->({f294acfc-3146-4483-a7bf-addca7c260e2}, 0022FCB4)
00dc:trace:alsa:AudioClient_AddRef (00A53680) Refcount now 3
00dc:trace:alsa:AudioRenderClient_GetBuffer (00A53680)->(24001, 0022FCC0)
```
And the test hangs.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/687