https://bugs.winehq.org/show_bug.cgi?id=38341
Bug ID: 38341
Summary: Photoshop CS6 crash at startup
Product: Wine
Version: 1.7.39
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeff.artik(a)gmail.com
Distribution: ---
Created attachment 51185
--> https://bugs.winehq.org/attachment.cgi?id=51185
Terminal output
With the lastest version of wine 1.7.39 and a bi-arch compilation + photoshop
brush patch, Photoshop always crash on startup.
Terminal output attached.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38041
Bug ID: 38041
Summary: GTAVC abruptly switches sound from left speaker to
right when steering a car
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
After wine upgrade I've noticed that when I e.g. drive a car and steer it
right, the sound from its engine abruptly switches to the right speaker, and
steering left switches the sound to left speaker. I'm not sure whether the full
sound is gone in such cases, but the switch is easily audible. This sounds
quite unpleasant and wasn't there with previous wine versions. Bisecting gives
me this commit:
02f9edfd77302eabc0a8a6e45a9423ebe2b1acef is the first bad commit
commit 02f9edfd77302eabc0a8a6e45a9423ebe2b1acef
Author: Mark Harmstone <hellas(a)burntcomma.com>
Date: Tue Jan 6 19:27:00 2015 +0000
dsound: Do not use panning to set sound position.
:040000 040000 03150d0f8efa7cbd91b17fdb40c6a1f96ff75ca1
7b1eb0070dcc0d92b3bb216a12727407f891fe28 M dlls
--
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=28754
Bug #: 28754
Summary: In comdl32/tests/itemdlg.ok, update_layout() uses
uninitialized window rect
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make itemdlg.ok" in comdlg32/tests, valgrind complains
Conditional jump or move depends on uninitialised value(s)
at update_layout (itemdlg.c:1114)
by IFileDialog2_fnSetFileNameLabel (itemdlg.c:1968)
by IFileOpenDialog_fnSetFileNameLabel (itemdlg.c:2231)
by func_itemdlg (itemdlg.c:714)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at update_layout (itemdlg.c:1098)
and a cascade of uninitialized values ensues that would be hard to
write a suppression for. The uninitilialized value happens because
update_layout() calls GetClientRect on This->dlg_hwnd, which is NULL,
and doesn't check whether it succeeded.
The attached patch makes all the warnings go away, but I don't know if it's
the right thing to do.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38340
Bug ID: 38340
Summary: iexplore crashes after follow links.
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 51184
--> https://bugs.winehq.org/attachment.cgi?id=51184
mshtml,jscript log
wine iexplore
http://www.sparxsystems.com/enterprise_architect_user_guide/12.0/projects_a…
After using the links on the left, iexplorer crashes.
The crash occurs occurs following 5-10 links.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37689
Bug ID: 37689
Summary: Sumatra PDF 3.0 crashes when opening .epub and .mobi
files
Product: Wine
Version: 1.7.32
Hardware: x86
URL: https://kjkpub.s3.amazonaws.com/sumatrapdf/rel/Sumatra
PDF-3.0-install.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: gohabsgo60(a)yahoo.ca
Distribution: ---
Created attachment 50166
--> https://bugs.winehq.org/attachment.cgi?id=50166
backtrace
Sumatra PDF 3.0 crashes in gdiplus when opening .epub and .mobi files.
.pdf and .djvu files don't make it crash.
works fine with native gdi+
i have attached a backtrace.
output has nothing relevant and is the same as when it doesn't crash, so i
didn't bother attaching it.
--
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=28769
Bug #: 28769
Summary: shell32/shellpath tests: test_knownFolders() triggers
use-after-free and invalid free in foldermanager
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make shellpath.ok" in shell32/tests, Valgrind complains:
Invalid read of size 1
at foldermanager_GetFolder (shellpath.c:3764)
by test_knownFolders (shellpath.c:2199)
by func_shellpath (shellpath.c:2517)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f041870 is 472 bytes inside a block of size 1,024 free'd
at RtlFreeHeap (heap.c:262)
by add_with_alpha (imagelist.c:237)
by ImageList_ReplaceIcon (imagelist.c:2508)
by SIC_IconAppend (iconcache.c:284)
by SIC_Initialize (iconcache.c:428)
by DllMain (shell32_main.c:1200)
Invalid read of size 1
at foldermanager_GetFolder (shellpath.c:3764)
by test_knownFolders (shellpath.c:2233)
by func_shellpath (shellpath.c:2517)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f041870 is 472 bytes inside a block of size 1,024 free'd
at RtlFreeHeap (heap.c:262)
by add_with_alpha (imagelist.c:237)
by ImageList_ReplaceIcon (imagelist.c:2508)
by SIC_IconAppend (iconcache.c:284)
by SIC_Initialize (iconcache.c:428)
by DllMain (shell32_main.c:1200)
Invalid free() / delete / delete[]
at RtlFreeHeap (heap.c:262)
by foldermanager_Release (shellpath.c:3684)
by test_knownFolders (shellpath.c:2485)
by func_shellpath (shellpath.c:2517)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f041870 is 472 bytes inside a block of size 1,024 free'd
at RtlFreeHeap (heap.c:262)
by add_with_alpha (imagelist.c:237)
by ImageList_ReplaceIcon (imagelist.c:2508)
by SIC_IconAppend (iconcache.c:284)
by SIC_Initialize (iconcache.c:428)
by DllMain (shell32_main.c:1200)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38218
Bug ID: 38218
Summary: Corrupted Colors in Call of Duty World at War Single
and Multiplayer
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
corrupted colors in faces, rocks and other things in call of duty world at war
single and multiplayer modes
is wine 1.7.28 appears ok, for both wine test used lastest nvidia beta drivers,
clean prefix for both
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38375
Bug ID: 38375
Summary: Grand Theft Auto IV crashed cars has wrong rendering
Product: Wine
Version: 1.7.40
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 51222
--> https://bugs.winehq.org/attachment.cgi?id=51222
screenshot
See a screenshot.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38342
Bug ID: 38342
Summary: Ground Texture Missing in Vanishing of Ethan Carter
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gordan(a)bobich.net
Distribution: ---
In the game "Vanishing of Ethan Carter" the ground texture is missing.
This does not appear to be related to the GPU driver, tested with both an Intel
GPU and an Nvidia GPU.
Also reported by another user on the AppDB.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38414
Bug ID: 38414
Summary: the curson can not be displayed.
Product: Wine
Version: 1.7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eastpoplar(a)163.com
Distribution: ---
Created attachment 51268
--> https://bugs.winehq.org/attachment.cgi?id=51268
the source insight config file which can reproduce this issue.
I am using the source inside under wine,
if I set the background color to black, the cursor can not be displayed,
if I set the background color to white, the cursor can displayed properly,
I try it under windows:
if I set the BG to black, the cursor will display as white.
if I set the BG to wight, the cursor will displayed as black.
so I guess the wine can only simulate the cursor as black, so if set the BG to
black, the cursor can not be displayed.
if possible please fix this issue, with no cursor env, it's hard to coding.
please tell if this issue has been fixed in some version, or it can be fix if
adjust the config.
I don't want to change my SI black ground color.
Thanks.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38338
Bug ID: 38338
Summary: Program Carto-Exploreur crashes at launching with
Wine.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: catherine.hurst(a)aliceadsl.fr
Distribution: ---
Created attachment 51178
--> https://bugs.winehq.org/attachment.cgi?id=51178
backtace.txt is the file generated by Wine at the crash of Carto Exploreur
When trying to launch the program called
Carto-Exploreur 3.00 edited by BAYO (www.bayo.com) (French)
I get the following message:
" Carto-Explorer encounterd a serious problem and has to stop
immediately."
( in french of course the english is a translation of mine. )
...followed by a technical explanation well above my technical skills and a
recommandation:
"If this problem doesn't occur when running the program on Windows, please
register detailed information in a suitable file by pressing corresponding
button hereunder , and then submit a bug report with the suitable file
attached"
I followed this recommandation: the file name is: backtrace.txt .
I hope it will help.
Thank you in advance and accept my apologies regardind my English
Catherine Hurst
Additional information: the Toshiba laptop used has a dual boot Ubuntu 14-04
and Windows XP which is only used for the Carto-Explorer program ... That's why
I need Wine : to get rid of the dual boot and XP. Actually I tried to use
Carto-Exploreur "as is" (ie: I did not réinstall it ) As Ubuntu has a full
access to the XP partition
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38393
Bug ID: 38393
Summary: Tried to play a game but it won't let me
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: becca.lilja94(a)gmail.com
Created attachment 51246
--> https://bugs.winehq.org/attachment.cgi?id=51246
this is what came up for me.
i installed a game on ARC via Crossover and when i try to run the game it just
comes up a report saying that there is either something wrong with the game I'm
trying to play or that there is a wine missing.... I really want to play the
game. And the game is called Forsaken World not that i know if it will help...
PLEASE help....
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38215
Bug ID: 38215
Summary: evil genius crashes when i click the science button
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sshook09(a)gmail.com
Created attachment 51008
--> https://bugs.winehq.org/attachment.cgi?id=51008
evil genius crashes when i click the science button
evil genius crashes when i click the science button
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37483
Bug ID: 37483
Summary: Possible null pointer dereference: lpItem - otherwise
it is redundant to check it (Cppcheck)
Product: Wine
Version: 1.7.29
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
[dlls\comctl32\listview.c:4222] -> [dlls\comctl32\listview.c:4247]: (warning)
Possible null pointer dereference: lpItem - otherwise it is redundant to check
it
lpItem may be null but later it's used without check:
4193 if (infoPtr->dwStyle & LVS_OWNERDATA)
4194 {
4195 /* a virtual listview only stores selection and focus */
4196 if (lpLVItem->mask & ~LVIF_STATE)
4197 return FALSE;
4198 lpItem = NULL;
4199 }
...
4222 if ((lpLVItem->mask & LVIF_IMAGE) && (lpItem->hdr.iImage !=
lpLVItem->iImage))
4223 uChanged |= LVIF_IMAGE;
4224
4225 if ((lpLVItem->mask & LVIF_PARAM) && (lpItem->lParam !=
lpLVItem->lParam))
4226 uChanged |= LVIF_PARAM;
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38249
Bug ID: 38249
Summary: Worms Armageddon
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: arymaynart(a)hotmail.com
Distribution: ---
Created attachment 51061
--> https://bugs.winehq.org/attachment.cgi?id=51061
Log File of Worms Armageddon
The game goes normal until the choose screen. When i try to start a single play
or any other kind, i have a crash to desktop sayng that the Worms Armageddon
has encountered an error.
In the log file says that: WA caused a Microsoft C++ Exception (0xe06d7363)
in module KERNEL32.dll at 0073:7b83c672.
"Land data read error"
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38156
Bug ID: 38156
Summary: .NET Framework v3.5 x64 compiler under wine
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexalx(a)bigmir.net
Distribution: ---
Created attachment 50898
--> https://bugs.winehq.org/attachment.cgi?id=50898
log
Hello, sorry for my english.
quoting from https://forum.winehq.org/viewtopic.php?f=8&t=24233
I have problem with trying to get working compiler (csc.exe) of .NET Framework
v3.5 x64 under wine.
I need get somehow working csc.exe for compile in real-time plugins for game
server what working fine through wine, except compiling plugins...
Right now there is no way to load already compiled plugins due to security
reasons.
It uses csc.exe from .NET Framework v3.5 !!x64!! ONLY.
Right now i somehow successfully installed .net framework v.3.5 x64 (using
winetricks and some other ways), but when trying to use csc.exe it crashes...
Is there some way to get working csc.exe under wine x64?
The source of plugin loader what of game server mod:
https://github.com/OxideMod/Oxide/blob/master/Oxide.Ext.CSharp/CSharpPlugin…
Thank you for attention.
----------
System information:
Wine build: wine-1.7.34
Platform: x86_64
Host system: Linux
Host version: 3.11.3-custom
Linux 3.11.3-custom #3 SMP PREEMPT Thu Oct 3 15:24:05 EEST 2013 x86_64 x86_64
x86_64 GNU/Linux
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38193
Bug ID: 38193
Summary: Collin Mac Rae 2005 crash at begins
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Created attachment 50969
--> https://bugs.winehq.org/attachment.cgi?id=50969
backtrace
Game crash at begins
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37600
Bug ID: 37600
Summary: SharpDevelop 4.4.1.9729 load issue
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tcll5850(a)gmail.com
Distribution: ---
Just wanted to report, since the last report is as old as 2009 with an outdated
version of SharpDevelop...
SharpDevelop 4.4.1 (loaded with an x86 prefix on x64 (amd64) wine)
the program loads and displays the banner, but the program hangs there and
never gets to the UI.
if you guys need an error report, I can look into it if you like. :)
but I think it has something to do with .NET
(not sure if still the same issue as mentioned back in 2009)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38268
Bug ID: 38268
Summary: auto mount manager fail
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
Assignee: wine-bugs(a)winehq.org
Reporter: khuram.mkm(a)gmail.com
Distribution: ---
Created attachment 51095
--> https://bugs.winehq.org/attachment.cgi?id=51095
the creen shot
i am using centos 7
a have installed wine-1.7.22 through yum command.
my outo mount manager is not working.
when i delete ~/.wine and open winecfg it update and works for a while and
then again disabled. please help.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38180
Bug ID: 38180
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: freddyfazbear258(a)gmail.com
Distribution: ---
Created attachment 50948
--> https://bugs.winehq.org/attachment.cgi?id=50948
Dont have the files correctly >:C
Hello, when i go to the file wine, and drive_c, and i go to program files, does
not have the files that should have. For example, i have a game called half
life, and the archive is not there, but in other program i select an archive
and the carpet is there! I dont know what is the problem, please someone tell
me how to fix it
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38279
Bug ID: 38279
Summary: Uninitialized src_rect in
wined3d/surface.c:cpu_blit_color_fill
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Distribution: ---
In procedure cpu_blit_color_fill there is local variable
static const RECT src_rect;
assumed inited by zero?
Then it used as parameter
return surface_cpu_blt(dst_surface, dst_rect, NULL, &src_rect,
WINEDDBLT_COLORFILL, &BltFx, WINED3D_TEXF_POINT);
And this function explicitly used the pointer
srcheight = src_rect->bottom - src_rect->top;
srcwidth = src_rect->right - src_rect->left;
What behavior assumed here?
I found no assingment to this static constant.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38194
Bug ID: 38194
Summary: Singles 2 crash at start
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Created attachment 50970
--> https://bugs.winehq.org/attachment.cgi?id=50970
backtrace
singles 2 game crash at begins
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38325
Bug ID: 38325
Summary: Bug With Mac Driver/X11
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: cayer(a)hcrhs.org
Due to a new update in a game client, I decided to try and get the latest in
both the Wine clients and the game itself client (Runescape). The problem was,
whenever I try to select the option to use the Mac Driver instead of X11, in
"Set screen options," as soon as I try to run the program, it will revert it
back. I don't know what is making it do this, but the game won't run with X11,
so now I basically can't play.
--
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.