https://bugs.winehq.org/show_bug.cgi?id=49919
qsniyg qsniyg@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |qsniyg@mail.com
--- Comment #8 from qsniyg qsniyg@mail.com --- (In reply to Daniel Ribeiro da Silva from comment #5)
# first bad commit: [d28c7938c704fe4dcfc8920db494a7175a46fe6b] dmstyle: Return S_FALSE for IDirectMusicStyle8::GetMotif.
d28c7938c704fe4dcfc8920db494a7175a46fe6b is the first bad commit commit d28c7938c704fe4dcfc8920db494a7175a46fe6b Author: Myah Caron qsniyg@protonmail.com Date: Thu Sep 17 09:04:02 2020 +0000
dmstyle: Return S_FALSE for IDirectMusicStyle8::GetMotif. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49850 Signed-off-by: Myah Caron <qsniyg@protonmail.com> Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/dmstyle/style.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
At least from the log provided by m0rvj, I have literally no idea how this would break it, as IDirectMusicStyle8Impl_GetMotif isn't even called (it should show a fixme).
The only possible explanation I can think of is that there's some kind of issue with the debugstr_w thing, but I highly doubt it. Why would logos even use directmusic?
Considering m0rvj and Nick mentioned that the error occurs inconsistently, perhaps the bisect was incorrect?