https://bugs.winehq.org/show_bug.cgi?id=50322
Bug ID: 50322 Summary: REDEngineErrorReporter.exe Page fault while trying to print unimplemented function message to console. Product: Wine Version: 6.0-rc2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: hibbsncc1701@gmail.com Distribution: ---
Created attachment 68905 --> https://bugs.winehq.org/attachment.cgi?id=68905 Backtrace of bug.
Crash occurs when attempting to debug print an unimplemented function call when launching Cyberpunk2077 (GOG version) using dxvk with wine's dxgi.dll.
Triggered by REDEngineErrorReporter.exe and not the game itself.
https://bugs.winehq.org/show_bug.cgi?id=50322
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #1 from Vijay Kamuju infyquest@gmail.com --- Please test with Wine 7.5 or Wine 7.6
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.
https://bugs.winehq.org/show_bug.cgi?id=50322
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #3 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to Patrick Hibbs from comment #2)
current wine, that other app is exiting normally due to an unimplemented D3D interface query. As such the reported program isn't being called.
Hello,
The bug may either stay open and left as is, or be marked abandoned and then reopened, until the missing D3D interface query is implemented, in case it makes the issue reappear.
Regards.