http://bugs.winehq.org/show_bug.cgi?id=1958
gillb4(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From gillb4(a)telusplanet.net 2004-19-02 10:51 -------
I use Nvidia drivers with kernel 2.6.3. To resolve this bug, I re-installed
Mesa, gle and Glut (and re-started the X server). I don't know how/why they got
messed up, although I upgrade my system with yum (frequently) and a
library/configuration/path could have been overwritten at some point.
--
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=2032
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |LATER
------- Additional Comments From mike(a)theoretic.com 2004-19-02 06:41 -------
This is a known problem, should be fixed by the upcoming WM rewrite. Alex has
been experimenting lately with another way to fix this as well. For now run the
installer in desktop mode, and the problem should be solved.
--
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=2030
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)theoretic.com 2004-19-02 06:40 -------
This is due to IESETUP using its own advapi dll which doesn't implement a
registry function used by our GDI. Unfortunately it still exports it, it simply
calls through (not sure if it's a PE forward or not) to CommonUnimpStub.
Not sure what to about this. In my installer script I simply force advapi to
builtin:
WINEDLLOVERRIDES="advapi32=b" wine ie6setup.exe
for instance
--
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=2031
------- Additional Comments From mike(a)theoretic.com 2004-19-02 06:38 -------
Try setting Wine to emulate NT instead of 9x in the config file
--
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=768
fojtik(a)htc.honeywell.cz changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20020509 |20040213
------- Additional Comments From fojtik(a)htc.honeywell.cz 2004-19-02 03:50 -------
Hi all.
It seems to be a good job, the Micrographic designer seems to start working
with 20040213.
There are another problems: icons are inverted, but a new bug report should be
opened for this. Also several Errors are logged into console.
But it works!
You could test it and close this bug.
--
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=1958
------- Additional Comments From emanuele(a)fabrizio.com 2004-19-02 03:07 -------
Confirm same behavior on my system:
kernel 2.4.24
gcc-3.2.1 (also tried with gcc-2.95.3)
nvidia-1.0-5336
Tried both manually and through tools/wineinstall and make bailed out at the
same point with the same complaint
--
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=2036
Summary: CTreeCtrl : TREEVIEW_* kompatibility
Product: Wine
Version: 20040213
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Johann.Obermayr(a)fastrun.at
Hi,
in TREEVIEW_Collapse & TREEVIEW_Expand
Line
if (bUser || !(wineItem->state & TVIS_EXPANDEDONCE))
TREEVIEW_SendExpand...
correct is
if (bUser && !(wineItem->state & TVIS_EXPANDEDONCE))
TREEVIEW_SendExpand...
because SendExpand notify only send if bUser ( bNotify) flag
is set.
--
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=2031
------- Additional Comments From marcus(a)jet.franken.de 2004-19-02 00:01 -------
*** Bug 2027 has been marked as a duplicate of this bug. ***
--
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=2027
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From marcus(a)jet.franken.de 2004-19-02 00:01 -------
*** This bug has been marked as a duplicate of 2031 ***
--
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=1597
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-18-02 23:55 -------
is fixed in 20040213
--
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.