do you run winedbg through the wine console ? A+
--------------- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) The future will be better tomorrow, Vice President Dan Quayle
____________________________________________________________ Faites un voeu et puis Voila ! www.voila.fr Avec Voila Mail, consultez vos e-mails sur votre mobile Wap.
do you run winedbg through the wine console ?
No I had disabled it, but when I told winedbg to use its own xterm that worked.
I thought that both were the same ?
mehmet yasar a écrit :
do you run winedbg through the wine console ?
No I had disabled it, but when I told winedbg to use its own xterm that worked.
no, wineconsole and unix console (either in main console or in separate xterm) use two different ways for mapping windows console handles to real consoles
however, the difference between the "main" console and a separate xterm is that in first case the debugger would inherit the "default" unix handle from its parent (ie the one which has just crashed). if the app messes with those fd then the streams might not be correct anyway, the handling of windows console on "real" unix console should be moved to wineconsole some day, which might fix your trouble.
A+