http://bugs.winehq.org/show_bug.cgi?id=15467
Summary: Tray icons are shown on wrong WM tray
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lich(a)math.spbu.ru
Created an attachment (id=16362)
--> (http://bugs.winehq.org/attachment.cgi?id=16362)
screenshot
I have two different X of the same user. All tray icons are shown on the same
WM tray regardless the server they are run from.
Test case:
0) Be sure wine is not loaded:
wineserver -k
1) start any app on the first X
winecfg
2) start tray-using app in the second X
wine taskmgr
3) The tray icon in shown on the traybar of the first X instead of second (see
attach)
--
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=15483
Summary: Window close delay and
"fixme:event:wait_for_withdrawn_state ... wait timed
out" messages
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rustamabd(a)gmail.com
Every Wine window I try to close lingers for about 1 to 1.5 seconds before
disappearing, and finally when it does, a fixme error is being printed that
looks like this:
fixme:event:wait_for_withdrawn_state window 0x1002a/1200005 wait timed out
I'm using wine-1.1.5 running on FreeBSD 7.0, with a SSH/X11 forwarding to a X11
server running under Cygwin (However, all other X11 programs don't exhibit this
behavior).
X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 7.0-STABLE i386
Current Operating System: FreeBSD toyodiy.com 7.0-RELEASE FreeBSD 7.0-RELEASE
#0: Sun Feb 24 19:59:52 UTC 2008
root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 02 September 2008 12:35:52PM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.99.901-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=15341
Summary: Artrage 2.5 Starter and Full editions: Precice tablet
mode has inverted Y axis.
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: azathothgr(a)gmail.com
When using 'precise tablet mode' in ArtRage 2.5 starter or full
[http://www.artrage.com/artragedown.html] the Y axis is inverted.
Adding the following after line 204 in wintab32/context.c fixes it, but I don't
know if it's a proper solution, breaks other programs, or understand what the
code is actually supposed to do (besides flipping y).
context.c:line 204:
/* flip the Y axis */
if (ptr->context.lcOutExtY > 0)
packet->pkY = ptr->context.lcOutExtY - packet->pkY;
changed to :
/* flip the Y axis */
if (ptr->context.lcOutExtY > 0)
packet->pkY = ptr->context.lcOutExtY - packet->pkY;
if (ptr->context.lcOutExtY < 0)
packet->pkY = abs(ptr->context.lcOutExtY) - packet->pkY;
--
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=15474
Summary: Adobe Premiere Pro crashes in treeview
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://download.adobe.com/pub/adobe/magic/premiere/win/7
.x/premierepro_english_tryout.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To run, you need "winetricks gdiplus" to get past a crash in gdiplus,
and "winetricks vcrun6" to get past a heap corruption,
and finally "winetricks cc580" to get past a crash in treeview.
This bug is about the treeview crash.
--
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=12670
Summary: Flash 8: tablet pressure sensitive did not work in flash
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: buzzilo(a)gmail.com
Tablet pressure sensitive did not work in flash although in Photoshop CS all
works fine.
Tablet: Wacom Bamboo fun
--
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=7316
John Klehm <xixsimplicityxix(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |buzzilo(a)gmail.com
--- Comment #35 from John Klehm <xixsimplicityxix(a)gmail.com> 2008-09-30 11:00:04 ---
*** Bug 12670 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=7316
John Klehm <xixsimplicityxix(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|xixsimplicityxix(a)gmail.com |
--
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=7316
John Klehm <xixsimplicityxix(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
Status|NEW |ASSIGNED
--- Comment #34 from John Klehm <xixsimplicityxix(a)gmail.com> 2008-09-30 10:52:54 ---
Hrmm not sure why I can't change assignee and have it set to assigned all in
one go.
--
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=7316
John Klehm <xixsimplicityxix(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |xixsimplicityxix(a)gmail.com
Status|REOPENED |NEW
--- Comment #33 from John Klehm <xixsimplicityxix(a)gmail.com> 2008-09-30 10:50:17 ---
Got the flash 8 trial and am taking a crack at getting this 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=5424
--- Comment #17 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-09-30 09:25:19 ---
(In reply to comment #15)
Both points are incorrect. This will brake lots of applications.
--
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
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|CVS/GIT |0.9.15.
--- Comment #16 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-09-30 09:23:59 ---
Don't change original reported Wine version.
--
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=15475
Summary: Finale 2009 Autoun crashes, cnnot show second window.
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.vul(a)gmail.com
Created an attachment (id=16373)
--> (http://bugs.winehq.org/attachment.cgi?id=16373)
wine log
On a Windows machine, the Autorun works as follows: the first part of the
window shows for a while, then it continues to show a selection of what to
install.
On Linux, the program crashes instead of transitioning.
--
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=1177
--- Comment #7 from Guillermo Javier Nardoni <guillermo(a)geryon.com.ar> 2008-09-30 08:21:55 ---
ups..
Yes, let's upgrade __RIGHT NOW__.
in few minutes i'll post new information about it.
Thanks a lot.
by the way: I did not check the latest version of wine first :O, sorry....
--
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
Johan Gill <johan.gill(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.15. |CVS/GIT
--
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 #15 from Johan Gill <johan.gill(a)gmail.com> 2008-09-30 05:22:42 ---
Revisiting, the problem can be solved in two ways, based on two views on how it
should work:
1) "wine foo.exe" should behave as if "foo" is typed in cmd. Make wine always
construct a full path to the executable on startup
2) "My shell is not cmd": Consider it an issue with wineconsole/cmd, and let
them construct a full path to the executable when they are used.
Need input
--
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=1177
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-09-30 02:27:56 ---
(In reply to comment #5)
> My system:
> debian etch
> Invoking /usr/lib/wine/wine.bin --version ...
> wine-0.9.25
That's a _REALLY_ old version. Can you upgrade to anything newer? Preferably >
1.1.
--
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=3846
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-09-30 01:59:14 ---
Still present in git.
--
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=8287
--- Comment #18 from Danila Sentiabov <dsent(a)mail.ru> 2008-09-30 01:47:37 ---
(In reply to comment #17)
> 0.9.46 crashes the same as current git for me (irfan view 4.2.0. Are you sure
> it's a regression?
I've checked a bunch of precompiled wine binaries and libs that I always keep
at hand just in case. And 0.9.46 worked like a charm.
But I'll recheck it, of course.
--
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=1177
Guillermo Javier Nardoni <guillermo(a)geryon.com.ar> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |guillermo(a)geryon.com.ar
--- Comment #5 from Guillermo Javier Nardoni <guillermo(a)geryon.com.ar> 2008-09-29 23:23:53 ---
Hello, i'm trying to open this thread again.
My name is Guillermo and i'm writing this post from Argentina..
It's been a long time since this post has been written and many new version of
wine has been released.
Nowaday, I'm working with Clarion 6 (this software is a programming language
running on windows).
I can do lots of things almost everything but compile.
The Clarion compiler, compiles the application but it hangs after compiling...
What should i post to help solving this problem?.
My system:
debian etch
Invoking /usr/lib/wine/wine.bin --version ...
wine-0.9.25
Wine exited with a successful status
Kernel: 2.6.24 (from kernel.org) and compile by me (but with standard options).
Thanks a lot.
--
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=3542
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|download |patch
--- Comment #23 from Austin English <austinenglish(a)gmail.com> 2008-09-29 19:11:01 ---
Download link is busted, anyone got another?
--
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=15476
Summary: Brothers In Arms - Road To Hill 30 / Earned In Blood:
player cannot make a full 360º turnaround
Product: Wine
Version: 1.1.5
Platform: PC
URL: ftp://ftp.ubi.com/emea/brothersinarms/demo/BIA_PC_Demo.z
ip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
In both games, character turnarounds using the mouse is restricted to less than
180º instead of a full 360º turn. IMHO these games could be rated as platinum
by fixing just 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=6971
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amlopezalonso(a)gmail.com
--- Comment #179 from Austin English <austinenglish(a)gmail.com> 2008-09-29 18:40:30 ---
*** Bug 15476 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=11613
Summary: Premiere Pro 1, 1.5 crash on startup with unimplemented
function SHELL32.dll.SHGetFolderPathAndSubDirA
Product: Wine
Version: 0.9.54.
Platform: Other
URL: http://download.adobe.com/pub/adobe/magic/premiere/win/7
.x/premierepro_english_tryout.exe
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
'Nuff said.
--
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=8287
--- Comment #17 from Austin English <austinenglish(a)gmail.com> 2008-09-29 16:05:58 ---
(In reply to comment #16)
> Tried to do regression testing, but failed.
> Bisected source ("good" 0.9.46 and "bad" 0.9.47) won't compile on my system.
> Moreover, it damages the source, so "git bisect reset" don't work.
>
0.9.46 crashes the same as current git for me (irfan view 4.2.0. Are you sure
it's a regression?
--
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=4783
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.