Awdbedit crashes, wine debugger fails to run aswell.

2005-08-11 Thread Hans Kristian Rosbach
Using wine compiled from CVS yesterday. Awdbedit is available here: http://awdbedit.sourceforge.net/ $ wine awdbedit.exe err:rebar:REBAR_AdjustBands Phase 1 failed, x=32760, maxx=632, start=0, end=0 err:rebar:REBAR_AdjustBands Phase 1 failed, x=32760, maxx=632, start=0, end=0 wine: Unhandled exce

Re: Wine Debugger

2005-03-31 Thread Paul Millar
Hi Cal, If you change the AeDebugger setting to include the --auto option: HKLM,Software\Microsoft\WindowsNT\CurrentVersion\AeDebug,"Debugger",,"winedbg --auto %ld %ld" This is the default if you delete the key completely and is now also the default if you have no registry and wine creating a

Re: Wine Debugger

2005-03-31 Thread Francois Gouget
On Thu, 31 Mar 2005, Pouech Eric DMI AEI CAEN wrote: use regedit at the beginning of your script to set the AeDebug key to a "" string (and you should have saved the key value before), and restore it at the end of your script Alternately you could add the '--auto' option and winedbg should then

Re: Wine Debugger

2005-03-30 Thread Pouech Eric DMI AEI CAEN
use regedit at the beginning of your script to set the AeDebug key to a "" string (and you should have saved the key value before), and restore it at the end of your script > Message du 31/03/05 08:47> De : "Cal Pierog" <[EMAIL PROTECTED]>> A : wine-devel@w

Wine Debugger

2005-03-30 Thread Cal Pierog
I am trying to write a script which, at one point, needs to run the wine test suite, accomplished with: make -k test Even though this skips over bad tests, it does not prevent the debugger from kicking in every once in a while and asking for user input. I would like this script to be robust eno

Re: wine debugger

2004-08-07 Thread Mike Hearn
or some reason, the wine debugger just doesn't seem to work for me. > > wine: Unhandled exception (thread 000f), starting debugger... > fixme:console:SetConsoleCtrlHandler (0x405ae990,1) - no error checking or testing yet > WineDbg starting on pid 0xe > In 32 bit mode. > Wine

wine debugger

2004-08-01 Thread Chipzz
Hi all, for some reason, the wine debugger just doesn't seem to work for me. wine: Unhandled exception (thread 000f), starting debugger... fixme:console:SetConsoleCtrlHandler (0x405ae990,1) - no error checking or testing yet WineDbg starting on pid 0xe In 32 bit mode. Wine-dbg>bt Backtr

Re: can the wine debugger be disabled

2004-02-11 Thread Dmitry Timoshkov
"Cristóvão B. B. Dalla Costa" <[EMAIL PROTECTED]> wrote: > However, in the company I work for we will replace a hundred or so PCs > which run Windows with Linux PCs. The people using these PCs are the > most clueless possible, and we want to avoid aggravation from them &g

can the wine debugger be disabled

2004-02-11 Thread "Cristóvão B. B. Dalla Costa"
which run Windows with Linux PCs. The people using these PCs are the most clueless possible, and we want to avoid aggravation from them when/if the Wine debugger shows up when an application fails. That's inacceptable since those people would be lost and not know what to do. However, I can