Displaying 1 result from an estimated 1 matches for "winetop".
Did you mean:
winetmp
2001 Aug 12
2
WND structures
hi all,
executing a certain program with wine, we get several crashes, in the
RDW_UpdateRgns function (winetop/windows/painting.c) and in a DLL of the
program itself.
the program always crashes after the creation of a subwindow, and the
problem appears to be the same, that is, somewhere before the crash the
window tree structure gets corrupted.
in order to find the exact point in which this happens, is...