https://bugs.winehq.org/show_bug.cgi?id=47246
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, still present.
Note, since https://source.winehq.org/git/wine.git/commitdiff/c5129d6fc083514bf7b854d340... ("ntdll: Reimplement DbgPrint* using DBG_PRINTEXCEPTION_C.") you need to use 'debugstr' channel to see the traces.
Part of Wine 5.22 release
--- snip --- $ WINEDEBUG=+debugstr wine ./reactos.exe ... 0024:warn:debugstr:vDbgPrintExWithPrefix 00000000:00000001: (base\setup\lib\setuplib.c:454) NtOpenSymbolicLinkObject(Z) failed with Status 0x0032fdc4 0024:warn:debugstr:vDbgPrintExWithPrefix 00000000:00000001: (base\setup\reactos\reactos.c:986) SourcePath: 'Z' 0024:warn:debugstr:vDbgPrintExWithPrefix 00000000:00000001: (base\setup\reactos\reactos.c:987) SourceRootPath: 'Z' 0024:warn:debugstr:vDbgPrintExWithPrefix 00000000:00000001: (base\setup\reactos\reactos.c:988) SourceRootDir: 'Z' 0024:warn:debugstr:vDbgPrintExWithPrefix 00000000:00000001: (base\setup\reactos\reactos.c:901) Testing 'C:' --> '\Device\HarddiskVolume1' 0024:warn:debugstr:vDbgPrintExWithPrefix 00000000:00000001: (base\setup\reactos\reactos.c:901) Testing 'D:' --> '\Device\CdRom0' 0024:warn:debugstr:vDbgPrintExWithPrefix 00000000:00000001: (base\setup\reactos\reactos.c:901) Testing 'E:' --> '\Device\CdRom1' 0024:warn:debugstr:vDbgPrintExWithPrefix 00000000:00000001: (base\setup\reactos\reactos.c:901) Testing 'Z:' --> '\Device\HarddiskVolume2' --- snip ---
$ wine --version wine-7.0-rc4
Regards