https://bugs.winehq.org/show_bug.cgi?id=58043
Bug ID: 58043 Summary: DVDFab won't run on Wine 10.3 because it thinks that there is a debugger running when there isn't Product: Wine Version: 10.3 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
Created attachment 78297 --> https://bugs.winehq.org/attachment.cgi?id=78297 Screenshot
To reproduce, run `wine dvdfab13_online_13037.exe`. When installation is complete, an error dialog appears that says "A debugger has been found running in your system. Please, unload it from memory and restart your program."
This error did not happen before Wine 10.3. `git bisect` says:
dc718fd33b23a6104a0fa2e971a358662bf766af is the first bad commit commit dc718fd33b23a6104a0fa2e971a358662bf766af (HEAD) Author: Alexandre Julliard julliard@winehq.org AuthorDate: Tue Feb 25 13:45:33 2025 +0100 Commit: Alexandre Julliard julliard@winehq.org CommitDate: Tue Feb 25 23:01:11 2025 +0100
ntdll: Add some missing Zw exports.
dlls/ntdll/ntdll.spec | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-)
$ sha256sum dvdfab13_online_13037.exe 9260ecbad0ddeeca876ff7adb35d26cffc7fb40399c814ae6fd369d2d7708791
https://bugs.winehq.org/show_bug.cgi?id=58043
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://dl.dvdfab.cn/downlo | |ad/67_13037_016df4ec/dvdfab | |13_online_13037.exe Regression SHA1| |dc718fd33b23a6104a0fa2e971a | |358662bf766af Keywords| |download, regression
https://bugs.winehq.org/show_bug.cgi?id=58043
--- Comment #1 from Alex Henrie alexhenrie24@gmail.com --- Commenting out both ZwAllocateReserveObject and ZwCallbackReturn in ntdll.spec avoids the error.