https://bugs.winehq.org/show_bug.cgi?id=47509
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs@gmail.c | |om
--- Comment #2 from Sagawa sagawa.aki+winebugs@gmail.com --- I can reproduce this issue with demo version of Touhou 15.5. git bisect shows 4ee629a3bafb1408a4e567908fef949837a39f10 is the first bad commit:
commit 4ee629a3bafb1408a4e567908fef949837a39f10 Author: Jacek Caban jacek@codeweavers.com Date: Fri Jul 5 13:24:14 2019 +0200
kernel32: Use DebugBreakProcess in DebugActiveProcess.
Fixes attaching to a process with VS remote debugger. It expects the first break exception address to be DbgBreakPoint.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
Demo version is available from https://www.tasofro.net/arc/th155_trial.zip SHA256(th155_trial.zip) = DACD2B46C92B0B61917133262D647A82DE1102072A35393504DB7C67102058BE
I'm working on this issue.