http://bugs.winehq.org/show_bug.cgi?id=9071
------- Additional Comments From dmitry(a)codeweavers.com 2007-27-07 05:02 -------
Does it help if you simply comment out the line:
if ((logpen.lopnStyle & PS_GEOMETRIC) || (physDev->pen.width > 1))
?
--
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=9048
thunderbird2k(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-opengl |wine-misc
------- Additional Comments From thunderbird2k(a)gmx.net 2007-27-07 04:46 -------
I have heard about these problems but don't believe they are OpenGL related.
--
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=8557
------- Additional Comments From thunderbird2k(a)gmx.net 2007-27-07 04:43 -------
Ah someone who is suffering from wine not supporting single buffering anymore.
Near line 437 in dlls/winex11.drv/x11drv_main.c you'll see:
/* If OpenGL is available, change the default visual, etc as necessary */
if ((desktop_vi = X11DRV_setup_opengl_visual( display )))
try to skip that line by changing it to lets say:
/* If OpenGL is available, change the default visual, etc as necessary */
if (0 && (desktop_vi = X11DRV_setup_opengl_visual( display )))
--
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=9072
Summary: Spacebar not working in MS Comic Chat 2.1
Product: Wine
Version: 0.9.41.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: inaki(a)razzolink.com
The spacebar doesn't work in MS Comic Chat 2.1.
There isn't any info about it in warn+all either, so I'm guessing it'd be pretty
hard to find this one.
--
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=9071
Summary: Pen size invalid in MS Comic Chat 2.1
Product: Wine
Version: 0.9.41.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: inaki(a)razzolink.com
The pen used in drawing the borders of the panels in MS Comic Chat is invalid,
and makes it useless.
Hack to get it working included.
--
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=8770
thunderbird2k(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-opengl |wine-net
------- Additional Comments From thunderbird2k(a)gmx.net 2007-27-07 04:32 -------
Is the issue an OpenGL one or a networking one? If it is networking I'd like to
move it to wine-net to reduce the number of OpenGL bugs.
--
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=7579
------- Additional Comments From thunderbird2k(a)gmx.net 2007-27-07 04:25 -------
I guess the issue is that the program doesn't like the pixelformat we are
returning. I'll see what can be done about it. Further is the program also using
glut32.dll? As that can cause additional issues too (for this reason glut32.dll
was dropped from wine and that's why a native glut32 is needed these days).
--
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.