Hello,

I am trying to figure out why wine does not display Hebrew (not even in
notepad) even though wine uses Hebrew fonts.

I am trying to set a breakpoint in X11DRV_ExtTextOut, 
X11DRV_GetTextExtentPoint, GetTabbedTextExtentA and others but winedbg
does not let me (I don't have access to wine now so there may be some 
typos):

winedbg notepad f:\\days.txt

A list of loaded dlls, including x11drv.so .

WineDbg> b X11DRV_GetTextExtentPoint
b X11DRV_GetTextExtentPoint
WineDbg> p X11DRV_GetTextExtentPoint
some negative number
WineDbg> p /x X11DRV_GetTextExtentPoint
0x8few digits
WineDbg> b *0x8few digits
some message on invalid address


I could not find anything relevant in documentation/winedbg . It could be
that my setup of winedbg in system.reg is broken, but it seems to work
fine when a win app crashes (and the debugger starts fine).

For some reason wine debugger did never quite work for me (a year ago and
even two years ago). 

Any help or hint will be very much appreciated.

Thanks

  Michael




Reply via email to