https://bugs.winehq.org/show_bug.cgi?id=54380
--- Comment #18 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Created attachment 74635 --> https://bugs.winehq.org/attachment.cgi?id=74635 Patch - Implement minimal Ke386QueryIoAccessMap() stub.
(In reply to TCH from comment #17)
I use WINE 8.0.1 and the environment is set to WinXp.
Let's synchronize our terminology. What do you mean by debugging window and terminal? When i run WINE with that driver installed, i get a black window with white text, which prints out error and debug messages. Is that WINE's debug window, or it's terminal? I am not familiar with windows.
Oh, sorry, I thought you got a winedbg crash window (the kind that let you save a backtrace), that's what I thought you called 'debugger window'.
The black window with white text is just a terminal to me. I'm not familiar with Wine opening a terminal for debugging purpose, though it may be a feature that I'm unaware of that depends on the severity of the error.
In my case, It blinks so fast I can't barely see any text in it. I get the command output in the gnome terminal I use to run the wine command with.
I guess this means that we get the same result.
Can you compile Wine with the attached patch? It implements a minimal stub function that makes the driver fail gracefully.
Regards.