Re: Console issues in recent git

2010-09-14 Thread Eric Pouech
Le 12/09/2010 14:09, Jerome Leclanche a écrit : Set a 1440x900 virtual desktop in winecfg. what do you mean by: - run a program in winedbg (in my case, it was in a virtual desktop, too) => does it mean you got 2 virtual desktops ? or got a shell running in one virtual desktop ? - (?) Term

Re: Console issues in recent git

2010-09-12 Thread Jerome Leclanche
Set a 1440x900 virtual desktop in winecfg. J. Leclanche On Sun, Sep 12, 2010 at 12:46 PM, Eric Pouech wrote: > Le 12/09/2010 00:26, Jerome Leclanche a écrit : >> >> Hi Eric, >> >> Ive been running your patch for a couple of days and I just noticed >> another case where it's not resetting term

Re: Console issues in recent git

2010-09-12 Thread Eric Pouech
Le 12/09/2010 00:26, Jerome Leclanche a écrit : Hi Eric, Ive been running your patch for a couple of days and I just noticed another case where it's not resetting terminal properties: - Run a program in winedbg (in my case, it was in a virtual desktop, too) - Wait for program to crash - Hi

Re: Console issues in recent git

2010-09-11 Thread Jerome Leclanche
Hi Eric, Ive been running your patch for a couple of days and I just noticed another case where it's not resetting terminal properties: - Run a program in winedbg (in my case, it was in a virtual desktop, too) - Wait for program to crash - Hit ctrl-c - (?) Terminate process in the virtual desk

Re: Console issues in recent git

