https://bugs.winehq.org/show_bug.cgi?id=39176
Bug ID: 39176
Summary: Sonic Generations: glitched out models on Nvidia
driver.
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nieknooijens(a)gmail.com
Distribution: ---
enemies become invisible and the models are completely glitched out making it
very hard to play the game.
changing the graphic settings doesn't fix it, I tested it on a Nvidia 9600GT
and an Nvidia GT840M (optimus) switching to the intel GPU fixes the model
rendering but the intel GPU is too slow to properly play the game. my guess is
that it has something to do with the nvidia-driver not handling a specific wine
call properly.
--
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=37038
Bug ID: 37038
Summary: wineserver leaks memory when running my network
communication program
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zt20055453(a)163.com
In 1.7.22 wine, wineserver leaks memory when running my network communication
program. memory leaks 128kB at few seconds intervals. My program uses
asynchronous
function to receive video data.
I ran wineserver -f under valgrind --leak-check=yes to get memory leaks info,
but valgrind didn't catch anything useful.
--
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=42944
Bug ID: 42944
Summary: FFXIV Fuzzy Text
Product: Wine
Version: 2.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
The game text is very Fuzzy in DX11 mode.
--
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=42524
Bug ID: 42524
Summary: Bioshock Infinite gets stuck on start
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
It has a native Linux version.
Video: https://youtu.be/WsCzTzopxc0
Debuglog: https://dl.dropboxusercontent.com/u/16996758/winelog.txt (too
big-32MB)
--
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=42831
Bug ID: 42831
Summary: Grand Theft Auto V: Social Club immediately looses
connection to Rockstar servers
Product: Wine-staging
Version: 2.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pablodevlinux(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57920
--> https://bugs.winehq.org/attachment.cgi?id=57920
PlayOnLinux log/Terminal output when launcher wasn't able to connect to
Rockstar servers.
Social Club launcher connects to Rockstar servers but immediately looses
connection. After few trials Social Club decides that Rockstar servers are
unavailable. Logs are filled mainly with fixme:wininet messages.
Because of it Social Club doesn't download updates and update the game so it's
unplayable.
--
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=42738
Bug ID: 42738
Summary: Annoying flickering in Renegade Ops (needs
StrictDrawOrdering=enabled to remove it)
Product: Wine
Version: 2.1
Hardware: x86
URL: http://store.steampowered.com/app/99300/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: 602a23a60aaab164acb8a2767094d545172ab4cf
Distribution: ---
Created attachment 57732
--> https://bugs.winehq.org/attachment.cgi?id=57732
terminal output
This is a DX10 game and needs native d3dcompiler_43 and d3dx10_42 to start.
>From the opening videos throughout the menus and in the main game the screen is
flickering heavily.
Changing in-game options e.g. screen resolution, MSAA, Vsync doesn't remove
this annoyance.
The problem doesn't occur in Wine Staging when CSMT is enabled or when
StrictDrawOrdering is enabled in pure Wine.
What makes this bug different from other similar issues reported here is that
that the problem is fairly new, there was no need to enable the
StrictDrawOrdering in the registry to avoid the screen flickering until
commit 602a23a60aaab164acb8a2767094d545172ab4cf
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Jan 27 11:36:31 2017 +0100
wined3d: Just use glBufferSubData() in buffer_direct_upload().
It might seem like a good idea to try to use glMapBufferRange() in
buffer_direct_upload(), but it really isn't. The interesting cases for
glMapBufferRange() are GL_MAP_INVALIDATE_BUFFER_BIT or
GL_MAP_UNSYNCHRONIZED_BIT, but the only way for those to be set here
would be for the buffer to be mapped with WINED3D_MAP_DISCARD or
WINED3D_MAP_NOOVERWRITE before the buffer object was created. In that
case the GPU is obviously not using the buffer object, so
glMapBufferRange() doesn't help. On the other hand, if the buffer is
currently in use by the application and neither WINED3D_MAP_DISCARD nor
WINED3D_MAP_NOOVERWRITE is set, glMapBufferRange() would need to wait
for the GPU to finish using the buffer object, while glBufferSubData()
may decide not to.
With the previous commit there is no flickering at all.
No demo version available, let me know if you need debug logs.
wine-2.4-256-g4bfa0d829f
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 378.13
OpenGL core profile shading language version string: 4.50 NVIDIA
--
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=42167
Bug ID: 42167
Summary: NEOTOKYO occasionally crashes when joining a server
and mid game: GL_OUT_OF_MEMORY
Product: Wine
Version: 2.0-rc4
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ahyattdev(a)icloud.com
Created attachment 56761
--> https://bugs.winehq.org/attachment.cgi?id=56761
backtrace
Terminal output is:
err:d3d:wined3d_check_gl_call >>>>>>> GL_OUT_OF_MEMORY (0x505) from
glBufferData @ buffer.c / 753.
hl2.exe(66427,0xa53391c0) malloc: *** mach_vm_map(size=6221824) failed (error
code=3)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
Jan 7 11:34:37 hl2.exe[66427] <Error>: CGSImageDataLock: Cannot allocate
memory
err:module:load_builtin_dll failed to load .so lib for builtin L"usp10.dll":
dlopen(/usr/local/lib/wine/usp10.dll.so, 258): no suitable image found. Did
find:
/usr/local/lib/wine/usp10.dll.so: out of address space
err:module:DelayLoadFailureHook failed to delay load usp10.dll.ScriptBreak
wine: Call from 0x7b42c0f9 to unimplemented function usp10.dll.ScriptBreak,
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.
https://bugs.winehq.org/show_bug.cgi?id=43225
Bug ID: 43225
Summary: Syberia 3
Product: Wine
Version: 2.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: serguynya(a)mail.ru
Distribution: ---
Created attachment 58518
--> https://bugs.winehq.org/attachment.cgi?id=58518
picture error
I want install Syberia 3, and first after clicking setup come this error on
wine development version
--
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=42976
Bug ID: 42976
Summary: demul v0.7 alpha
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seganfl2k(a)gmail.com
Distribution: ---
NO DLL OVER RIDES , NO ENABLE CSMT , NO ENABLE VAAPI OR NOTHING TICKED IN
STAGING SETTINGS
demul v0.7 alpha
video plugin gpudx11oldhw
sound plugin spu demul
gd rom plugin gdrimage
controls plugin paddemul
netplay plugin netdemul
bios dreamcast v 1.04 japan
vmu shows black and white with resident evil showing
build date aug 18 2016
black screen after hearing intro and passing intro in game menu black screen
can hear up and down for selecting gamemodes
new game load game ect but no graphics just black screen
FOR LOG FILE UPLOADED TO GITHUB BELOW
https://github.com/fatjohnny118/MYGIT/blob/master/jap
--
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=42532
Bug ID: 42532
Summary: Red Faction Guerilla has major graphic glitches
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
This game supports DirectX9 and DirectX10/11.
Wine-2.1 (Staging) had better performance.
Video: https://youtu.be/Boe7b4o5iso
Logfile: https://dl.dropboxusercontent.com/u/16996758/winelogrfg.txt
--
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=29188
Bug #: 29188
Summary: Serial Port Comm Failure for USB2Serial Converters?
Product: Wine
Version: 1.3.32
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rogerx.oss(a)gmail.com
Classification: Unclassified
Created attachment 37657
--> http://bugs.winehq.org/attachment.cgi?id=37657
wine-serialfailure.log
I have an application trying to communicate to a serial port provided by a USB
to Serial Converter device (/dev/ttyUSB0).
The application fails to communicate and I think the following is where it
fails:
trace:comm:io_control 0x78 IOCTL_SERIAL_WAIT_ON_MASK (nil) 0 0x90e9f0 4
0x90e9bc
trace:comm:get_irq_info TIOCSERGETLSR err Invalid argument
The application states it fails to communicate even though I have blinking
lights on the device and can use picocom or screen to login.
ie.
$ picocom -b 115200 /dev/ttyUSB0
Or
$ screen /dev/ttyUSB0 115200
--
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=43501
Bug ID: 43501
Summary: sims 4 crashes
Product: Wine
Version: 1.7.55
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: tongsonlk(a)yahoo.com
Created attachment 58882
--> https://bugs.winehq.org/attachment.cgi?id=58882
it's the program error details
it says initialization error and the program crashes
--
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=43064
Bug ID: 43064
Summary: fixme:d3d:fixed_get_input Unsupported input stream
[usage=WINED3D_DECL_USAGE_TANGENT, usage_idx=0].
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
While testing Need For Speed demo bug 41080 and playing it shortly after
quiting my cosole was spammed with this message.
fixme:d3d:fixed_get_input Unsupported input stream
[usage=WINED3D_DECL_USAGE_TANGENT, usage_idx=0].
I don't know if this needs to be added in wine code, but if not I quess a check
for this and silencing it would be nice. Since I didnt notice any real problem,
setting this bug priority really low.
https://source.winehq.org/git/wine.git/blob/53bf72e266532f2f0533a0dfd7e90a2…
--
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=42959
Bug ID: 42959
Summary: ffxiv dx11
fixme:d3d_shader:shader_sm4_read_instruction_modifier
Unhandled modifier 0x80000182.
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
ffxiv dx11
--
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=42948
Bug ID: 42948
Summary: ffxiv dx11 fixme:d3d11:shdr_handler Unhandled chunk
"RDEF".
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
dx11 unhandeled
--
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=41779
Bug ID: 41779
Summary: Direct3D ignores VSync
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: diwulefi(a)nincsmail.com
Distribution: ---
Unreal with the Direct3D render mode runs extemely fast, because it does ignore
the vsync when wrapping to OpenGL.
I use the latest nVidia drivers (375.20), VSync is on and outside WINE, it
works (tested with glxgears and benchmarks).
WINE version is 1.9.23.
--
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=43521
Bug ID: 43521
Summary: BattlEye anti cheat service
Product: Wine
Version: 2.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dawid.job(a)gmail.com
Distribution: ---
Installer of any game using anti cheat BattlEye runs fine, but game doesn't
start. On the first run the launcher tries to run battleye service, which it
seems to be running but game doesn't start.
Sometimes it shows error in BattlEye window:
Installing BattlEye Service...
Successfully installed BattlEye Service.
Failed to initialize BattlEye Service: Driver Init Error (2).
Official BattleEye support for Linux is now dead/discontinued.
Is there any chance to solve this problem from Wine side?
It's affect many popular games like PlayerUnknown Battlegrounds, H1Z1,
Planetside 2, Tibia. Older version of these games was running very well since
BattleEye made some changes on their side.
This ticket is connected to various other submits like:
https://bugs.winehq.org/show_bug.cgi?id=41670https://bugs.winehq.org/show_bug.cgi?id=42549https://bugs.winehq.org/show_bug.cgi?id=42571https://bugs.winehq.org/show_bug.cgi?id=31910
and many more duplicates of this bug.
I hope attachments added to tickets above will help to understand the problem
and it's scale.
Can someone explain what is the main problem and ideas to solve the problem?
--
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=42977
Bug ID: 42977
Summary: demul v0.7 alpha
Product: Wine
Version: 2.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seganfl2k(a)gmail.com
Distribution: ---
NO DLL OVER RIDES , NO ENABLE CSMT , NO ENABLE VAAPI OR NOTHING TICKED IN
STAGING SETTINGS
demul v0.7 alpha
video plugin gpudx11oldhw
sound plugin spu demul
gd rom plugin gdrimage
controls plugin paddemul
netplay plugin netdemul
bios dreamcast v 1.04 japan
vmu shows black and white with resident evil showing
build date aug 18 2016
black screen after hearing intro and passing intro in game menu black screen
can hear up and down for selecting gamemodes
new game load game ect but no graphics just black screen
FOR LOG FILE UPLOADED TO GITHUB BELOW
https://github.com/fatjohnny118/MYGIT/blob/master/usa
--
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=42950
Bug ID: 42950
Summary: ffxiv
fixme:d3d_shader:shader_sm4_read_instruction_modifier
Unhandled modifier 0x00155543.
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
dx11 unhandled
--
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=42530
Bug ID: 42530
Summary: Wreckfest has medium graphic glitches and...
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
crashes if (too many) ai players are set.
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
Video of 32-Bit executable with live debug: https://youtu.be/EIV-_IfNltA
Video of 64-Bit executable with live debug: https://youtu.be/K77NQkPYDWs
Debug log of 32-bit executeable:
https://dl.dropboxusercontent.com/u/16996758/winelog32bitEXE.txt (too big)
Debug log of 64-bit executeable:
https://dl.dropboxusercontent.com/u/16996758/winelog64bitEXE.txt (too big)
--
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=43568
Bug ID: 43568
Summary: Themes get installed but they don't appear in the
drop-down in winecfg
Product: Wine
Version: 2.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: aekkusu(a)gmail.com
Distribution: ---
For a while now I've been having this issue where if I install a theme
(msstyles), it does not show up in the drop-down menu under "Desktop
Integration" in winecfg.
I've took a look under *prefix*/windows/Resources/Themes/*themename*/ and the
msstyles file is indeed there, but it still doesn't show up. This happens
irrespective of what theme I install. I've since tried a few of them, and none
show up in the menu.
--
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=12377
Summary: Capella does not load font
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anhaupt(a)gmx.ch
When Capella tries to load any font available for displaying notes (e.g.
capella3) it displays the following message:
"Damit dieser Stil richtig angezeigt wird, müssen sie die Schriftart
'capella3' installieren." (tranlsation: "To display this style correctly the
font 'capella3' has to be installed.").
The same message appears if you try to load any of the other fonts available
for capella.
Other programs (e.g. notepad) find the capella fonts and display them
correctly.
The problem exists in the current version (Capella 2008) as well as in earlier
versions.
A demo version that shows the error is available here:
http://www.capella.de/download_capella.htm
--
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=42618
Bug ID: 42618
Summary: ACDSee Pro 10 needs
msvcp140.dll.?_LogScheduleTask@_TaskEventLogger@detail
s@Concurrency@@QEAAX_N@Z
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Using wine staging 2.3, it crashes on
wine: Call from 0x7b450c27 to unimplemented function
msvcp140.dll.?_LogScheduleTask@_TaskEventLogger@details@Concurrency@@QEAAX_N@Z,
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=34288
Bug #: 34288
Summary: Dungeons & Dragons: Chronicles of Mystara hangs on
startup
Product: Wine
Version: 1.5.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: megatog615(a)gmail.com
Classification: Unclassified
The game starts, captures the mouse, creates an empty 'Unnamed window,' then
hangs.
--
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.