http://bugs.winehq.org/show_bug.cgi?id=19098
Summary: Regedit randomly crashes when deleting registry keys
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: acheron(a)front.ru
When I try to delete a key regedit may crash. Error messages wary. Sometimes it
displays an error window suggesting to write a bug report, sometimes it
doesn't. The most frequent error message seems to be similar to
wine: Unhandled page fault on write access to 0x00790051 at address 0x7ef977f9
(thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ef97d3e
I don't know if this is the cause or not, but I've encountered this problem
only deleting keys of type REG_SZ and containing non-ASCII characters.
--
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=46721
Bug ID: 46721
Summary: Two quotes together (in outer quotes) not parsed
correctly in argv
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: brendan(a)redmandi.com
Distribution: ---
Created attachment 63693
--> https://bugs.winehq.org/attachment.cgi?id=63693
kernel32: Allow double quote style escape in argv
In Windows, two quotes together (within outer quotes) represents a
single quote (with the first quote - of the inner quotes - acting as an escape
character).
Thus calling 'CreateProcessA' with four quotes as a parameter (i.e. '""""')
will represent a single quote (i.e. '"'). In wine, this is currently being
treated as two separate sets of quotes and thus results in a empty value.
The attached patch fixes the problem.
This can be tested with the following (just copy and paste):
cat << END > test.c
#include <windows.h>
#include <stdio.h>
int main(int argc, const char *argv[])
{
PROCESS_INFORMATION processInfo;
STARTUPINFO startupInfo;
memset(&startupInfo, 0, sizeof startupInfo);
startupInfo.cb = sizeof startupInfo;
if (!CreateProcessA(
NULL,
"printArgs.exe \"\"\"\"",
0,
0,
TRUE,
0,
NULL,
NULL,
&startupInfo,
&processInfo)) {
DWORD dwLastError = GetLastError();
fprintf(stderr, "failed to execute printArgs.exe (%lu)\n",
dwLastError);
return 1;
}
return 0;
}
END
cat << END > printArgs.c
#include <stdio.h>
int main(int argc, const char *argv[]) {
for (int i = 0; i < argc; i++)
printf("%s\n", argv[i]);
return 0;
}
END
x86_64-w64-mingw32-gcc test.c -o test.exe
x86_64-w64-mingw32-gcc printArgs.c -o printArgs.exe
wine64 test
--
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=45703
Bug ID: 45703
Summary: Microsoft Office 365 applications crash on WINE 3.14
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexander-winehq(a)xmine128.tk
Distribution: ---
Created attachment 62130
--> https://bugs.winehq.org/attachment.cgi?id=62130
Full crash log
In the current version of WINE (3.14) all Office 365 Professional Plus apps
(tested Word, Excel & PowerPoint) crash with the following error:
…
005c:fixme:ole:NdrCorrelationFree (0x267f764): stub
0009:fixme:ole:NdrCorrelationFree (0x32e864): stub
wine: Unhandled page fault on read access to 0x6809b474 at address
0x7bc4015d (thread 0009), starting debugger...
0009:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc4015d
There is no indication what this could be when comparing with the same
(working) binaries on WINE 3.0.
--
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=46579
Bug ID: 46579
Summary: [Regression] F.E.A.R. 2: Project Origin screen is
completely light grey while playing intro movie
Product: Wine
Version: 3.1
Hardware: x86-64
URL: https://www.gamewatcher.com/downloads/f-e-a-r-2-projec
t-origin-download/f-e-a-r-2-project-origin-demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: matteo.mystral(a)gmail.com
Regression SHA1: 3d6eb8cf1dc1e509a74f85fd2356c6946372ecc5
Distribution: ---
Reverting 3d6eb8cf1dc1e509a74f85fd2356c6946372ecc5 helps.
--
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=46706
Bug ID: 46706
Summary: Eventide H9 Control bluetooth exception
Product: Wine-staging
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: martin.bruset.solberg(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63667
--> https://bugs.winehq.org/attachment.cgi?id=63667
Backtrace
Eventide H9 Control is an app used to control H9 Harmonizer effect pedals. It
communicates to the pedal via Bluetooth. After installation, it is possible to
start the app in Wine. The interface loads, but it immediately throws an
exception and dies.
--
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=46115
Bug ID: 46115
Summary: Cursor in unity games moving down and to the right one
pixel on any mouse interaction
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: saramaebee(a)gmail.com
Distribution: ---
This bug was fixed last year: https://bugs.winehq.org/show_bug.cgi?id=42872 ,
however I am still being affected by it.
wine-3.0.3 (Debian 3.0.3-2~bpo9+1)
--
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=33904
Bug #: 33904
Summary: Face Noir demo crashes on start without native
d3dx9_36
Product: Wine
Version: 1.6-rc3
Platform: x86
URL: http://spiele.download.t-online.de/dladvert/115472
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com, wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 45015
--> http://bugs.winehq.org/attachment.cgi?id=45015
log+d3dx
This is may also affect on a full 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.
https://bugs.winehq.org/show_bug.cgi?id=46371
Bug ID: 46371
Summary: FFXI + Ashita random crash ingame
Product: Wine-staging
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)foreversmall.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63113
--> https://bugs.winehq.org/attachment.cgi?id=63113
Crash log from Intel GPU
There appears to be some issue with wined3d in Wine 4.0rc3. I haven't been
able to nail down the pattern yet but it seems like when a lot of geometry is
being loaded. For example, zoning into a new area, or entering a cut scene can
cause a crash but it isn't every time. Unsure when this was introduced as I
wasn't able to login until bug 46263 was resolved. I have two separate crash
reports one with a Intel driver and the other with Nvidia proprietary driver.
Both crash in similar circumstances.
--
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=45878
Bug ID: 45878
Summary: digital signature on mac
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alloraquando(a)gmail.com
Distribution: ---
Created attachment 62387
--> https://bugs.winehq.org/attachment.cgi?id=62387
i try to star a aruba digital signature on mac but doesnt work it stop at the
end when building store
find attachement
i try to star a aruba digital signature on mac but doesnt work it stop at the
end when building store
hi
ermanno
--
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=15934
Summary: Can't see Worms 2 intro films as they play
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deriziotis(a)gmail.com
The introduction films to Worms 2 play but you can't see the videos.
You can only hear the audio and when they finish it goes into the game as
normal.
Without any debugging set a fixme line is outputted to the console when each
video starts:
fixme:mciavi:MCIAVI_mciPlay Unsupported flag 02000003
fixme:mciavi:MCIAVI_mciPlay Unsupported flag 02000003
--
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=46711
Bug ID: 46711
Summary: Since 3.3 other HID devices than Joysticks not
supported anymore
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hid
Assignee: wine-bugs(a)winehq.org
Reporter: Gerold.Ruhland(a)gmail.com
Distribution: ---
Created attachment 63680
--> https://bugs.winehq.org/attachment.cgi?id=63680
Pic showing mouse detected using CrossOver 17.5.1 and WINE 2.8
Everything worked fine since the early versions of WINE 2.x until 3.3 but at
least since 3.14 (did not test all versions between 3.3 and 3.14) other HID
devices than Joysticks or Gamepads are not supported anymore. That means they
are not detected and no entries are made in the registry so that the setupdi
functions works correctly.
When do you plan to add these functionality again? In 4.2 it still doesn't
work.
I have been in contact with Aric, but it looks like he gave up.
It's so easy to test yousrelf. Use the HID test program from Microsoft
(hclient.exe) and a USB mouse (I did my tests with a MicroSoft IntelliMouse
Explorer 2.0 or Wireless Laser Mouse 6000 but I guess another USB will work
too)
--
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=44423
Bug ID: 44423
Summary: Excel 2010 32bit - links not working
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: granric(a)gmail.com
Distribution: ---
Created attachment 60355
--> https://bugs.winehq.org/attachment.cgi?id=60355
Modal window with error
Clicking on a link within a worksheet gives a modal window with "an unexpected
error has occurred" (see attachment).
Appears a regression versus 2.04 (was working before).
Context: Office Professional Plus 32 bits, Linux Mint 18.3
--
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=43411
Bug ID: 43411
Summary: The Sims -> White models frozen on the screen
Product: Wine
Version: 2.10
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
The Sims isn't playable since all the characters are in white and are frozen,
sometimes the screen refresh when you call for the interaction menu but they
will be stuck elsewhere.
https://appdb.winehq.org/appimage.php?iId=44824
--
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=46626
Bug ID: 46626
Summary: UPlay fails to start : "Error at hooking API
LoadStringA"
Product: Wine
Version: 4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: vlad.botanic(a)gmail.com
Distribution: ---
OS: Fedora 29 clean install in QEmu environment
wine: winehq-devel 4.1-3.1 @WineHQ
UPlay: downloaded from uplay.com on 11/02/2019; version.txt -> 5979
What happens:
When starting UPlay.exe a window pops up with text:
----
upc.exe
----
Error at hooking API "LoadStringA"
Dumping first 32 bytes:
F3 0F 1E FB 8D 4C 24 04 83 E4 F0 FF 71 FC 55 89
E5 57 56 53 E8 77 48 F9 FF 81 C3 97 B5 06 00 51
----
Earliest available in repo version 4.0-4.1 fails in the same way, but the
message is about <Error at hooking API "LdrFindResource_U">, so I cannot figure
whether it is a regression actually.
--
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=46019
Bug ID: 46019
Summary: Adobe Digital Editions 4.5 doesn't install
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.goldner(a)gmx.de
Distribution: ---
I tried to install Adobe Digital Editions 4.5.
During install an "endless loop" with "Adobe Digital Editions 4.5 is already
running. Please Close Adobe Digital Editions and restart"
After pressing the "Repeat" Button the same Dialogue comes up again. Pressing
Cancel wine reports an error (see attachment).
Regards
Robert
--
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=37709
Bug ID: 37709
Summary: Qt 5 applications show menus & co. on wrong screen if
outside primary screen
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: matteo(a)mitalia.net
Distribution: ---
Created attachment 50198
--> https://bugs.winehq.org/attachment.cgi?id=50198
If the menu is opened on the primary screen everything works fine
Qt 5 applications under Wine 1.6.2 have problems in positioning menus, the
combobox dropdown and other "floating" elements in case of a multiple monitors
setup.
In particular, the position of such elements seems to be clamped to the primary
screen, as in attached figures.
The problem doesn't show with Qt 4 applications.
You can find a statically-linked demo application here
(https://bitbucket.org/mitalia/qt5-wine-menubug/downloads/qt5-wine-menubug.e…)
- it just sports a QMainWindow with two menus and a combobox. Its source is at
https://bitbucket.org/mitalia/qt5-wine-menubug/src.
--
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=37401
Bug ID: 37401
Summary: Brother's Keeper 7: crashes when being closed down.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Wathonian(a)gmail.com
Distribution: ---
Created attachment 49743
--> https://bugs.winehq.org/attachment.cgi?id=49743
Terminal Output
Wine 1.7.28, Brother's Keeper 7.0.31 (wwww.bkwin.org/bksetup7E.EXE)
Having entered data (First create a database then go to Add an entry, a name
and date of birth will suffice), attempting to close the program will crash 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=34749
Bug #: 34749
Summary: Eleusis Demo needs native dotnet40
Product: Wine
Version: 1.7.4
Platform: x86
URL: http://www.gamershell.com/download_99777.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 46328
--> http://bugs.winehq.org/attachment.cgi?id=46328
log+backtrace
Crashes at start without native dotnet40.
--
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=42701
Bug ID: 42701
Summary: Mafia III stops after launching (needs
api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll.Ro
GetParameterizedTypeInstanceIID)
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Depends on: 42700
Distribution: ---
wine: Call from 0x7b43b77c to unimplemented function
api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll.RoGetParameterizedTypeInstanceIID,
aborting
wine-2.4-123-gec8485e
--
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=41458
Bug ID: 41458
Summary: ACDSEE Pro 10 (64-bit) needs
api-ms-win-crt-locale-l1-1-0.dll.__initialize_lconv_fo
r_unsigned_char to run
Product: Wine
Version: 1.9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Created attachment 55836
--> https://bugs.winehq.org/attachment.cgi?id=55836
Crash on startup 64bit W7
App crashes on startup.
--
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=40235
Bug ID: 40235
Summary: unimplemented function
api-ms-win-core-sysinfo-l1-2-1..GetSystemTimePreciseAs
FileTime called in 32-bit code
Product: Wine
Version: 1.7.35
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: pherms(a)outlook.com
Distribution: ---
Created attachment 53779
--> https://bugs.winehq.org/attachment.cgi?id=53779
unimplemented function
api-ms-win-core-sysinfo-l1-2-1..GetSystemTimePreciseAsFileTime called in 32-bit
code
I've got the message while installing the 32 bit windows package Metatrader 4,
using the PlayOnLinux wrapper.
It started to prepare the wine-prefix and download and install the necesary
packages, like gecko... (I cannot remember the complete package name, sorry for
that) and wine-mono-4.5.4.
After that it tried to run the MetaTrader 4 installer and it threw this
exception. See the attached file.
I have been able to install and use this program in Windows succesfully.
--
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=41328
Bug ID: 41328
Summary: starcraft 2 need ucrtbase.dll._wsopen_dispatch
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: arkahys(a)hotmail.com
Distribution: ---
Starcraft 2 version 3.6.0 crash.
wine: Call from 0x7b43cd1c to unimplemented function
api-ms-win-crt-stdio-l1-1-0.dll._wsopen_dispatch, aborting
add api-ms-win-crt-stdio-l1-1-0 (native,integer) crash and return :
wine: Call from 0x7b43cd1c to unimplemented function
ucrtbase.dll._wsopen_dispatch, aborting
add ucrtbase (native, integer) launch game but crash before menu and return :
wine: Call from 0x7b43cd1c to unimplemented function
api-ms-win-crt-math-l1-1-0.dll._except1, aborting
--
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=15436
Summary: Collect crash data
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Suggested at Wineconf 2008.
When a wine app crashes, instead of running winedbg by default,
we should run a crash handler that gathers
crash info and offers to upload it to the developers.
--
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=39935
Bug ID: 39935
Summary: AppCAD table doesn't show cell contents unless focused
or hovered over
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 53347
--> https://bugs.winehq.org/attachment.cgi?id=53347
NoiseCalc on Wine
AppCAD is a freeware RF circuit design tool. In the NoiseCalc component
(Signals-Systems>NoiseCalc) the table doesn't show cell contents until they
have focus or the pointer hovers over them. No Wine messages seem to be
related to this particular component.
--
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.