2010-09-09 Thread Eric Pouech
Le 09/09/2010 18:13, Jerome Leclanche a écrit : Eric, When running a program with "r" in winedbg, I get: fixme:winedbg:dbg_run_debuggee Re-running current program with "\r" as args is broken Does this have anything to do with the EOL conversion issues? no, it has been broken for years (if

Re: Console issues in recent git

2010-09-09 Thread Jerome Leclanche
Eric, When running a program with "r" in winedbg, I get: fixme:winedbg:dbg_run_debuggee Re-running current program with "\r" as args is broken Does this have anything to do with the EOL conversion issues? J. Leclanche On Wed, Sep 8, 2010 at 9:32 PM, Reece Dunn wrote: > On 8 September 2010 21

Re: Console issues in recent git

2010-09-08 Thread Reece Dunn
On 8 September 2010 21:04, Eric Pouech wrote: > does the attached patch help with some of the concerns ? > I/ it should allow typing in the console (for all GUI programs) and still > see output get buffer when the programs exits > II/ reduce the number of cases where the console is in raw mode aft

Re: Console issues in recent git

2010-09-08 Thread Eric Pouech
does the attached patch help with some of the concerns ? I/ it should allow typing in the console (for all GUI programs) and still see output get buffer when the programs exits II/ reduce the number of cases where the console is in raw mode after wine exits Not all the cases are supposed to be

Re: Console issues in recent git

2010-09-08 Thread Reece Dunn
On 6 September 2010 21:00, Eric Pouech wrote: > B/ actually, it's likely a race (in the simple way of running one single > program) about resetting the console in decent shape. Could the folks having > the issue try the attached patch (file conclean) to see if it helps ? (I > never could reproduce

Re: Console issues in recent git

2010-09-07 Thread PleegWat
On 09/06/2010 10:00 PM, Eric Pouech wrote: Actually, there's another issue with the same symptoms: 1- program A is launched from shell 2- program A starts another program B (for example winedbg when a fault occurs) 3- at this point, both A & B can read/write to the console 4- program A exits. As

Re: Console issues in recent git

2010-09-07 Thread Alexandre Julliard
Eric Pouech writes: > among the potential fixes: > S1: no longer do the console attribute management in server, but only > in kernel32, and only for the livespan of the process creating the > bare console. this means that the console will not be accessible to > the children of this process after

Re: Console issues in recent git

2010-09-06 Thread Dmitry Timoshkov
Eric Pouech wrote: > +void close_console( struct process* process) Shouldn't it be named close_bare_console()? Otherwise it won't compile. -- Dmitry.

Re: Console issues in recent git

2010-09-06 Thread Eric Pouech
Hi, after the console patch series, it appears a couple of problems are left over: to summarize, the problems with their status: A/ when a program is running, no echo is seen for characters being typed. B/ after running a wine program, the console is a bad shape and needs 'reset' to get bac

Re: Console issues in recent git

2010-09-02 Thread Austin English
On Thu, Sep 2, 2010 at 2:44 PM, Jerome Leclanche wrote: > To be more specific, it happens on any and every wine program. I see it as well, though an easy workaround is to run 'reset'. After that, terminal returns to normal. -- -Austin

Re: Console issues in recent git

2010-09-02 Thread PleegWat
On 09/02/2010 09:41 PM, Eric Pouech wrote: Le 02/09/2010 03:29, Jerome Leclanche a écrit : Anyone else's terminal emulators really acting up since the last git batch? On konsole (2.5//4.5.00), I'm unable to see what I'm writing if there is a wine process running, until it's killed. This is proba

Re: Console issues in recent git

2010-09-02 Thread Jerome Leclanche
To be more specific, it happens on any and every wine program. J. Leclanche On Thu, Sep 2, 2010 at 8:44 PM, Jerome Leclanche wrote: > It's a GUI. > > > J. Leclanche > > > > On Thu, Sep 2, 2010 at 8:41 PM, Eric Pouech wrote: >> Le 02/09/2010 03:29, Jerome Leclanche a écrit : >>> >>> Anyone el

Re: Console issues in recent git

2010-09-02 Thread Jerome Leclanche
It's a GUI. J. Leclanche On Thu, Sep 2, 2010 at 8:41 PM, Eric Pouech wrote: > Le 02/09/2010 03:29, Jerome Leclanche a écrit : >> >> Anyone else's terminal emulators really acting up since the last git >> batch? On konsole (2.5//4.5.00), I'm unable to see what I'm writing if >> there is a wine

Re: Console issues in recent git

2010-09-02 Thread Eric Pouech
Le 02/09/2010 03:29, Jerome Leclanche a écrit : Anyone else's terminal emulators really acting up since the last git batch? On konsole (2.5//4.5.00), I'm unable to see what I'm writing if there is a wine process running, until it's killed. This is probably a konsole bug, but still... CC eric. -

Re: Console issues in recent git

2010-09-02 Thread Eric Pouech
to summarize a bit: - wineserver doesn't reset the terminal attributes if it's killed (to be fixed) - command line edition is not supported. it was not supported either in previous console code (outside of wineconsole). this is to be provided in next patches - I have no idea on the blank outputs. i

Re: Console issues in recent git

2010-09-02 Thread Octavian Voicu
On Thu, Sep 2, 2010 at 4:29 AM, Jerome Leclanche wrote: > Anyone else's terminal emulators really acting up since the last git > batch? On konsole (2.5//4.5.00), I'm unable to see what I'm writing if > there is a wine process running, until it's killed. This is probably a > konsole bug, but still.

Re: Console issues in recent git

2010-09-02 Thread Saulius Krasuckas
* On Thu, 2 Sep 2010, Reece Dunn wrote: > On 2 September 2010 02:29, Jerome Leclanche wrote: > > Anyone else's terminal emulators really acting up since the last git > > batch? On konsole (2.5//4.5.00), I'm unable to see what I'm writing if > > there is a wine process running, until it's killed. T

Re: Console issues in recent git

2010-09-01 Thread Reece Dunn
On 2 September 2010 02:29, Jerome Leclanche wrote: > Anyone else's terminal emulators really acting up since the last git > batch? On konsole (2.5//4.5.00), I'm unable to see what I'm writing if > there is a wine process running, until it's killed. This is probably a > konsole bug, but still... O

Console issues in recent git

2010-09-01 Thread Jerome Leclanche
Anyone else's terminal emulators really acting up since the last git batch? On konsole (2.5//4.5.00), I'm unable to see what I'm writing if there is a wine process running, until it's killed. This is probably a konsole bug, but still... CC eric. -- J. Leclanche