http://bugs.winehq.org/show_bug.cgi?id=51546
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0692d07f85f30ee5191a781b8b6 | |f51006f2ae407
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
this was fixed by commit https://gitlab.winehq.org/wine/wine/-/commit/0692d07f85f30ee5191a781b8b6f510... ("ntdll: Look at CurrentMajor/MinorVersionNumber registry values before CurrentVersion.")
Thanks Hans
My guess: due to inconsistent version info, it triggers a bug in blackbone library when trying to resolve symbols from ntdll.dll using fallback method (opcode pattern matcher).
https://github.com/DarthTon/Xenos/tree/2.3.2/ext -> blackbone @ 43bc59f
https://github.com/DarthTon/Blackbone/blob/43bc59f68dc1e86347a76192ef3eadc0b...
--- quote --- but it runs when using wine-9.0. --- quote ---
Run = starts.
The actual functionality of that tool that is injection of dlls into processes won't work as of now. But that wasn't subject of this bug report.
Regards