http://bugs.winehq.org/show_bug.cgi?id=5311
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-05 13:51 -------
Moreover, it's a regression: starts fine in wine-20050211; crashes in
wine-20050419. If you could do a regression test, to find the patch that broke
your application it would be great.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5311
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://web.tiscali.it/ggbhom
| |e/umlpad/umlpad.htm
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
Summary|wine crash while starting |comctl32: wine crash while
|UMLPad |starting UMLPad
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-28-05 13:44 -------
Confirming. Starts fine with native comctl32
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5311
Summary: wine crash while starting UMLPad
Product: Wine
Version: 0.9.13.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florianskarten(a)web.de
I search a UML Tool and found UMLPad, but wine crash when i start it.
You can download it from:
http://web.tiscali.it/ggbhome/umlpad/umlpad.htm
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5310
Summary: GDI32.SwapBuffers should call OPENGL32.wglSwapBuffers,
not vice versa
Product: Wine
Version: 0.9.14.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frank.richter(a)gmail.com
On Windows it seems that the GDI SwapBuffers() calls wglSwapBuffers(), and not
vice versa (as in Wine). This inversion breaks some GL debugging utilities (e.g.
GLIntercept) which rely on wglSwapBuffers() being called between frames.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5300
------- Additional Comments From felix(a)derklecks.de 2006-28-05 10:11 -------
with WINEDLLOVERRIDES="riched20=n" the input works flawlessly
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5300
------- Additional Comments From marcus(a)jet.franken.de 2006-28-05 10:08 -------
my thought is that the glyph caching is broken.
someone might have written the same glyphindex as antialiased entry but we are
now writing it as bitmap / monocrhome entry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5300
------- Additional Comments From marcus(a)jet.franken.de 2006-28-05 09:28 -------
after studying x server code this error can only
happen if the format we send is not correct and has
either more glyphs than data or more data than glyphs.
xc/programs/Xserver/render/render.c:
if (nglyphs || remain)
{
err = BadLength;
goto bail;
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.