http://bugs.winehq.org/show_bug.cgi?id=31680
Bug #: 31680
Summary: Bwin Poker installer fails
Product: Wine
Version: 1.5.12
Platform: x86-64
URL: http://download.ongamepoker.com/games/233/W3YA/Install
BwinPoker.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Blocks: 26830, 28068
Classification: Unclassified
The installer for Bwin Poker downloads the files it needs then attempts to
execute them, but Wine's cmd cannot handle the command line.
C:\bwinPoker>set
PATH=C:\bwinPoker\arch\win32\jre\bin;C:\bwinPoker\arch\win32\jre\bin\client;C:\windows\system32;C:\windows;C:\windows\system32\wbem
C:\bwinPoker>set JAVA_HOME=C:\bwinPoker\arch\win32\jre
C:\bwinPoker>start "" "bwinPoker.exe" -classpath
DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3480.jar;resources.jar;swt.jar
-classname PokerClient -dir . -lang en -logdir "C:\users\test\Local
Settings\Application Data\P5\bwin\logs" -brand bwin
fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: Invalid parameter.
Evidently this is a Java application. The installer downloads its own Java
runtime, hence the "PATH=C:\bwinPoker\arch\win32\jre\bin".
I tried
$ wine-git cmd /C start 'bwinPoker.exe -classpath
DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3480.jar;resources.jar;swt.jar
-classname PokerClient -dir . -lang en -logdir "C:\users\test\Local
Settings\Application Data\P5\bwin\logs" -brand bwin'
but the result is the same
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: Invalid name.
This is not a Wine regression as the application has been updated.
Other than the above there is nothing of relevance in the console.
--
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=34769
Bug #: 34769
Summary: warn:file:CreateFileW Unable to create file
L"\\\\.\\pipe\\BurnPipe
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vek.m1234(a)gmail.com
Classification: Unclassified
www.tracker-software.com/product/pdf-xchange-editor
This is a PDF Editor - the only decent editor like software for Linux+Wine.
Unfortunately it doesn't work at all! The PDF Viewer software however works
flawlessly in Wine+Linux.
The error my friend got was: warn:file:CreateFileW Unable to create file
L"\\\\.\\pipe\\BurnPipe.{429192E0-E1EE-4542-AE79-EC2020902B03}" (status
c0000034)
He was using wine-1.7 on Arch Linux.
I tried to install this software on Wine 1.4 but couldn't get past the MSI
install.
Could someone please take a look at this particular package since the PDF
Viewer which supports OCR and PDF highlighting and annotation works flawlessly
and is very well written. Given that this software would be useful to anyone
working on Linux, could it be given a higher priority. I myself can't try
things out because I'm on an slow computer and the compile (wine-1.6) is in
progress.
--
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=20812
Summary: Respect %windir% in middle of file path
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Installing Performance Guru with Wine generates this desktop file:
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Performance Guru
Exec=env WINEPREFIX="/home/scott/.wine" wine "C:\\program
files\\Flygprestanda\\%windir%\\system32\\javaw.exe" -Djava.library.path=.\\
-Dguru.path=.\\ -jar "c:\\program files\\Flygprestanda\\guru-core.jar"
Type=Application
StartupNotify=true
Path=/home/scott/.wine/dosdevices/c:/Program Files/Flygprestanda
Icon=/home/scott/.local/share/icons/d37a_flygp.png
However, this .desktop file doesn't work for actually opening the application.
Wine returns:
wine: cannot find 'C:\program files\Flygprestanda\%windir%\system32\javaw.exe'
If I manually change this to:
Exec=env WINEPREFIX="/home/scott/.wine" wine "C:\\windows\\system32\\javaw.exe"
-Djava.library.path=.\\ -Dguru.path=.\\ -jar "c:\\program
files\\Flygprestanda\\guru-core.jar"
The program loads a bit but dies with a java file not found warning when I
double click the .desktop file. The same thing happens when I run the above in
a terminal window (from folder ~).
If I change my working directory to ~/.wine/drive_c/Program Files/Flygprestanda
on the terminal and then run the exec line above it works normally.
So it seems that there are 2 things: 1) we don't support %windir% properly when
it's in the middle of the file path, and 2) we need to set the working
directory to whatever the path was before the %windir%
--
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=34775
Bug #: 34775
Summary: Silverlight plugin under Ubuntu 13.10
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gates_ma(a)hotmail.com
Classification: Unclassified
Created attachment 46370
--> http://bugs.winehq.org/attachment.cgi?id=46370
backtrack for the error
fail to load silverlight via wine on Ubuntu 13.10
--
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=34619
Bug #: 34619
Summary: Tomtomhome won't start
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan.mussche(a)gmail.com
Classification: Unclassified
Created attachment 46134
--> http://bugs.winehq.org/attachment.cgi?id=46134
backtrace I got after starting the program tomtomhome
Although I got no warnings or errors while installing tomtomhome (from the
navigation system) the installed program does not start. In the attachment you
find the backtrace.
--
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=29415
Bug #: 29415
Summary: fixme:ole:GetHGlobalFromILockBytes problem with wine
Product: Wine
Version: 1.0.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ratnesh.iitd(a)gmail.com
Classification: Unclassified
Running wine version 1.0.1 on CentOS release 5.5 (Final) version.
When I run my native executable with this configuration as following:
/usr/bin/wine myapp.exe myapp_arguments
I get following error and program never terminates.
fixme:ole:GetHGlobalFromILockBytes cbSize is 119160
thanks
--
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=20609
Summary: Neverwinter Nights 2 reports insufficient video RAM
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oldrocker99(a)gmail.com
I have the Direct2Drive version of Neverwinter Nights 2. It installed
apparently fine with the usual problems with patches, When I run it, it reports
that I have only 128 MB of video ram. I have a nVidia 8600 with 512 MB of video
ram. I haven't found this bug elsewhere.
--
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=31734
Bug #: 31734
Summary: Unable to run latest MediaMonkey
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: x.xeroid(a)gmail.com
Classification: Unclassified
OS = kubuntu 11.04 with latest updates
Wine 1.22 (installed via Synaptic Pkg Mgr)
Downloaded current MediaMonkey Portable from:
http://www.softpedia.com/get/PORTABLE-SOFTWARE/Multimedia/Audio/MediaMonkey…
Extracted files from a zip file onto a removable device
Copied folder from portable drive (noted below) with changes listed at
<http://www.mediamonkey.com/wiki/index.php/Portable_Mediamonkey> to
/home/kenneth/.wine/drive_c/MediaMonkey_Portable/
command line used to start:
/home/kenneth/.wine/drive_c/Program Files/MediaMonkey_Portable/MediaMonkey.exe
Program just hangs, had to end the process. Also tried running the main program
installed under Windows XP (System drive), which resulted in the same condition
(hangs). Unable to install mdac and jet as per
http://bugs.winehq.org/show_bug.cgi?id=8228 - results in: Unknown arg fakeie6
--
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=23522
Summary: Planescape Torment crashes when resting.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
I have not found the cause myself, but this thread
http://www.shsforums.net/topic/44714-resting-causing-freezecrash/
seems to indicate that the cause is generated code by recent gcc.
I have no idea the primary cause, so i thought to punt it to the pros, so you
could find it and report to gcc and/or workaround the 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=34649
Bug #: 34649
Summary: Unmechanical installs broken msvcr100.dll
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Classification: Unclassified
I get the following error trying to run Unmechanical from GOG:
err:module:import_dll Loading library MSVCR100.dll (which is needed by
L"C:\\Program Files
(x86)\\GOG.com\\Unmechanical\\Binaries\\Win32\\Unmechanical.exe") failed (error
c000007b).
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files
(x86)\\GOG.com\\Unmechanical\\Binaries\\Win32\\Unmechanical.exe" failed, status
c0000135
I do have msvcr100.dll, and it's a native dll. I have to assume the installer
put it there.
Removing those vc dll's gets it past this error.
--
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=34660
Bug #: 34660
Summary: Pylotro Error's
Product: Wine
Version: 1.7.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Linuxhelper2881(a)yahoo.com
Classification: Unclassified
There's a Tab that Opens with the DDO client (Dungeon's And Dragons Online)
which seems to collect Error's and all from DDO and also this is a Wine Output
done it many times go some many error's its kinda Crazy Hope this helps.
Need any thing else just ask.
Also this is Wine 1.7.3. i will be supporting.
--
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=34609
Bug #: 34609
Summary: I do not know
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrody.man(a)gmail.com
Classification: Unclassified
Colin McRae Rally 3 error
--
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=34628
Bug #: 34628
Summary: IE8 crash at startup on winebottler
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dkujas(a)gmail.com
Classification: Unclassified
IE8 would crash everytime I launch it for the first time using winebottler.
See attachment for details
--
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=34510
Bug #: 34510
Summary: World of warcraft Install Failure
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Linuxhelper2881(a)yahoo.com
Classification: Unclassified
when u start to Install WOW it wont install and dont show any thing so ima give
a Debug Trace and Log file i collected
--
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=7284
Jerome Leclanche <adys.wh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch, testcase
--
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=7284
Alexander Dorofeyev <alexd4(a)inbox.lv> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #20174|0 |1
is obsolete| |
Attachment #23321|0 |1
is obsolete| |
Attachment #23322|0 |1
is obsolete| |
Attachment #23323|0 |1
is obsolete| |
Attachment #23324|0 |1
is obsolete| |
Attachment #23325|0 |1
is obsolete| |
--- Comment #77 from Alexander Dorofeyev <alexd4(a)inbox.lv> 2013-10-21 11:50:45 CDT ---
Created attachment 46375
--> http://bugs.winehq.org/attachment.cgi?id=46375
updated testcase rcp(0)*0
attaching updated patch with testcase, that can apply to current git
it reproduces the problem (rcp(0)*0). Result on geforce 8800:
visual.c:4238: Test failed: Color is 00ffffff, expected 000000
----------
Here is a more recent app affected by the same problem:
http://bugs.winehq.org/show_bug.cgi?id=34266
Quite possibly there are more. At the moment, it seems to only affect Nvidia,
but not because of a driver bug - rather, it seems that a behavior undefined in
GLSL is triggered:
on native, DirectX <= 9: rcp(0)*0 == Inf*0 == 0 (DirectX >= 10 has different
rules)
in GLSL: Inf*0 == undefined; in practice, appears to be NaN on nvidia vs 0 on
ATI (Intel graphics probably same a ATI) at the moment, that's why people can't
see this on Intel or ATI; can easily change in the future though.
With GLSL specs as they currently are, and without some kind of extension to
deal with this problem, the "technically valid" solution might be something
like what is suggested in bug #34266:
"dest = mix(vecN(0), a * b, equal(a, vecN(0)) || equal(b, vecN(0)))"
But Henri Verbeet said there that this is probably too costly performance-wise.
--
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=5657
--- Comment #12 from Commander <Commander.Alchemy(a)gmail.com> 2013-10-19 07:30:42 CDT ---
Still an issue with wine 1.7.4
Both the wine taskmgr and eve online monitor reports 0K memory usage.
--
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=5657
--- Comment #11 from Commander <Commander.Alchemy(a)gmail.com> 2013-10-19 07:29:44 CDT ---
Still an issue with wine 1.7.4
Both the wine taskmgr and eve online monitor reports 0K memory usage.
--
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=7520
--- Comment #28 from Sagawa <sagawa.aki+winebugs(a)gmail.com> 2013-10-18 23:30:35 CDT ---
Created attachment 46356
--> http://bugs.winehq.org/attachment.cgi?id=46356
proposed patch (synthesize bold outline face)
Could you try this patch?
With the patch, wine synthesizes bold outline faces. This is very useful to
East Asian users especially because most CJK fonts don't have a bold face.
I've posted wine-patches the other day, but I get no responses yet.
http://source.winehq.org/patches/data/99797
--
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=8391
--- Comment #11 from butraxz(a)gmail.com 2013-10-18 13:44:46 CDT ---
Download link broken.
This ticket has not been updated for over 900 days. Development recommends
to check the status on your bug every release or two and let to be known if the
bug is still present. If not, mark it fixed. If you are no longer able to put
effort to this ticket, you can abandon it.
Is this still an issue with 1.7.4 or higher ?
--
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=8028
--- Comment #15 from butraxz(a)gmail.com 2013-10-18 13:43:57 CDT ---
This ticket has not been updated for over 900 days. Development recommends
to check the status on your bug every release or two and let to be known if the
bug is still present. If not, mark it fixed. If you are no longer able to put
effort to this ticket, you can abandon it.
Is this still an issue with 1.7.4 or higher ?
--
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=6141
--- Comment #14 from butraxz(a)gmail.com 2013-10-18 13:19:55 CDT ---
This ticket has not been updated for over 900 days. Development recommends
to check the status on your bug every release or two and let to be known if the
bug is still present. If not, mark it fixed. If you are no longer able to put
effort to this ticket, you can abandon it.
Is this still an issue with 1.7.4 or higher ?
--
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=34376
Bug #: 34376
Summary: live build compile fails at dlls/msxml3/: "undefined
reference to `xmlOutputBufferGetContent'"
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n.andrew.walsh(a)gmail.com
Classification: Unclassified
I suspect the error is related to this commit:
http://source.winehq.org/patches/data/98067
(but I'm speculating).
In any event, the live build (I'm on gentoo, so this package is "wine-9999" for
me) fails to build, and I suspect this error is the culprit.
I've attached the build log for your enjoyment (?).
Cheers,
A
--
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=27343
Summary: Perfect World Russian doesn't start, since wine-1.3.20
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: malkov.victor(a)gmail.com
Created an attachment (id=34967)
--> (http://bugs.winehq.org/attachment.cgi?id=34967)
error message (it is unreadable, may be window title is useful)
Game shows its first startup window, but when I press "Play", error message is
shown. Message is unreadable - it is localization bug. Error dialog's title
says about something wrong with models.
Game worked in wine-1.3.18 and before, and doesn't work in 1.3.20 and 1.3.21. I
can't test the game in 1.3.19 because wine-1.3.19 doesn't compile on my Gentoo,
but there are some messages on game's forum saying it works in 1.3.19 too.
--
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.