http://bugs.winehq.org/show_bug.cgi?id=6800
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Battlereams: terrain, trees |Battlerealms: terrain, trees
|and buildings not textured |and buildings not textured
--
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=6799
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.gpstrack.com/
Keywords| |download
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-12 21:39 -------
James is right. Whether you add an entry or not is up to you but part of the
reason for the AppDB is to help people identify bugs associated with that app.
There is no point in waiting for an app to run perfectly before adding it to the
database.
--
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=6829
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-gui |wine-comctl32
Summary|COMDLG32: wrong return value|unknown application with
|of CommDlgExtendedError |unknown problem...
|after GetOpenFileName |
------- Additional Comments From mike(a)codeweavers.com 2006-04-12 19:05 -------
Please check the Wiki page on how to write bugs.
http://wiki.winehq.org/Bugs
We need a program to test and to verify the bug has been solved later.
--
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=6818
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-12 15:23 -------
You should use `git bisect start dlls/comctl32` to start bisect.
`man git-bisect` will give you more information.
--
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=6829
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|oberon(a)wildwein.de |
Component|wine-comctl32 |wine-gui
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-12 15:21 -------
You need to write a test to show it's wrong. MSDN is wrong most of the time.
Also please specify what program actually affected by this. Not what you thing
is wrong.
--
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=6818
------- Additional Comments From juraj5(a)gmail.com 2006-04-12 15:15 -------
How can I only apply patches to dlls/comctl32? I'm now on 0.9.25 with git bisect
good and have flagged 0.9.26 with git bisect bad.
--
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=3028
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-12 15:03 -------
Maybe I am out to lunch but is this not the same problem as bug 6613. (fixed)
--
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=6730
killmorejedi(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From killmorejedi(a)hotmail.com 2006-04-12 14:48 -------
*fixed* in GIT, as best I can tell by
commit 74663901436b4dda91dcdd32d5a762aac1635300
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Sun Dec 3 22:40:24 2006 +0100
wgl: (W)GL_NV_vertex_array_range.
:040000 040000 dbbaa7a7182dac8c6ba95bc7f9123629f5367699
ac858507065cfd9ca00a6b68e58d103a665cdc06 M dlls
Thus says my unregression testing anyway. So yay. Even if the bug report was
mostly ignored, attention was paid to whatever caused it. Go wine!
--
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=5935
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.mirc.com/get.html
Keywords| |download
--
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=6829
Summary: COMDLG32: wrong return value of CommDlgExtendedError
after GetOpenFileName
Product: Wine
Version: 0.9.26.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oberon(a)wildwein.de
CC: oberon(a)wildwein.de
When the GetOpenFileName dialog is "Cancel"led a subsequent call to
CommDlgExtendedError returns 4104 instead of 0
Platform SDK says:
> CommDlgExtendedError Function
>
> ----------------------------------------------------------------------------
>
> The CommDlgExtendedError function returns a common dialog box error code.
> This code indicates the most recent error to occur during the execution of
> one of the common dialog box functions. These error codes are defined in
> Cderr.h.
>
> Syntax
>
> DWORD CommDlgExtendedError(VOID);
> Return Value
>
> If the most recent call to a common dialog box function succeeded, the return
> value is undefined.
>
> If the common dialog box function returned FALSE because the user closed or
> canceled the dialog box, the return value is zero. Otherwise, the return
> value is a nonzero error code. For more information, see the following
> Remarks section.
--
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.