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.
http://bugs.winehq.org/show_bug.cgi?id=6496
Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #15944|0 |1
is obsolete| |
--- Comment #4 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-09-09 11:13:39 ---
Created an attachment (id=15957)
--> (http://bugs.winehq.org/attachment.cgi?id=15957)
proposed patch
Changed to test argp regardless of cmd and the testcase to run other
ioctlsocket cmds. Tests pass on 98, 2003, 2008.
--
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=7026
Rob Shearman <robertshearman(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #11 from Rob Shearman <robertshearman(a)gmail.com> 2008-09-09 11:13:33 ---
:~/wine/dlls/ole32$ grep IOleObjectProxy ole32_oleidl_p.c
static const CINTERFACE_PROXY_VTABLE(24) _IOleObjectProxyVtbl =
(const CInterfaceProxyVtbl*)&_IOleObjectProxyVtbl,
So this should be fixed now.
--
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=5243
Rob Shearman <robertshearman(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Rob Shearman <robertshearman(a)gmail.com> 2008-09-09 11:12:06 ---
~/wine/dlls/oleaut32$ grep IConnectionPointContainerProxy oleaut32_ocidl_p.c
static const CINTERFACE_PROXY_VTABLE(5) _IConnectionPointContainerProxyVtbl =
(const CInterfaceProxyVtbl*)&_IConnectionPointContainerProxyVtbl,
So this bug should be fixed now.
--
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=4875
Rob Shearman <robertshearman(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Rob Shearman <robertshearman(a)gmail.com> 2008-09-09 11:10:06 ---
Should be fixed as proxy/stubs for ocidl.idl are now generated.
--
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=9014
Rob Shearman <robertshearman(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Rob Shearman <robertshearman(a)gmail.com> 2008-09-09 11:08:12 ---
Most likely fixed now.
--
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=15173
Summary: Spore crashes when attempting to play music to another
tribe
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Rincebrain(a)gmail.com
Created an attachment (id=15914)
--> (http://bugs.winehq.org/attachment.cgi?id=15914)
Output of wine when it crashes horribly
On the third stage of life (tribal), Wine crashes when one tries to play music
to another tribe, something required to move on.
Attached is a backtrace.
--
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=6351
Richie <listmail(a)triad.rr.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |listmail(a)triad.rr.com
--- Comment #37 from Richie <listmail(a)triad.rr.com> 2008-09-08 21:14:47 ---
confirming that the issue Jeff Zaroyko describes, and as indicated in the
working screenshot he has attached, still exists as of today's git. using FBO
ORM.
--
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=5424
--- Comment #13 from Johan Gill <johan.gill(a)gmail.com> 2008-09-08 17:11:23 ---
...and, on win98 that seems to be the case even if the program is started from
the MS-DOS prompt. I guess it would take a handcrafted CreateProcess to get
something else.
--
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=5424
--- Comment #12 from Johan Gill <johan.gill(a)gmail.com> 2008-09-08 16:54:08 ---
Aha, this is interesting:
If I start wine as "wine D:\Setup.exe", it works, but if I just type "wine
Setup.exe" in the right directory, it doesn't work.
The app seems to rely on GetCommandLine() returning a full path.
--
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=8969
Ian Higginson <xeriouxi(a)hotmail.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xeriouxi(a)hotmail.co.uk
--- Comment #8 from Ian Higginson <xeriouxi(a)hotmail.co.uk> 2008-09-08 16:36:54 ---
This bug is still present in 1.1.4.
--
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=14960
Summary: Wine creates a 2nd Window when minimsing FlashFXP 2.1
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geist1(a)sms.at
By using wine 1.1.3 and FlashFXP V2.1 i run into a problem when hiding the
FlashFXP window.
In the taskbar there will be a 2nd Entry FlashFXP2 , whenever i click on that.
only a small window titlebar appears, there is nothing under the titlebar, the
window disappears, if flashfxp get closed.
Problem does not appear on any other of my tested application (e.g. WinRar)
, but minimise/restore in FlashFXP worked correctly in Wine 1.1.2 and before.
--
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=14978
Summary: Video Display Resolution switch back broken
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geist1(a)sms.at
In 1.1.3 wine doesnt switch back the correct resolution of teh desktop anymore.
E.g. if a game uses 800X600, and the desktop is set to 1024X768, then the
resolution will be switched to 800X600 for the game, but when one quits the
game the resolution should be switched back to 1024X768, this will not happen
anymore.
--
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=4126
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-09-08 15:30:51 ---
Closing.
--
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.