http://bugs.winehq.org/show_bug.cgi?id=11731
Summary: iTunes doesn't register mouse clicks properly
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://www.itunes.com
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.lankhorst(a)gmail.com
Installing the latest iTunes (v7.6.1) works now (set windows version to vista),
but there is a bug that prevents mouse clicks from working properly.
If you left click on the menu, it will open the menu then immediately close it
again, as if you double clicked on the menu button.
It also won't always register left clicks on the context menu. For example
going from 'music' to 'itunes store' will fail if you just left click, a
workaround is right-clicking on itunes store first and then left click on
itunes store.
--
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=11463
Summary: conflicting types between Wine list.h and Solaris list.h
in server/fd.c
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr.sumbera(a)sun.com
Compilation on Solaris (i86pc, Nevada build 78) fails due clashes between:
wine/include/wine/list.h and
/usr/include/sys/list.h
Following is compilation error output:
gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe
-fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings
-Wpointer-arith -I/usr/sfw/include -I/usr/X11R6/include -I/usr/sfw/include
-I/usr/X11R6/include -o event.o event.c
gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe
-fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings
-Wpointer-arith -I/usr/sfw/include -I/usr/X11R6/include -I/usr/sfw/include
-I/usr/X11R6/include -o fd.o fd.c
In file included from object.h:30,
from fd.c:76:
../include/wine/list.h:25: error: redefinition of `struct list'
../include/wine/list.h:97: error: conflicting types for 'list_remove'
/usr/include/sys/list.h:48: error: previous declaration of 'list_remove' was
here
../include/wine/list.h:97: error: conflicting types for 'list_remove'
/usr/include/sys/list.h:48: error: previous declaration of 'list_remove' was
here
../include/wine/list.h:104: error: conflicting types for 'list_next'
/usr/include/sys/list.h:53: error: previous declaration of 'list_next' was here
../include/wine/list.h:104: error: conflicting types for 'list_next'
/usr/include/sys/list.h:53: error: previous declaration of 'list_next' was here
../include/wine/list.h:112: error: conflicting types for 'list_prev'
/usr/include/sys/list.h:54: error: previous declaration of 'list_prev' was here
../include/wine/list.h:112: error: conflicting types for 'list_prev'
/usr/include/sys/list.h:54: error: previous declaration of 'list_prev' was here
../include/wine/list.h:120: error: conflicting types for 'list_head'
/usr/include/sys/list.h:51: error: previous declaration of 'list_head' was here
../include/wine/list.h:120: error: conflicting types for 'list_head'
/usr/include/sys/list.h:51: error: previous declaration of 'list_head' was here
../include/wine/list.h:126: error: conflicting types for 'list_tail'
/usr/include/sys/list.h:52: error: previous declaration of 'list_tail' was here
../include/wine/list.h:126: error: conflicting types for 'list_tail'
/usr/include/sys/list.h:52: error: previous declaration of 'list_tail' was here
../include/wine/list.h:153: warning: static declaration of 'list_move_tail'
follows non-static declaration
/usr/include/sys/list.h:49: warning: previous declaration of 'list_move_tail'
was here
gmake[1]: *** [fd.o] Error 1
gmake[1]: Leaving directory `/data/home/petr/wine-0.9.54/server'
gmake: *** [server] Error 2
---
To workaround this I'm avoiding sys/vfs.h in server/fd.c (ugly hack):
--- wine-0.9.54/server/fd.c.orig Mon Feb 4 17:28:14 2008
+++ wine-0.9.54/server/fd.c Mon Feb 4 17:28:57 2008
@@ -43,7 +43,7 @@
#ifdef HAVE_SYS_STATVFS_H
#include <sys/statvfs.h>
#endif
-#ifdef HAVE_SYS_VFS_H
+#ifdef HAVE_SYS_VFS_HXXX
#include <sys/vfs.h>
#endif
#ifdef HAVE_SYS_PARAM_H
---
Otherwise Wine compiles (and runs) well for me.
--
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=11111
Summary: Picasa slideshow does not have focus on Gnome
Product: Wine
Version: 0.9.52.
Platform: PC
URL: http://picasa.google.com/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: x11-driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
I'm running Ubuntu Feisty with Gnome as the window manager and X in 16-bit
mode.
While using the slideshow feature in Picasa 2.7, I noticed the slideshow no
longer have keyboard focus. One should be able to use the left and right arrow
keys to move between images, and the escape key to quit out of the slideshow.
With the latest version, that no longer happens. One has to click the mouse to
to give the slideshow focus.
A regression test shows:
f48eb1581dfe176043cbca5c46400c0f86eb5552 is first bad commit
commit f48eb1581dfe176043cbca5c46400c0f86eb5552
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Aug 20 22:06:50 2007 +0200
winex11: Force a window to managed mode when it is activated.
This doesn't seem to occur on KDE.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11026
Summary: newly created tool window does not have keyboard focus
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
I found this problem in Picasa, but it may affect other applications as well.
In Picasa, select a picture and press Ctrl + k to bring up the keywords tool
window. Now press Alt + F4 to close the window.
On Windows, the keywords window is active. Pressing Alt + F4 closes the
keywords tool window.
On KDE, both the main window and the keywords window look like they are active.
If you start typing, the letters go into the keywords window, but if you press
Alt + F4, the main window closes. (and the tool window with it)
On Gnome, when the keywords tool window pops up, the keywords window looks like
the active window, but neither it nor the main window have focus.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10917
Summary: Checkpoint Smart Dashboard crashes
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aldemir_a(a)yahoo.com
Created an attachment (id=9834)
--> (http://bugs.winehq.org/attachment.cgi?id=9834)
Wine debugger output of Checkpoint client crash
Checkpoint client crashes with wine. This has started with 0.9.48 and still
going on with 0.9.51. I have tried creating a new ~/.wine directory but this
didn't work either. I am attaching the crash report from wine debugger.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10867
Summary: Trying to run Ztree under wine : "Could not get hWnd"
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sij2(a)sijohansson.com
I was hooked on Xtree back in the DOS days.
I became hooked on Ztree (http://www.ztree.com/html/ztreewin.htm)
when I switched from DOS to NT4 ten years ago.
And now on Linux, Ztree is outstandingly the only one program
from the microsoft days that I really miss.
I try to run Ztree under Wine and it is bounced off immediately and
posts a message "Could not get hWnd".
Is this a bug or a consequence of an intended feature. I could not tell.
Please Santa, bring me Ztree under Linux.
(or anyone else with the knowledge and power of "how to")
/ingemar
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10446
Summary: Capslock key press not detected in Halflife 2 episode 2
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joao.eiras(a)gmail.com
1. boot Half-Life 2 episode 2
2. go to the game options, keyboard config
3. assign capslock to some action in the keyboard config, like duck or jump
4. load a new game
5. press capslock
What's to be expected:
- pressing caps lock should trigger the action you've configured in the game
options. Step 3 works but 5 does not. I use capslock for ducking as it's right
next to WSAD, but the action doesn't happen. Nothing happens.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9969
Summary: OPAS shows error boxes when hovering over calendar item
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
When hovering over a calendar item OPAS hows a popup tooltip with a some more
information about the event. On Wine this popup is also shown but then a dialog
informs about Visual FoxPro errors (property not found, field not found). This
bug is even when using native dcom98, msvcrt, shlwapi and other DLLs that could
be easily substituted.
A thing that I have found is that on Windows the tooltip seems not to take the
focus from the window while on Wine WM_KILLFOCUS and WM_SETFOCUS messages are
sent to transfer the focus to the tooltip. On the next WM_MOUSEMOVE the error
occurs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9793
Summary: Circuitmaker 2000 trouble with wire manual routing
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodo(a)o2.pl
It is essential to route manually wires between electonic parts. In latest Wine
0.9.45 first attempt to manual routing (via mouse) is OK, but the next one
being drawn at 90 degrees direction gets out of control. So straight wires are
drawn as always OK but those with at least 1 turn or more are not. This is a
real bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9315
Summary: Running Corel Draw 7 causes crash
Product: Wine
Version: 0.9.4.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthai(a)owca.info
When running Corel Draw 7, wine crashes after a second or two. Corel window is
displayed, but after a second it crashes.
wine .wine/drive_c/Corel/Draw\ Select/programs/coreldrw.exe
fixme:wave:ALSA_AddCaptureDevice Add support for DSCapture
fixme:mmio:MMIO_InstallIOProc Global procedures not implemented
err:x11drv:X11DRV_CreateWindow invalid window height -6
fixme:storage:StgCreateDocfile Transacted mode not implemented.
fixme:win:WinHelpA Unknown help command 32777
fixme:win:WinHelpA Unknown help command 32769
X Error of failed request: BadAtom (invalid Atom parameter)
Major opcode of failed request: 17 (X_GetAtomName)
Atom id in failed request: 0x0
Serial number of failed request: 813
Current serial number in output stream: 813
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.