http://bugs.winehq.org/show_bug.cgi?id=21151
Summary: Battlefield Vietnam Invisible Rockets, 1.1.33 OK ,
1.1.35 broken
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steven.wooding(a)gmail.com
I have played battlefield Vietnam on 1.1.33 just fine without any problems.
But after I upgraded to 1.1.35 the rockets where all invisible. Everything
else seems to work 100%, the rockets even do damage and all the animations
around the rocket is where. Just the rocket and smoke that is missing.
Makes it really difficult to play with the helicopters since you can't see
exactly where the rocket went
--
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=17293
Summary: wine from version 1.1.7 to 1.1.12 no longer uses winecfg
advanced settings for drive mapping
Product: Wine
Version: 1.1.7
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martinrs(a)softhome.net
After running winecfg Drives->Show Advanced to set drive Type, wine versions
from 1.1.7 no longer uses this information to find the drive type. This is
confirmed by tracing through wine debug.
For example, run winecfg, choose Drives tab, Add.., D: drive, Show Advanced,
Path:/some-normal-directory-path, Type: CD-ROM
The D: drive is not detected as CD-ROM but rather as a normal disk.
Also confirmed with Type: Local using a path that is a bind mount point (not
even a network mount), and it detects as remote drive rather than local drive.
This is confirmed from version 1.1.7 to 1.1.12 (not sure after 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=14761
Summary: Wine does not support DRM content
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: starmatz71(a)yahoo.de
Guild Wars supports on windows DRM content, which can be purchased through
www.directsong.com
So I have purchased it but it does not work in an Linuxenvironment or in wine,
because of the lack of supporting Digital Rights Management inside wma-files.
--
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=17582
Summary: Version/install test crashes on OpenSolaris
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://test.winehq.org/data/0d7bec3578e02e1f551813e86100
b59e36aec542/wine_ae-opensolaris/version:install.html
OS/Version: SunOS
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=19739)
--> (http://bugs.winehq.org/attachment.cgi?id=19739)
+relay,+seh,+tid,+ver
austin@opensolaris:~/wine-git/dlls/version/tests$ make install.ok
../../../tools/runtest -q -P wine -M version.dll -T ../../.. -p
version_test.exe.so install.c && touch install.ok
wine: Unhandled page fault on read access to 0x00000000 at address fed13d80
(thread 0009), starting debugger...
Can't attach process 0008: error 6
make: *** [install.ok] Error 5
+relay,+seh,+tid,+ver attached
I debugged it a bit...something in these tests go haywire:
static void test_install_file(void)
...
/* testing Invalid Parameters */
memset(tmpname,0,sizeof(tmpname));
rc = VerInstallFileA(0x0, NULL, NULL, NULL, NULL, NULL, tmpname, &size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
memset(tmpname,0,sizeof(tmpname));
size = MAX_PATH;
rc = VerInstallFileA(0x0, szSrcFileName, NULL, NULL, NULL, NULL, tmpname,
&size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
memset(tmpname,0,sizeof(tmpname));
size = MAX_PATH;
rc = VerInstallFileA(0x0, szSrcFileName, szDestFileName, NULL, NULL, NULL,
tmpname, &size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
Commenting those out with #if 0, #endif allows the test to pass.
--
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=14271
Summary: Inital size of scroll bar "thumb" incorrect
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrmikejj(a)gmail.com
The "thumb" in the scroll bar's of DC++ (version 0.706 and 0.707) Notepad Frame
can initially start the wrong size, but moving it makes it turn to the correct
size.
To replicate this, open up DC++ in wine. Open the Notepad Frame. Put in about
7 vertical scrolls worth of text. Close the Notepad. Re-open.
After re-opening the notepad frame, the "thumb" is tiny, after scrolling it
changes to the correct size.
--
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=20043
Summary: uTorrent 1.8 does not start correctly
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: heavensblade23(a)gmail.com
'The application doesn't start. After copying itself to the destination folder
it gives the error "It seems like uTorrent is already running, but not
responding. Please close all uTorrent processes and try again."'
Seemed to work okay a few versions ago.
--
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=15759
Summary: CHL Network application fails to start with executable
in Z:\ path
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://www.niftytv.com/clients/CHL_Network_.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With 1.1.7, when attempting to start the application, a cryptic dialog box
displays with the message, "Failed to ensure dir exists: \desktop",
irrespective of the location of the executable in what would be the Z:\ Windows
drive. If moved to ~/.wine/drive_c (C:\), the application is able to start,
although it requires Windows Media Player 9. No relevant terminal output was
noted.
--
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=17857
Summary: Gothic 3 works in no OffscreenRenderingMode
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Created an attachment (id=20130)
--> (http://bugs.winehq.org/attachment.cgi?id=20130)
issues without OffscreenRenderingMode set
Hello,
I am trying to run Gothic 3 1.7 on wine-1.1.17 using Ubuntu 8.10 (amd64).
My video card is: NVIDIA Quadro NVS 140M
Nvidia driver version: 180.29
I tried multiple OffscreenRenderingMode settings but all have graphic issues.
I will attach a screenshot of each.
The first screenshot shows the issues that occur when no OffscreenRenderingMode
has been set in the registry.
--
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=15610
Summary: When compiling with CFLAGS="-Werror", sys/asoundlib.h is
unusable
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CFLAGS="-Werror" CC="ccache gcc" ./configure --verbose
checking sys/asoundlib.h usability... no
checking sys/asoundlib.h presence... yes
configure: WARNING: sys/asoundlib.h: present but cannot be compiled
configure: WARNING: sys/asoundlib.h: check for missing prerequisite
headers?
configure: WARNING: sys/asoundlib.h: see the Autoconf documentation
configure: WARNING: sys/asoundlib.h: section "Present But Cannot Be
Compiled"
configure: WARNING: sys/asoundlib.h: proceeding with the preprocessor's result
configure: WARNING: sys/asoundlib.h: in the future, the compiler will take
precedence
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to wine-devel(a)winehq.org ##
configure: WARNING: ## ------------------------------------ ##
Works fine without -Werror though.
--
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=9717
Summary: Gothic 3 -
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://www.gothic3.com/index.php?do=09709911610511111006
1109101100105097
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
Created an attachment (id=8141)
--> (http://bugs.winehq.org/attachment.cgi?id=8141)
Graficissue Gothic 3
There is a black "shadow" of the landscape mirrored along the middle of the
screen.
My System:
Fedora 7 x86_64, Nvidia 8800GTS, Proprietary drivers 100.14.11
--
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=22155
Summary: Civilization IV Colonization crashes when making
diplomatic contact
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krause(a)informatik.uni-halle.de
"Civilization IV: Colonization" which crashes with pagefault when making
diplomatic contact.
in wine 1.1.40 it crashes in
"=>0 0xb7e46776 memcpy+0x46() in libc.so.6 (0x7c0ce990)",
in wine 1.1.34 it crashes in
"=>0 0xb7aea18e in d3d9 (+0x1a18e) (0x0033fb88)",
in wine 1.1.28 it works correctly
i have done a bisection, and
commit ff92e6eb6a6b0f5b6ee0d062f8434cad8f31c33d
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Dec 4 11:50:47 2009 +0100
d3d9: Simplify GetDevice().
seems to be the cause
I am on openSUSE 11.0 with fglrx drivers 9.3 on a Radeon 9700 Pro (old card not
supported by newer drivers)
--
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=9742
Summary: EngineSite segfaults (Segmentation fault)
Product: Wine
Version: unspecified
Platform: PC
URL: http://luckasoft.com/download/perle_le.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: regression
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
A user reported trouble with this app in this thread:
http://groups.google.nl/group/comp.emulators.ms-windows.wine/browse_thread/…
I tried it , and it just segfaults after the splash screen. However , in
wine-0.9.2 it gets nicely beyond the spash screen, and seems to start fine.
I'll put some more info into this bug later on
--
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=19518
Summary: packet tracer 5.2 error on solaris
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edgar_trania(a)yahoo.com
Created an attachment (id=22713)
--> (http://bugs.winehq.org/attachment.cgi?id=22713)
log
error patket tracer could not start see attached for logs
--
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=21301
Summary: Terragen 0.9.43: Right clicking on any field causes
crash
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://www.planetside.co.uk/content/view/19/31/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25632)
--> (http://bugs.winehq.org/attachment.cgi?id=25632)
page fault on read access to 0x5cfe85df in 32-bit code (0x66045b17)... followed
by msvbvm60 DBG...
This seems to be much like the honeybot issue which is now resolved. Attached
is the log showing msvbvm60 as possible culprit. Terragen is a free download.
--
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=15874
Summary: Dead Space doesn't start
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Dead Space game doesn't start in Wine. It gracefully quits with a message box
saying "Your graphics card doesn't meet the minimum requirements of Dead Space
TM". The game doesn't work in Windows 2000 or Windows XP mode, even if DirectX
9 is installed through winetricks script.
My WINE version:
wine-1.1.7-126-gf34f9ba
--
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=14212
Summary: Winuae freeze as soon as you hit a key after starting
the emulation.
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.winuae.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lorefice2(a)libero.it
The emulator works quite well,but when hitting a key, the emulation hard
freezes (you need ctrl-c to exit), and fps goes to 0.
Tried on 32bit and 64bit.
--
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=20570
Summary: In vb6 drop down combo width cannot be altered
Product: Wine
Version: 1.1.32
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebug(a)pdadevelopments.co.nz
when running wine version(1.1.32) on osx(winebottler), it has been discovered
that drop down boxes do not expand to the width of the longest data row, when
the following code at
www.http://www.vbforums.com/showthread.php?p=593960
is run.
The problem also occurs when running wine(stable) on centos 5.3
I have just started using wine, but I am guessing that either:-
i) The set statement between vb6, or the corresponding win code, and the
linux(X) gui is missing, or
ii) The X drop down widget does not have a modify drop down width setting, or
iii) none of the above :)
Basically,
SendMessage(mCombo.hwnd, CB_SETDROPPEDWIDTH, PixelWidth, 0)
does not work.
The drop down width stays at the initial combo box width, as set when the
control was initially layed out.
Or, the drop down combo width cannot be changed.
thanks
peter
--
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=14932
Summary: Spore Prototype CityMaze: Rendering issue
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.spore.com/static/war/images/community/prototy
pes/CityMaze.zip
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewfenn(a)gmail.com
There is some kind of rendering issue with the CityMaze prototype where the
screen will continuously flicker and shake vertically.
--
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=16977
Summary: Enable Multisampling again
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
Multisampling was disabled because of driver bugs, but nvidia released a stable
driver (180.22) where the issue has been fixed. So it should enabled again for
users who have this driver installed.
--
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=21077
Summary: AOEIII: Antialiasing crops display area
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=25278)
--> (http://bugs.winehq.org/attachment.cgi?id=25278)
Different AA options
I'm using Wine-1.1.35 compiled from source on 32 bit Fedora 12 [gcc (GCC) 4.4.2
20091027 (Red Hat 4.4.2-7)]
When I set anti-aliasing in AOE III graphic settings menu then display area is
cropped. The higher anti-aliasing is set the less display area I see (please
see attachment). There are only three options for AA in AOE III: disable, low,
high.
The problem occurs in main screen of the game (please see attachment) and
during play. The problem doesn't occur in menus.
Additional info:
1) AOE III patched to version 1.13
2) GFX: NVIDIA 9xxx
3) Drivers: 195.22 from vendor's site
--
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=20239
Summary: 15mb VB6 applications
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elcotorro(a)gmail.com
15mb VB6 applications desaparear after 2 minutes, it doesnt matter if they are
active or not
--
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=17030
Summary: uTorrent 1.8.1 final crashes when deleting files
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: crapforacc(a)gmail.com
utorrent 1.8.1 final crashes with an " uTorrent has crashed. A crash dump as
been saved as: ..."
http://i44.tinypic.com/8wf41g.jpg
This error occures when you delete a file from shell that you downloaded with
utorrent. But without deleting the torrentfile inside of uTorrent. Now you
choose to delete torrentfile + data (but the data doesn't exist anymore) inside
of utorrent and uTorrent will crash.
http://download.utorrent.com/1.8.1/utorrent.exe
--
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=21663
Summary: ElsterFormular fails to install update due to missing
administrator rights
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advpack
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schweer(a)cityweb.de
Created an attachment (id=26158)
--> (http://bugs.winehq.org/attachment.cgi?id=26158)
terminal log messages
Hi,
the official German tax payer program ElsterFormular 2009/2010, version 11.1.2
(https://www.elster.de/elfo_down4.php?who=2009/2010 <-- that's already 11.1.3)
has a main menu entry Extras/Update. A search for updates is working, but the
next step - installing the downloaded update - fails. A window pops up telling
me that administrator rights are missing.
I supposed, Wine tells each program that it is running in administrator role.
Am I wrong?
Wolfgang
--
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.