Hi folks, Even though I never use a debugger, I had winedbg startup automatically a few times, and I noticed that I get no text in the console. Actually, I do (as I can select it and copy it), but it doesn't get rendered. I tried changing the font, but the only option I get is "Courier New". Tried different size, but nothing helped. Strange thing is that the sample "This is a test" in the font selection tab works just fine. Any tips for fixing this are highly appreciated. -- Dimi.
Even though I never use a debugger, I had winedbg startup automatically a few times, and I noticed that I get no text in the console. Actually, I do (as I can select it and copy it), but it doesn't get rendered. I tried changing the font, but the only option I get is "Courier New". Tried different size, but nothing helped. Strange thing is that the sample "This is a test" in the font selection tab works just fine. can you send me a -debugmsg +wineconsole,+wc_font trace TIA (i assume running programs/winedbg/winedbg or programs/wcmd/wcmd gives the same result)
A+
On October 17, 2002 04:23 pm, Eric Pouech wrote:
can you send me a -debugmsg +wineconsole,+wc_font trace TIA
Sure, I run it like this: [dimi(a)dimi wine.src]$ ../wine/programs/winedbg/winedbg --debugmsg +wineconsole,+wc_font 2> diffs/winedbg.trace and then typed 'quit'. Trace attached.
(i assume running programs/winedbg/winedbg or programs/wcmd/wcmd gives the same result)
Yes, that's correct. -- Dimi.
On October 17, 2002 04:23 pm, Eric Pouech wrote:
can you send me a -debugmsg +wineconsole,+wc_font trace TIA
Sure, I run it like this: set a much smaller screen-buffer 120,3000 will create a way too big screenbuffer (i mean the bitmap to render it) (as of today, the full sb is stored in a unique bitmap... and here the bmp allocation fails)
A+
On October 18, 2002 12:31 pm, Eric Pouech wrote:
set a much smaller screen-buffer 120,3000 will create a way too big screenbuffer (i mean the bitmap to render it)
Thanks, that works.
(as of today, the full sb is stored in a unique bitmap... and here the bmp allocation fails)
That's a bit of a problem, isn't it... :) -- Dimi.
"Dimitrie" == Dimitrie O Paun <dpaun(a)rogers.com> writes:
Dimitrie> Hi folks, Even though I never use a debugger, I had winedbg Dimitrie> startup automatically a few times, and I noticed that I get no Dimitrie> text in the console. Actually, I do (as I can select it and Dimitrie> copy it), but it doesn't get rendered. I tried changing the Dimitrie> font, but the only option I get is "Courier New". Tried Dimitrie> different size, but nothing helped. Strange thing is that the Dimitrie> sample "This is a test" in the font selection tab works just Dimitrie> fine. Dimitrie> Any tips for fixing this are highly appreciated. Look at the [Software\\Wine\\WineDbg] section in ~/.wine/system.reg. With "ConChannelMask"=dword:00000001 output should to the wineconsole. Bye -- Uwe Bonnes bon(a)elektron.ikp.physik.tu-darmstadt.de Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
On October 17, 2002 04:43 pm, Uwe Bonnes wrote:
Look at the [Software\\Wine\\WineDbg] section in ~/.wine/system.reg. With "ConChannelMask"=dword:00000001 output should to the wineconsole.
I do not have such an entry in system.reg. Is it required? I've tried to add it, didn't make a difference. Do you mind sending your exact [Software\\Wine\\WineDbg] section? -- Dimi.
participants (3)
-
Dimitrie O. Paun -
Eric Pouech -
Uwe Bonnes