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.
http://bugs.winehq.org/show_bug.cgi?id=2035
Summary: winealsa does not work in CVS as of 2/17/2003
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brettholcomb(a)charter.net
When ~/.wine/config is changed to have
"Drivers" = "winealsa.drv" instead of "Drivers" = "wineoss.drv"
I get this on startup. This is with Alsa 1.0.2.
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x42350000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEALSA.DRV' (0x42880000)
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00000000).
In 32-bit mode.
0x00000000: addb %al,0x0(%eax)
Wine-dbg>
--
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
kairo(a)kairo.at changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kairo(a)kairo.at
--
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=2019
the-fallen(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #533|application/octet-stream |text/plain
mime type| |
--
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.