http://bugs.winehq.org/show_bug.cgi?id=6496
Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeffzaroyko(a)gmail.com
--- Comment #5 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-09-09 19:04:42 ---
Hmm, maybe the bug I'm fixing in Defcon isn't the one that was originally
reported, that might have been fixed at some point, oh well. Defcon crashes in
ws2_32 when attempting to load a new game. I've submitted a patch to
wine-patches.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7803
Rich <Rincebrain(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Rincebrain(a)gmail.com
--- Comment #6 from Rich <Rincebrain(a)gmail.com> 2008-09-09 18:55:23 ---
Does this still occur in newer/latest Wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8224
plue <prodrigestivill(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |prodrigestivill(a)gmail.com
--- Comment #7 from plue <prodrigestivill(a)gmail.com> 2008-09-09 16:38:39 ---
*** Bug 15191 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6496
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8010
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2948
Andrea Denzler <andrea(a)andreaplanet.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrea(a)andreaplanet.com
--- Comment #7 from Andrea Denzler <andrea(a)andreaplanet.com> 2008-09-09 12:09:02 ---
With wine 1.1.4 tested on ubuntu 8.04:
The background color is shown but the brush/pen is ignored. For Windows
developers wanting a better compatibility under Linux I suggest this workaround
in the WM_CTLCOLOREDIT message:
COLORREF m_BackgroundColor;
HBRUSH m_BackgroundBrush;
with MFC:
case CTLCOLOR_LISTBOX:
pDC->SetBkMode(TRANSPARENT);
pDC->SetBkColor(m_BackgroundColor);
HBRUSH hbr = m_BackgroundBrush;
return hbr;
Windows API:
case CTLCOLOR_LISTBOX:
::SetBkMode(hDC, TRANSPARENT);
::SetBkColor(hDC, m_BackgroundColor);
return m_BackgroundBrush;
Windows will correctly use only the m_BackgroundBrush because due to the
TRANSPARENT settings the m_BackgroundColor is ignored.
Linux Wine will ignore the Brush and use m_BackgroundColor. Of course
m_BackgroundColor should be similar to the more complex m_BackgroundBrush.
just my 2 cents
Andrea
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15085
Summary: CD Burner XP Pro crashes on screen ofter selecting
project type
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://www.cdburnerxp.se/en/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)gbis.com
wine-1.0-1.el5.rf
CentOS 5.2
Hi All,
CD Burner XP Pro 4.2.1.950 (http://www.cdburnerxp.se/en/download) crashes
on the screen just after selecting data disk as the project type.
1) insert and mount a data DVD in to your DVD drive
2) start CD BurnerXP Pro
3) select data project (the top one)
4) the crash will occur
-T
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8011
--- Comment #5 from Rob Shearman <robertshearman(a)gmail.com> 2008-09-09 11:14:52 ---
Please retest with a recent version of Wine. We now have proxy/stubs for
IConnectionPointContainer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7851
Rob Shearman <robertshearman(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #10 from Rob Shearman <robertshearman(a)gmail.com> 2008-09-09 11:14:03 ---
No response, assuming fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.