https://bugs.winehq.org/show_bug.cgi?id=50322
--- Comment #2 from Patrick Hibbs hibbsncc1701@gmail.com --- Short version: I cannot currently replicate the bug, as the program that the bug was reported against is not being called under current wine.
Long version: The reported program (REDEngineErrorReporter.exe) is meant to be run as a debugger for another app. Under wine-6.0-rc2, that other app crashed during it's initialization and called the reported program to debug it. Under current wine, that other app is exiting normally due to an unimplemented D3D interface query. As such the reported program isn't being called.
Attempting to run the reported program manually just prints usage info, and attempting to give it what it wants (a valid PID and debug level argument) results in a message saying that it is refusing to run. As such, I cannot tell if current wine has fixed the reported bug, or if it's simply not getting far enough to trigger it.