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.
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@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.
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+
"Dimitrie" == Dimitrie O Paun dpaun@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
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?