Oh, it is probably this one:
> xaudio2_8
> xaudio2.c:865: Test failed: CreateSubmixVoice failed: 88960001
> 0a44:xaudio2: unhandled exception c0000005 at 00007FF795004307
Thanks, I will take a look now.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5588#note_70415
DirectInputCreate(A|W|Ex) is only needed in dinput.dll, and
DirectInput8Create is only needed in dinput8.dll. Excluding the
unnecessary functions reduces the size of each DLL by about 4 KB.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5637
The `-Wstringop-overread` fix feels a bit questionable (so I'll add Eric as a
reviewer to clarify the MSC structs details)
--
v2: winedump: Fail on NULL funcs in dump_dir_exceptions().
winedump: Use offsetof() for string position calculations.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5625