Displaying 2 results from an estimated 2 matches for "wine2004".
2004 Sep 20
0
Problems disabling the debugger
..._GetBitmapBits (0x80, 0x40395464, 128): stub
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
Wine just waits forever at this point.
My goal is to just have these jobs die when this happens, so I tried
what I thought was the correct solution:
I changed the following lines in my ~/.wine2004/system.reg:
FROM:
[Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug]
1094757697
"Auto"="0"
"Debugger"="winedbg %ld %ld"
TO:
[Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug]
1094757697
"Auto"="1"
"Debugger&quo...
2004 Sep 20
1
Cannot disable the debugger
..._GetBitmapBits (0x80, 0x40395464,
128): stub
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not
modal yet.
Wine just waits forever at this point.
My goal is to just have these jobs die when this
happens, so I tried what I thought was the correct
solution:
I changed the following lines in my
~/.wine2004/system.reg:
FROM:
[Software\\Microsoft\\Windows
NT\\CurrentVersion\\AeDebug] 1094757697
"Auto"="0"
"Debugger"="winedbg %ld %ld"
TO:
[Software\\Microsoft\\Windows
NT\\CurrentVersion\\AeDebug] 1094757697
"Auto"="1"
"Debugger&quo...