https://bugs.winehq.org/show_bug.cgi?id=43685
Bug ID: 43685
Summary: Many games fail to start or run without audio using
the git version of Wine
Product: Wine
Version: 2.16
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: a0f64e1231a88417fe8b6e3eb459b2c8a098aec6
Distribution: ---
I have problems running many of my games in the current git version
(wine-2.16-77-g917e86dd7a).
Some of the affected games crash after start (without a usable backtrace),
other games do run but audio doesn't work in these games. In the terminal I see
at least 3 different errors:
1. for the games that crash there are lots of these errors before the crash:
err:d3d:wined3d_debug_callback 0x1943e0: "GL_OUT_OF_MEMORY error generated.
Failed to allocate CPU address space mapping for texture (consider building
64-bit app).".
err:d3d:wined3d_debug_callback 0x1943e0: "GL_INVALID_VALUE error generated.
Size and/or offset out of range.".
(0) : fatal error C9008: out of memory - malloc failed
2. the games that run without audio are showing this in the terminal:
mmap() failed: Cannot allocate memory
Failed to create permanent mapping for memfd region with ID = 2216594112
Ignoring received block reference with non-registered memfd ID = 2216594112
ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave
3. for some games the crash is preceded by these:
err:module:load_builtin_dll failed to load .so lib for builtin L"DBGHELP.DLL":
/home/gyebro/sources/wine-git/dlls/dbghelp/dbghelp.dll.so: failed to map
segment from shared object
err:module:load_builtin_dll failed to load .so lib for builtin L"DBGHELP.DLL":
/home/gyebro/sources/wine-git/dlls/dbghelp/dbghelp.dll.so: failed to map
segment from shared object
wine: Unhandled page fault on read access to 0x00000000 at address 0x7dcaadec
(thread 0045), starting debugger...
The problem doesn't occur before
commit a0f64e1231a88417fe8b6e3eb459b2c8a098aec6
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Sep 6 09:58:18 2017 +0200
ntdll: Allocate views out of a memory block instead of using a heap.
Many games built on the Unreal Engine 3 will fail due to this commit. One
example is Alien Breed: Impact. This game has a demo on Steam, but I couldn't
try if the demo has the same problem as the full version.
http://store.steampowered.com/app/22610/Alien_Breed_Impact/
wine-2.16-77-g917e86dd7a (32-bit)
Arch Linux 64-bit
Nvidia binary driver 384.69
I tried these games with nouveau/mesa-17.1.8 too, with similar results. Instead
of showing those ""GL_OUT_OF_MEMORY error generated..." errors in the terminal,
many games fail with such errors:
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 189
Current serial number in output stream: 193
--
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=23528
Summary: Eclipse crashes immediately after startup
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex.shtf(a)gmail.com
Created an attachment (id=29371)
--> (http://bugs.winehq.org/attachment.cgi?id=29371)
The log file created in the eclipse directory.
* Install wine 1.2-rc6 on Ubuntu Lucid x86 from the ppa
(http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu lucid main)
* Install JDK for Java 6 update 20 on wine
(http://java.sun.com/javase/downloads/widget/jdk6.jsp)
* Download eclipse 3.6 for windows x86 and extract the zip archive.
* Run eclipse.exe with wine.
The splash screen appears, progress bar reaches 100%, afterwards the welcome
screen appears. Then a second after the welcome screen appears eclipse crashes.
--
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=23776
Summary: Eclipse IDE for Java EE Developers crashes opening new
Java project
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.eclipse.org/downloads/packages/eclipse-ide-
java-ee-developers/heliosr
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
This is a followup of Bug 23528 . After selecting File->New->Java Project the
application crashes. winetricks cc580 is enough to work around the bug. From
the console:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_INT_DIVIDE_BY_ZERO (0xc0000094) at pc=0x787fa9b3, pid=8, tid=9
# Problematic frame:
# C [comctl32.dll+0x2a9b3]
--
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=24208
Summary: Eclipse (Europa) - html-based Welcome window is blank
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
With current Wine and winegecko 1.1.0 Welcome window shows empty, without any
web content.
A significant (probably) part of a log:
---
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002
err:ole:CoGetClassObject no class object {8856f961-340a-11d0-a96b-00c04fd705a2}
could be created for context 0x3
---
This is a CLSID_WebBrowser identifier.
--
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=44215
Bug ID: 44215
Summary: Eclipse (Europa) crashes on start
Product: Wine
Version: 3.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Eclipse Europa IDE crashes on start, application-generated crash log seems to
suggest mshtml problem, that happens when loading Welcome window web contents.
For testing I used jre-6u33-windows-i586.exe and
eclipse-cpp-europa-winter-win32.zip. You only need JRE to use it, no overrides.
--
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=29720
Bug #: 29720
Summary: Eclipse (Europa) crashes when tries to display welcome
window
Product: Wine
Version: 1.4-rc1
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Classification: Unclassified
Created attachment 38572
--> http://bugs.winehq.org/attachment.cgi?id=38572
+mshtml,+tid
When eclipse is started for a first time it's sometimes possible to see bits of
'welcome window' html rendered - links only on white background.
To reproduce close this window and try to open it again with Help->Welcome.
--
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=20948
Summary: Eclipse (Europa) Links from Welcome window do not work
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://www.eclipse.org/downloads/download.php?file=/te
chnology/epp/downloads/release/europa/winter/eclipse-j
ava-europa-winter-win32.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=25114)
--> (http://bugs.winehq.org/attachment.cgi?id=25114)
Output after clicking Overview link
On wine-1.1.34-99-g8da7a00 Welcome window shows up with its content displayed
mostly right. Now the problem is that most links do nothing useful - new opened
page is white without content at all.
Attached log contains only lines outputted after clicking on Overview link.
All you need to run this is a Sun JVM - jre-6u16-windows-i586-s is what I
tested with.
--
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=21689
Summary: Eclipse (Europa): Some links on Welcome window display
text without hover
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=26210)
--> (http://bugs.winehq.org/attachment.cgi?id=26210)
Screenshot
On wine-1.1.38-131-g6805045 Welcome window contains some links. Two of them
have wrong text layout:
text appears before I mouse pointer over it, instead when I does move pointer
text hides. So behaviour is opposite. Also text placement is wrong (see
attached screenshot).
All you need to run this is a Sun JVM - jre-6u16-windows-i586-s is what I
tested with.
--
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=39670
Bug ID: 39670
Summary: Eclipse (Europa) does not start
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Clean wine-1.8-rc1 prefix + java JRE v7.0_67-b01.
When i try to start Eclipse 3.3, i get:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7d2abf51, pid=8, tid=9
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build
1.7.0_67-b01)
# Java VM: Java HotSpot(TM) Client VM (24.65-b04 mixed mode, sharing
windows-x86 )
# Problematic frame:
# C [ieframe.dll+0x2bf51] create_shell_embedding_hwnd+0x57
#
# Failed to write core dump. Minidumps are not enabled by default on client
versions of Windows
#
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored
# An error report file with more information is saved as:
# C:\eclipse\hs_err_pid8.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
First bad commit wine-1.7.47-111-g99613c0:
commit 99613c003ed43f5725ef08d32fea440f737e8aba
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Fri Jul 17 12:35:45 2015 +0200
ieframe: Implement IViewObject::GetAdvise and IViewObject::SetAdvise.
To revert this patch on top of wine-1.8-rc1-51-g3a6ac60 i removed the test
chunk from this commit and Eclipse starts again.
--
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=19610
Summary: Eclipse exits on load with X Error
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.eclipse.org/downloads/download.php?file=/te
chnology/epp/downloads/release/europa/winter/eclipse-j
ava-europa-winter-win32.zip
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
CC: hverbeet(a)gmail.com
Blocks: 10916
Trying to solve bug 10916 I found that today git (at
760d2b652f547fe3861d5fa30fcbf219beab69da) introduced a regression that causes
Eclipse to exit earlier with the following X error:
---
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 147 (MIT-SHM)
Minor opcode of failed request: 3 (X_ShmPutImage)
Value in failed request: 0x48312be8
Serial number of failed request: 570
Current serial number in output stream: 571
---
This is caused by commit
http://source.winehq.org/git/wine.git/?a=commit;h=9fd29492c1b47fb0618997e99….
Reverting it allows application to start as before.
If you need any traces let me know.
--
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=19619
Summary: Eclipse (Europa) GUI is unusable
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.eclipse.org/downloads/download.php?file=/te
chnology/epp/downloads/release/europa/winter/eclipse-j
ava-europa-winter-win32.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
With current 1.1.27 Wine Eclipse europa is completely unusable. It starts
without any crash now, nut GUI is almost empty - no toolbars/docked panels
visible. Native comctl32 is a workaround for that.
--
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=20397
Summary: Eclipse (Europa) Welcome window is empty
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://www.eclipse.org/downloads/download.php?file=/te
chnology/epp/downloads/release/europa/winter/eclipse-j
ava-europa-winter-win32.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=24195)
--> (http://bugs.winehq.org/attachment.cgi?id=24195)
Terminal output starting eclipse till Welcome window
Hi.
On wine-1.1.31-272-g8c743cb after first starting Eclipse shows empty Welcome
window - embedded browser with a navigation page doesn't display at all. Whole
window area is filled white. 'winetricks ie6' is a workaround for this.
All you need to run this is a Sun JVM - latest jre-6u16-windows-i586-s runs
fine.
--
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=20398
Summary: Eclipse (Europa) splash screen doesn't look as it
should
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://www.eclipse.org/downloads/download.php?file=/te
chnology/epp/downloads/release/europa/winter/eclipse-j
ava-europa-winter-win32.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=24196)
--> (http://bugs.winehq.org/attachment.cgi?id=24196)
Log from eclipse launching
On launching eclipse supposed to show a splash window with a picture, current
launching stage and a progress bar at bottom.
When progress bar appears splash window gets repainted at loses it's picture
showing white rectangle for entire window. Current text for launching stage
shows up over white window with a right color (light blue as far as I can
tell).
After launching some errors for x11drv channel outputted, see attached log.
Required prerequisite in jre installed (I tried with jre-6u16-windows-i586-s).
P.S. I tried with wine-1.1.31-272-g8c743cb.
--
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=10916
Summary: Latest eclipse crashes on startup in comctl32
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://eclipse.org
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=9832)
--> (http://bugs.winehq.org/attachment.cgi?id=9832)
hs_err_pid8.log from java
... probably in imagelist.
$ cd .wine/drive_c
$ unzip ~/eclipse-java-europa-fall2-win32.zip
$ cd eclipse
$ wine eclipse.exe
fails with
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7eb9149a, pid=8, tid=9
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0_03-b05 mixed mode, sharing)
# Problematic frame:
# C [comctl32.dll+0x9149a]
#
# An error report file with more information is saved as hs_err_pid8.log
fairly early (after grinding for only 20 seconds).
I'll attach hs_err_pid8.log. I also tried running
WINEDEBUG=+seh,+imagelist,+relay ~/wine-git/wine eclipse.exe
but the log was really big and not obviously helpful.
This was with the very latest sun jre installed,
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
--
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=14016
Summary: Eclipse 3.3.x (customized) needs
WebBrowser_GetIDsOfNames fleshed out
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.eclipse.org/downloads
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Created an attachment (id=14206)
--> (http://bugs.winehq.org/attachment.cgi?id=14206)
Relevant java code for browser wrapper setText
Hello,
this is a bug report is based on a (Customer) Eclipse 3.3 Europa with lots of
additional plugins (OpenArchitectureWare/Enterprise Architect
Integration/Microsoft Pict).
It's not encountered with standard Eclipse 3.3 version.
After getting past http://bugs.winehq.org/show_bug.cgi?id=14015
it crashes again because it needs WebBrowser_GetIDsOfNames fleshed out.
--- snip wine trace ---
..
0009:fixme:shdocvw:WebBrowser_GetIDsOfNames
(0x35772c8)->({00000000-0000-0000-0000-000000000000} 0x15d668 2 2048 0x46d3e00)
..
0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x74b6b2
0009:trace:seh:raise_exception info[0]=00000000
0009:trace:seh:raise_exception info[1]=00000008
0009:trace:seh:raise_exception eax=00000001 ebx=0000002e ecx=00000008
edx=00000000 esi=1bf4a5ba edi=0032ea18
0009:trace:seh:raise_exception ebp=0032e9f0 esp=0032e9c8 cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00210202
0009:trace:seh:call_stack_handlers calling handler at 0x6d983d10 code=c0000005
flags=0
..
--- snip wine trace ---
--- snip java callstack ---
..
Exception in thread "Thread-1" java.lang.NullPointerException
at org.eclipse.swt.browser.IE.setText(IE.java:767)
at org.eclipse.swt.browser.Browser.setText(Browser.java:698)
at
org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.generateDynamicContentForPage(BrowserIntroPartImplementation.java:249)
at
org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.dynamicStandbyStateChanged(BrowserIntroPartImplementation.java:445)
at
org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.doStandbyStateChanged(BrowserIntroPartImplementation.java:652)
..
--- snip java callstack ---
Attached is snippet of relevant java code which causes the problem.
It shows how wrapper/native API is invoked.
Although there already exist typeinfo retrieval helper/boiler plate code (used
for WebBrowser_Invoke), it's not enough to succeed.
Regards
--
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=14015
Summary: Eclipse 3.3.x (customized) crashes on null REFCLSID
passed to ole32.WriteClassStg
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.eclipse.org/downloads
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Created an attachment (id=14205)
--> (http://bugs.winehq.org/attachment.cgi?id=14205)
Patch to handle null REFCLSID in ole32.WriteClassStg properly
Hello,
this bug report is based on a (Customer) Eclipse 3.3 Europa with lots of
additional plugins (OpenArchitectureWare/Enterprise Architect
Integration/Microsoft Pict).
It's not encountered with standard Eclipse 3.3 version.
The first crash is due to not handling null REFCLSID in ole32.WriteClassStg:
--- snip ---
..
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002
err:ole:CoGetClassObject no class object {8856f961-340a-11d0-a96b-00c04fd705a2}
could be created for context 0x3
fixme:shdocvw:PersistStorage_InitNew (0x5566ea0)->(0x6825678)
fixme:shdocvw:PersistStorage_GetClassID (0x5566ea0)->(0x33e8c8)
fixme:shdocvw:ViewObject_SetAdvise (0x5566ea0)->(1 00000000 0x5f557e8)
fixme:shdocvw:OleObject_Advise (0x5566ea0)->(0x5f557e8, 0x29ae950)
fixme:shdocvw:WebBrowser_QueryInterface
(0x5566ea0)->({0000011d-0000-0000-c000-000000000046} 0x29ae950) interface not
supported
fixme:shdocvw:PersistStorage_GetClassID (0x5566ea0)->(0x33e97c)
fixme:shdocvw:PersistStorage_Save (0x5566ea0)->(0x6825678 1)
First chance exception: page fault on read access to 0x00000000 in 32-bit code
(0x60cccd3b).
..
Backtrace:
=>1 0x60cccd3b StorageBaseImpl_SetClass+0x9b(iface=0x6825678, clsid=0x0)
[/home/focht/wine-git/dlls/ole32/storage32.c:1136] in ole32 (0x0033e96c)
2 0x60cc63f1 WriteClassStg+0x21(pStg=0x6825678, rclsid=0x0)
[/home/focht/wine-git/dlls/ole32/storage32.c:6290] in ole32 (0x0033e97c)
3 0x0505589b in swt-win32-3349 (+0x2589b) (0x0033e9a8)
4 0x00749c91 XChangeKeyboardControl+0x111() in libx11.so.6 (0x0033e9e8)
5 0x00742dd5 in libx11.so.6 (+0xddd5) (0x0033ea20)
..
--- snip ---
For the interested, the relevant Eclipse JNI COM wrapper snippet reads like
this:
--- snip (swt-win32-3349.dll) ---
/*
* Class: org_eclipse_swt_internal_ole_win32_COM
* Method: WriteClassStg
* Signature: (ILorg/eclipse/swt/internal/ole/win32/GUID;)I
*/
JNIEXPORT jint JNICALL
Java_org_eclipse_swt_internal_ole_win32_COM_WriteClassStg
(JNIEnv *env, jclass that, jint pStg, jobject rclsid)
{
GUID guid, *rclsid1=NULL;
jint rc;
#ifdef DEBUG_CALL_PRINTS
fprintf(stderr, "WriteClassStg\n");
#endif
if (rclsid) {
rclsid1=&guid;
getGUIDFields(env, rclsid, rclsid1);
}
rc = (jint) WriteClassStg((IStorage *)pStg, rclsid1);
if (rclsid) {
setGUIDFields(env, rclsid, rclsid1);
}
return rc;
}
--- snip (swt-win32-3349.dll) ---
If for whatever reason, a null rclsid is passed in, NULL will be passed to
WriteClassStg.
Wine should handle this case properly.
With attached patch it goes further - to crash again (separate bug report).
Regards
--
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=25060
Summary: .net 3.5 installer does not complete
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The following steps gleaned from
http://blogs.msdn.com/astebner/archive/2008/07/17/8745415.aspx
try to do an offline install of .net 3.5:
winetricks dotnet20
wget
http://download.microsoft.com/download/6/0/f/60fc5854-3cb8-4892-b6db-bd4f42…
cabextract dotnetfx35.exe
cd wcu/dotNetFramework
wine dotNetFx35setup.exe /lang:ENU
This fails with an error dialog, and starting a .net 3.5 app (like Bloodline
Champions) complains that .net 3.5 is not installed.
Partial workaround from Louis Lender (see original at
http://bugs.winehq.org/show_bug.cgi?id=22551#c5 ):
Change system.reg's
[HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v2.0.50727]
from
"SP"=dword:00000000
to
"SP"=dword:00000001
and then do
cd ~/.wine/drive_c/wcu/dotNetFramework/dotNetFX35/x86/
cabextract netfx35_x86.exe
msiexec /i vs_setup.msi ADDEPLOY=1
Then some apps will at least start.
(winetricks dotnet35 already does the first part; I should probably add
Louis' steps, 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.
http://bugs.winehq.org/show_bug.cgi?id=21464
Summary: Encoding error with License Agreement in .NET 3.5
Installer
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Mitya57(a)gmail.com
Created an attachment (id=25848)
--> (http://bugs.winehq.org/attachment.cgi?id=25848)
Screenshot of .NET installer
Russian license agreemen't isn't shown properly in Microsoft .NET Framework 3.5
Installer. See the screenshot attached.
--
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=10547
Summary: .NET 3.5 Framework installation problems (msi, bits,
crypt32)
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.microsoft.com/download/6/0/f/60fc5854-
3cb8-4892-b6db-bd4f42510f28/dotnetfx35.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dotnet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Created an attachment (id=9300)
--> (http://bugs.winehq.org/attachment.cgi?id=9300)
patch which adds msi.MsiSetExternalUIRecord and
msi.MsiDetermineApplicablePatchesW
Hello,
this (showcase) bug id exists to show/track .NET Framework 3.5 install issues,
e.g. what wine needs to implement/work around.
With VS.NET 2008 and .NET Framework 3.5 released, the Framework 3.5 needs to be
installed first.
Used GIT:
wine --version
wine-0.9.49-331-g7a8eb4c
Prerequisites:
1) set OS config to at least "Windows XP"
2) one volume name (dosdevices/<driveletter>:) must contain "harddisk" or
"ramdisk" and write accessible
cd ~/.wine
mv drive_c harddiskvolume1
cd dosdevices
ln -sf ../harddiskvolume1 c:
The installer then stops at unimplemented msi.MsiSetExternalUIRecord, attached
patch adds simple stub which fixes this.
----
If you downloaded the "small" .NET Framework installer, you now run into a
major showstopper: BITS required
The partial installer depends on: http://bugs.winehq.org/show_bug.cgi?id=5713
What is the consensus regarding native BITS and builtin BITS?
Builtin bits might take some time until it gets into usable state.
Native BITS is described here: http://bugs.winehq.org/show_bug.cgi?id=6194
though I haven't looked at it for some time.
Will native BITS considered abandoned then (needs some nasty workarounds)?
----
If you downloaded the full installer some messages seem to indicate BITS is
used in full installer too, but it doesn't seem to harm now.
--- snip ---
0012:err:ole:create_server class {4991d34b-80a1-4291-83b6-3328366b9097} not
registered
0012:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
0012:err:ole:CoGetClassObject no class object
{4991d34b-80a1-4291-83b6-3328366b9097} could be created for context 0x17
0012:Ret ole32.CoCreateInstance() retval=80004002 ret=3aea41ed
..
0012:Call advapi32.RegCreateKeyExW(80000001,00563758
L"SOFTWARE\\Microsoft\\VisualStudio\\9.0\\DownloadManager",00000000,00000000,00000000,0002001f,00000000,0034e284,00000000)
ret=3aea8785
0012:Ret advapi32.RegCreateKeyExW() retval=00000000 ret=3aea8785
0012:Call advapi32.RegQueryValueExW(00000290,00563d30
L"BitsOverride",00000000,0034e1c8,0034e1f4,0034e1cc) ret=3aea899a
0012:Ret advapi32.RegQueryValueExW() retval=00000002 ret=3aea899a
--- snip ---
Interestingly there is some undocumented "BitsOverride" which might indicate a
possibility to revert their interal download manager to standard download
procedures.
The showstopper for full installer seem to be various hotfix installers which
are spawned by main installer.
As example I start with hotfix "Windows Imaging Component update" which gets
extracted by installer into
"c:\<guid>\wcu\dotNetFramework\dotNetFX30\WIC_x86_enu.exe" and tries to run it.
This fails and lets overall installer fail too.
It seems to make various specific checks for operating system version/build.
I only quote checks which seem to fail:
--- snip ---
0040:Call KERNEL32.CreateFileA(01104940
"c:\\windows\\system32\\ntoskrnl.exe",80000000,00000001,00000000,00000003,00000000,00000000)
ret=01070767
0040:Ret KERNEL32.CreateFileA() retval=ffffffff ret=01070767
0040:Call KERNEL32.CloseHandle(ffffffff) ret=010708a6
0040:Ret KERNEL32.CloseHandle() retval=00000000 ret=010708a6
--- snip ---
"GetKernelType: GetInternalFilename failed"
--- snip ---
0040:Call KERNEL32.LoadLibraryA(01023c38 "setupapi.dll") ret=0106f709
0040:Ret KERNEL32.LoadLibraryA() retval=615d0000 ret=0106f709
0040:Call KERNEL32.GetProcAddress(615d0000,01023c24 "pSetupIsUserAdmin")
ret=0106f71b
0040:Ret KERNEL32.GetProcAddress() retval=00000000 ret=0106f71b
0040:Call KERNEL32.FreeLibrary(615d0000) ret=0106f72a
0040:Ret KERNEL32.FreeLibrary() retval=00000001 ret=0106f72a
--- snip ---
--- snip ---
0040:Call advapi32.RegOpenKeyExA(80000002,0101e608
"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Setup\\WindowsFeatures",00000000,00020019,0033b774)
ret=0109191a
0040:Ret advapi32.RegOpenKeyExA() retval=00000002 ret=0109191a
0040:Call KERNEL32.GetLastError() ret=010701ae
0040:Ret KERNEL32.GetLastError() retval=00000078 ret=010701ae
--- snip ---
"GetBuildType, line 1170, RegOpenKeyEx failed with error 0x2"
--- snip ---
0030:Call KERNEL32.LoadLibraryExA(0033b9c4
"c:\\windows\\system32\\pidgen.dll",00000000,00000002) ret=0105d03f
0030:Ret KERNEL32.LoadLibraryExA() retval=00000000 ret=0105d03f
0030:Call KERNEL32.GetLastError() ret=010701ae
0030:Ret KERNEL32.GetLastError() retval=0000007e ret=010701ae
--- snip ---
This is from the log of installer itself to get the idea:
--- snip ---
0.101: Hotfix started with following command line:
0.101: GetKernelType: GetInternalFilename failed
0.102: In Function GetBuildType, line 1170, RegOpenKeyEx failed with error 0x2
0.102: GetGroupIdFromPidGenDll:LoadLibrary failed for
c:\windows\system32\pidgen.dll dll
0.102: CheckSystem_1203: Failed to get product build type.
0.102: DoInstallation: CheckSystem Failed: 0xf117
0.103: WIC installation did not complete.
1.469: Message displayed to the user: WIC installation did not complete.
1.469: User Input: OK
1.469: Update.exe extended error code = 0xf117
1.469: Update.exe return code was masked to 0x643 for MSI custom action
compliance.
--- snip ---
I copied "pigen.dll" from my windows xp installation and it seems to help a
bit, showing that previous checks might be optional?
--- snip ---
0040:Call KERNEL32.LoadLibraryExA(0033b9c4
"c:\\windows\\system32\\pidgen.dll",00000000,00000002) ret=0105d03f
0040:Ret KERNEL32.LoadLibraryExA() retval=003b0001 ret=0105d03f
0040:Call KERNEL32.FindResourceA(003b0001,00000001,0101e2ac "BINK")
ret=0105d059
0040:Ret KERNEL32.FindResourceA() retval=003b54a0 ret=0105d059
0040:Call KERNEL32.LoadResource(003b0001,003b54a0) ret=0105d070
0040:Ret KERNEL32.LoadResource() retval=003b54e0 ret=0105d070
0040:Call KERNEL32.LockResource(003b54e0) ret=0105d07d
0040:Ret KERNEL32.LockResource() retval=003b54e0 ret=0105d07d
0040:Call KERNEL32.FreeResource(003b54e0) ret=0105d0aa
0040:Ret KERNEL32.FreeResource() retval=00000000 ret=0105d0aa
0040:Call KERNEL32.FreeLibrary(003b0001) ret=0105d0b1
0040:Ret KERNEL32.FreeLibrary() retval=00000001 ret=0105d0b1
--- snip ---
Seems "only" the "BINK" resource is read (2 sub chunks)
>From researching a bit this resource seems to be related to the public key(s)
for the product id stuff (elliptic curve cryptography).
No API exports are used (GetProcAddress/...).
And the installer log:
--- snip ---
0.028: 2007/11/23 12:49:19.973 (local)
0.028: C:\036ac5753759f7b22a9a8e26\update\update.exe (version 6.3.4.0)
0.030: Hotfix started with following command line:
0.030: GetKernelType: GetInternalFilename failed
0.031: In Function GetBuildType, line 1170, RegOpenKeyEx failed with error 0x2
0.162: c:\windows\system32\WindowsCodecs.dll is Not Present
0.162: First Condition in Test.WindowsCodecsVer.Section Succeeded
0.162: Condition succeeded for section Test.WindowsCodecsVer.Section in Line 1
of PreRequisite
0.162: c:\windows\system32\WindowsCodecsExt.dll is Not Present
0.162: First Condition in Test.WindowsCodecsExtVer.Section Succeeded
0.162: Condition succeeded for section Test.WindowsCodecsExtVer.Section in Line
2 of PreRequisite
0.163: c:\windows\system32\WMPhoto.dll is Not Present
0.163: First Condition in Test.WMPhotoVer.Section Succeeded
0.163: Condition succeeded for section Test.WMPhotoVer.Section in Line 3 of
PreRequisite
0.164: c:\windows\system32\PhotoMetadataHandler.dll is Not Present
0.164: First Condition in Test.PhotoMetadataHandlerVer.Section Succeeded
0.164: Condition succeeded for section Test.PhotoMetadataHandlerVer.Section in
Line 4 of PreRequisite
0.198: InstallInfCatalogFile: Installing
c:\4cbc8383318bb456e1d38cacd0\update\WIC.cat as _000000_.cat...
0.199: VerifyTargetFileSize: Unable to verify size as Source = NULL for file
c:\windows\_000000_.cat
0.200: InstallCatalogFile: VerifyCatalogFile failed for
c:\windows\_000000_.cat; error=0x00000001.
0.201: InstallInfCatalogFile: Installation failed; error=0x00000002.
0.201: UdpStopService: OpenService failed :0x424
0.201: IsInfFileTrusted: ValidateSingleFileSignature Failed:
STR_FAILED_INF_INTEGRITY
0.201: WIC Setup encountered an error: Setup could not verify the integrity of
the file Update.inf. Make sure the Cryptographic service is running on this
computer.
0.202: DeleteCatalogFile _000000_.cat failed with ERROR 2
0.202: CleanupTrustedInfFile: GetFileAttributes for
c:\windows\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\update_WinXP.cat
failed: 0x3
0.205: Setup could not verify the integrity of the file Update.inf. Make sure
the Cryptographic service is running on this computer.
10.573: Message displayed to the user: Setup could not verify the integrity of
the file Update.inf. Make sure the Cryptographic service is running on this
computer.
10.573: User Input: OK
10.573: Update.exe extended error code = 0xf0da
10.573: Update.exe return code was masked to 0x643 for MSI custom action
compliance.
--- snip ---
The inf/old catalog file problem...
Anyway one can get around by manually copying these 4 files (WindowsCodecs.dll,
WindowsCodecsExt.dll, WMPhoto.dll, PhotoMetadataHandler.dll) before installtion
into system32.
Extract them from the hotfix installer to have version match.
This seems to work around the hotfix issues/catalog problem.
With the files in place before .NET installation this hotfix is skipped and the
installer runs into:
--- snip ---
wine: Call from 0x7b841450 to unimplemented function
msi.dll.MsiDetermineApplicablePatchesW, aborting
--- snip ---
Attached patch fixes this.
After that it gets further only to stop at another hotfix installer "XPSEPSC" -
the catalog install problem.
So I stop for now because it sucks to work around each single hotfix installer.
Should be good enough to give an idea ...
Regards
--
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=22883
Summary: implement dbghelp.SymMatchStringA/W (needed by
"Debugging Tools for Windows")
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://www.microsoft.com/whdc/devtools/debugging/defau
lt.mspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
while writing some scripts for cdb from "Debugging Tools for Windows"
toolsuite, the following insufficiency is encountered:
--- snip ---
...
wine: Call from 0x7b835a02 to unimplemented function
dbghelp.dll.SymMatchStringW, aborting
wine: Unimplemented function dbghelp.dll.SymMatchStringW called at address
0x7b835a02 (thread 0034), starting debugger...
--- snip ---
Native dbghelp works around.
It seems there is already an ansi version "SymMatchString" present and exported
(without "A" suffix).
--- snip dlls/dbghelp/symbol.c ---
/******************************************************************
* SymMatchString (DBGHELP.@)
*
*/
BOOL WINAPI SymMatchString(PCSTR string, PCSTR re, BOOL _case)
{
regex_t preg;
BOOL ret;
TRACE("%s %s %c\n", string, re, _case ? 'Y' : 'N');
compile_regex(re, -1, &preg, _case);
ret = match_regexp(&preg, string);
regfree(&preg);
return ret;
}
...
--- snip dlls/dbghelp/symbol.c ---
--- snip dlls/dbghelp/dbghelp.spec ---
...
@ stdcall SymMatchString(str str long)
@ stub SymMatchStringA
@ stub SymMatchStringW
...
--- snip dlls/dbghelp/dbghelp.spec ---
SymMatchStringA -> SymMatchString
It would be nice if the wide character variant SymMatchStringW() could be also
supported.
AFAIK standard POSIX.2 regex lib doesn't support wide character interface, you
have to convert to multibyte string and use ansi version.
Regards
--
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=29481
Bug #: 29481
Summary: Free serial port monitor crashes due to unimplemented
function setupapi.dll SetupDiGetClassBitmapIndex
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
now that bug 25894 is fixed the app crashes into following:
--- snip ---
$ wine ./studio.exe
fixme:heap:HeapSetInformation 0x110000 0 0x32fda0 4
fixme:heap:HeapSetInformation 0x4b0000 0 0x32fda0 4
fixme:win:EnumDisplayDevicesW ((null),0,0x32deb4,0x00000000), stub!
err:imagelist:ImageList_Remove Invalid image list handle!
fixme:win:RegisterDeviceNotificationW (hwnd=0x100f4,
filter=0x32dbf8,flags=0x00000000) returns a fake device notification handle!
wine: Call from 0x7b838b5b to unimplemented function
setupapi.dll.SetupDiGetClassBitmapIndex, aborting
wine: Unimplemented function setupapi.dll.SetupDiGetClassBitmapIndex called at
address 0x7b838b5b (thread 0036), starting debugger...
Unhandled exception: unimplemented function
setupapi.dll.SetupDiGetClassBitmapIndex called in 32-bit code (0x7b838b5b).
--- snip ---
MSDN:
http://http://msdn.microsoft.com/en-us/library/windows/hardware/ff551047.as…
$ sha1sum serial-monitor.exe
8dbcd850baafdd94c6ec771d109369e5573a41ea serial-monitor.exe
$ wine --version
wine-1.3.35-273-geaa8801
Regards
--
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=29482
Bug #: 29482
Summary: Free serial port monitor crashes due to unimplemented
function setupapi.dll SetupDiDrawMiniIcon
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
after bug 29481 (SetupDiGetClassBitmapIndex stub) the app runs into another
one:
--- snip ---
$ wine ./studio.exe
...
fixme:setupapi:SetupDiGetClassBitmapIndex : stub
{00000000-0000-0000-0000-000000000000}, 0x32dbac
fixme:setupapi:SetupDiLoadClassIcon : stub
{00000000-0000-0000-0000-000000000000}, (nil), 0x32dbac
fixme:win:RegisterDeviceNotificationW (hwnd=0x30228,
filter=0x32dd10,flags=0x00000000) returns a fake device notification handle!
fixme:qmgr:BITS_IBackgroundCopyJob_AddFile Check for valid filenames and
supported protocols
fixme:qmgr:BITS_IBackgroundCopyJob_SetNotifyInterface Not implemented
fixme:qmgr:BITS_IBackgroundCopyJob_SetNotifyFlags Not implemented
fixme:qmgr:BITS_IBackgroundCopyJob_SetDescription Not implemented
fixme:qmgr:BITS_IBackgroundCopyJob_SetNoProgressTimeout 10
fixme:qmgr:BITS_IBackgroundCopyJob_SetPriority (0x12dc58,0x00000000) stub
fixme:win:LockWindowUpdate (0x3006a), partial stub!
fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:wininet:InternetLockRequestFile STUB
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
wine: Call from 0x7b838b5b to unimplemented function
setupapi.dll.SetupDiDrawMiniIcon, aborting
wine: Unimplemented function setupapi.dll.SetupDiDrawMiniIcon called at address
0x7b838b5b (thread 003b), starting debugger...
Unhandled exception: unimplemented function setupapi.dll.SetupDiDrawMiniIcon
called in 32-bit code (0x7b838b5b).
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/hardware/ff551005.aspx
The toolbar errors about missing bitmaps are most likely the result from
SetupDiLoadClassIcon() stub but this seems harmless.
One interesting tidbit: the app seems to make use of "bits" service for
updates.
This might be a good candidate for testing/completing missing functionality.
$ sha1sum serial-monitor.exe
8dbcd850baafdd94c6ec771d109369e5573a41ea serial-monitor.exe
Regards
--
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.