http://bugs.winehq.org/show_bug.cgi?id=19888
Summary: Unhandled vertex processing Product: Wine Version: 1.1.28 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ivan1986@list.ru
Game Venom. Codename: Outbreak. After intro video when load main menu background no menu items and in console many errors:
err:d3d7:IDirect3DExecuteBufferImpl_Execute Unhandled vertex processing !
http://bugs.winehq.org/show_bug.cgi?id=19888
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Unhandled vertex processing |Venom. Codename: Outbreak - | | no menu items
http://bugs.winehq.org/show_bug.cgi?id=19888
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #1 from Wylda wylda@volny.cz 2009-10-24 14:41:04 ---
Hi Ivan, how did you installed this game?? None of the wine versions since 0.9.50 till 1.1.32 seems to work. And when i tried to installed it on my notebook WinXP SP3, it end up with BSOD (never happen before! I ignored website warning, that it's not possible to install/run it on WinXP SP2 and later).
So how did you installed under wine?
http://bugs.winehq.org/show_bug.cgi?id=19888
--- Comment #2 from ivan1986 ivan1986@list.ru 2009-10-24 15:33:32 --- Hello
i download repack - http://torrents.ru/forum/viewtopic.php?t=2146858 all installed on wine normal, loadeng, write "venom" on red background and after that many many errors.
http://bugs.winehq.org/show_bug.cgi?id=19888
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2009-10-24 18:10:46 --- You have to properly install the game. If you can't, this bug is invalid.
http://bugs.winehq.org/show_bug.cgi?id=19888
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2009-10-24 18:10:54 --- Closing
http://bugs.winehq.org/show_bug.cgi?id=19888
ivan1986 ivan1986@list.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #5 from ivan1986 ivan1986@list.ru 2009-10-25 09:06:46 --- Hey!
I download license copy of game
bug the same - install normal, run normal (only ask cd for local play) and after load same error
Твою мать, у вас же ясно написана ошибка, что неверно реализована функция dx7, какого фига вы валите баги на игры, если вы в вайне не реализовали то, что реализовано в винде, и вы сами написали эти сообщения об ошибках.
http://bugs.winehq.org/show_bug.cgi?id=19888
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2009-10-25 13:56:43 --- Did you installed that game?
http://bugs.winehq.org/show_bug.cgi?id=19888
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Vitaliy Margolen vitaliy@kievinfo.com 2009-10-25 13:57:06 --- And do not use Russian, especially swearing at people.
http://bugs.winehq.org/show_bug.cgi?id=19888
--- Comment #8 from ivan1986 ivan1986@list.ru 2009-10-25 15:01:11 --- Created an attachment (id=24355) --> (http://bugs.winehq.org/attachment.cgi?id=24355) screen venom whisout menu
http://bugs.winehq.org/show_bug.cgi?id=19888
ivan1986 ivan1986@list.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #9 from ivan1986 ivan1986@list.ru 2009-10-25 15:03:20 --- Yes, i installed game from image of license cd (pirate copy, no repack, no crack) - http://torrents.ru/forum/viewtopic.php?t=1931527
instaled normal, run normal, show video russobit-m. after that show screen whisout menu, but if click on some parts of screen menu work, i may look video russobit-m again, but after click on ?play? black screen
http://bugs.winehq.org/show_bug.cgi?id=19888
ivan1986 ivan1986@list.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |directx-d3d
http://bugs.winehq.org/show_bug.cgi?id=19888
ivan1986 ivan1986@list.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|directx-d3d |-unknown
http://bugs.winehq.org/show_bug.cgi?id=19888
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #10 from Vitaliy Margolen vitaliy@kievinfo.com 2009-10-25 15:14:29 --- (In reply to comment #9)
Yes, i installed game from image of license cd (pirate copy
Then report that problem to those pirates.
Do not submit bugs here when using illegal copies of software.
http://bugs.winehq.org/show_bug.cgi?id=19888
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Vitaliy Margolen vitaliy@kievinfo.com 2009-10-25 15:14:42 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=19888
ivan1986 ivan1986@list.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #12 from ivan1986 ivan1986@list.ru 2009-10-25 15:49:21 --- i look source wine 1.1.29 - only one file have this string
/dlls/ddraw/executebuffer.c
source code is
if (ci->dwFlags == D3DPROCESSVERTICES_TRANSFORMLIGHT) { .... } else if (ci->dwFlags == D3DPROCESSVERTICES_TRANSFORM) { .... } else if (ci->dwFlags == D3DPROCESSVERTICES_COPY) { .... } else { ERR("Unhandled vertex processing !\n"); }
trace:d3d7:IDirect3DExecuteBufferImpl_Execute PROCESSVERTICES (1) trace:d3d7:IDirect3DExecuteBufferImpl_Execute Start : 0 Dest : 0 Count : 4 trace:d3d7:IDirect3DExecuteBufferImpl_Execute Flags : COPY UPDATEEXTENTS err:d3d7:IDirect3DExecuteBufferImpl_Execute Unhandled vertex processing !
COPY UPDATEEXTENTS
this string output by that code
if (TRACE_ON(d3d7)) { if (ci->dwFlags & D3DPROCESSVERTICES_COPY) TRACE("COPY "); if (ci->dwFlags & D3DPROCESSVERTICES_NOCOLOR) TRACE("NOCOLOR "); if (ci->dwFlags == D3DPROCESSVERTICES_OPMASK) TRACE("OPMASK "); if (ci->dwFlags & D3DPROCESSVERTICES_TRANSFORM) TRACE("TRANSFORM "); if (ci->dwFlags == D3DPROCESSVERTICES_TRANSFORMLIGHT) TRACE("TRANSFORMLIGHT "); if (ci->dwFlags & D3DPROCESSVERTICES_UPDATEEXTENTS) TRACE("UPDATEEXTENTS "); TRACE("\n"); }
http://bugs.winehq.org/show_bug.cgi?id=19888
--- Comment #13 from ivan1986 ivan1986@list.ru 2009-10-25 16:06:41 --- and please, stop closing bug!
if you don't want proccess other D3DPROCESSVERTICES_* insert
ci->dwFlags &= 3; (or any named constant)
otherware
} else if (ci->dwFlags & D3DPROCESSVERTICES_COPY) {
and for other
http://bugs.winehq.org/show_bug.cgi?id=19888
ivan1986 ivan1986@list.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |directx-d3d
http://bugs.winehq.org/show_bug.cgi?id=19888
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #14 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-26 23:57:45 --- Wine doesn't support running pirated software.
http://bugs.winehq.org/show_bug.cgi?id=19888
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-26 23:58:39 --- Once you have a test case or a valid licensed game with the problem - feel free to reopen.
http://bugs.winehq.org/show_bug.cgi?id=19888
ivan1986 ivan1986@list.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #16 from ivan1986 ivan1986@list.ru 2009-10-27 01:03:53 --- pirated game is binary copy of license.
http://bugs.winehq.org/show_bug.cgi?id=19888
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #17 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-27 01:33:13 --- You can start that kind of a conversation at the court, not here.
http://bugs.winehq.org/show_bug.cgi?id=19888
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-27 01:33:31 --- Invalid, do not reopen.
http://bugs.winehq.org/show_bug.cgi?id=19888
TeXHaPb staryx@inbox.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |staryx@inbox.ru
--- Comment #19 from TeXHaPb staryx@inbox.ru 2009-10-27 02:34:35 --- Hi! I'm trying to run a license copy of the game, but something goes wrong. Can someone help me? I've found this bug's entry by the most frequent message I've got, when I tried to run the game from the command line: err:d3d7:IDirect3DExecuteBufferImpl_Execute Unhandled vertex processing !
http://bugs.winehq.org/show_bug.cgi?id=19888
ivan1986 ivan1986@list.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #20 from ivan1986 ivan1986@list.ru 2009-10-27 02:52:22 --- Hey!
look Comment #19
http://bugs.winehq.org/show_bug.cgi?id=19888
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|directx-d3d |-unknown Resolution| |INVALID
--- Comment #21 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-27 04:07:10 --- This bug is invalid, please stop re-opening it. Your best bet is to find a demo version of the game with the same problem, and file a new bug report with full details.
http://bugs.winehq.org/show_bug.cgi?id=19888
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #22 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-27 04:07:35 --- Do NOT reopen.
http://bugs.winehq.org/show_bug.cgi?id=19888
--- Comment #23 from TeXHaPb staryx@inbox.ru 2009-10-27 04:14:18 --- Hey, what's going on? Why I have to search for a demo, while I have a license disk? Does it really necessary to create another bug? If it so - I can do that.
http://bugs.winehq.org/show_bug.cgi?id=19888
--- Comment #24 from Sven septim.dt@gmail.com 2009-10-27 04:16:49 --- Please do that and attach the full terminal output (do not paste it)
http://bugs.winehq.org/show_bug.cgi?id=19888
--- Comment #25 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-27 04:35:29 --- Something tells me that both e-mails belong to the same person.
http://bugs.winehq.org/show_bug.cgi?id=19888
--- Comment #26 from TeXHaPb staryx@inbox.ru 2009-10-27 04:39:53 --- Please compare http://my.mail.ru/list/ivan1986/ and http://my.mail.ru/inbox/staryx/ . Are those persons looks alike?
http://bugs.winehq.org/show_bug.cgi?id=19888
--- Comment #27 from Sven septim.dt@gmail.com 2009-10-27 04:43:25 --- True.
@ ivan: Google (first hit) got me a demo version. Just try to use that instead.
http://download.cnet.com/Codename-Outbreak-Official-demo/3000-7563_4-1022908...
http://bugs.winehq.org/show_bug.cgi?id=19888
--- Comment #28 from ivan1986 ivan1986@list.ru 2009-10-28 01:32:09 --- Created an attachment (id=24406) --> (http://bugs.winehq.org/attachment.cgi?id=24406) log ou demo version
http://bugs.winehq.org/show_bug.cgi?id=19888
ivan1986 ivan1986@list.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #29 from ivan1986 ivan1986@list.ru 2009-10-28 01:33:44 --- In the demo version error is the same, of course.
http://bugs.winehq.org/show_bug.cgi?id=19888
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://download.cnet.com/Co | |dename-Outbreak-Official-de | |mo/3000-7563_4-10229087.htm | |l
--- Comment #30 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-28 01:49:25 --- Do 'rm -rf ~/.wine', install the demo under Wine and try again.
http://bugs.winehq.org/show_bug.cgi?id=19888
--- Comment #31 from ivan1986 ivan1986@list.ru 2009-10-28 11:57:11 --- rm -rf ~/.wine
same
mmm, look in trace
trace:d3d7:IDirect3DExecuteBufferImpl_Execute Flags : COPY UPDATEEXTENTS
and look in code
D3DPROCESSVERTICES_COPY and D3DPROCESSVERTICES_UPDATEEXTENTS
not proccessing together
http://bugs.winehq.org/show_bug.cgi?id=19888
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #32 from Austin English austinenglish@gmail.com 2009-11-01 20:27:20 --- Demo does the same. Confirming.
http://bugs.winehq.org/show_bug.cgi?id=19888
dd9k@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dd9k@aol.com
--- Comment #33 from dd9k@aol.com 2010-02-26 11:10:52 --- This bug has a terrible discussion attached. Really.
I own a retail CD, I have the game demo as well. And the same error is up there: confirming. It looks like this bug is worthy reopening or duping in favor of a smarter bug report. Whatever, it is pointless to close this entry, because the error is still here. I'm pretty short on time currently but my great desire is to try messing with Wine's sourcecode on that matter. It appears like there is some special usage for D3D7 verticles in this game. Seems to me it may be reasonable to remove this stub just to have a look on what is going to happen. I'm not sure if it sounds real, but I'll try to find more information on this among the game developers.
Anyway, I'll report as soon as I'll manage to make this any kind of better.
http://bugs.winehq.org/show_bug.cgi?id=19888
ud1 ud1@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ud1@mail.ru
--- Comment #34 from ud1 ud1@mail.ru 2010-04-10 15:08:48 --- Why don't you want to fix this bug?
http://bugs.winehq.org/show_bug.cgi?id=19888
--- Comment #35 from Dmitry Timoshkov dmitry@codeweavers.com 2010-04-11 01:16:39 --- (In reply to comment #34)
Why don't you want to fix this bug?
The source is there, go ahead and fix it.
http://bugs.winehq.org/show_bug.cgi?id=19888
sh shooter0106@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |shooter0106@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=19888
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #36 from joaopa jeremielapuree@yahoo.fr 2011-06-11 07:07:54 CDT --- link is burst. a working one is http://www.shacknews.com/file/1539/codename-outbreak-demo-v13
bug is still there
http://bugs.winehq.org/show_bug.cgi?id=19888
--- Comment #37 from Wylda wylda@volny.cz 2012-05-19 08:46:50 CDT ---
Still present in wine-1.5.4-185-g6c51c1b.
Tested with full version of the game. Note for myself: Czech CD has some kind of protection. Take Osetup.pkg and rename it to Osetup.rar, unpack to any folder and apply patch v2.1.
https://bugs.winehq.org/show_bug.cgi?id=19888
--- Comment #38 from Ken Sharp imwellcushtymelike@gmail.com --- Is this still an issue in Wine 1.7.45 or later?
https://bugs.winehq.org/show_bug.cgi?id=19888
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #24355|0 |1 is obsolete| | Attachment #24406|0 |1 is obsolete| |
--- Comment #39 from Wylda wylda@volny.cz --- Created attachment 51795 --> https://bugs.winehq.org/attachment.cgi?id=51795 Console log - wine-1.7.46-193-g8b566b1
Still in in wine-1.7.46-193-g8b566b1. Game installs, can be patched to v2.1. If you run it, you hear the music/mouse clicking, but instead of menu, there is only black screen.
In console, there are zillions lines of:
fixme:ddraw:d3d_execute_buffer_execute D3DPROCESSVERTICES_UPDATEEXTENTS not implemented.
https://bugs.winehq.org/show_bug.cgi?id=19888
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Venom. Codename: Outbreak - |Venom Codename: Outbreak - | no menu items |initial menu screen is | |black (no menu items)
https://bugs.winehq.org/show_bug.cgi?id=19888
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #40 from super_man@post.com --- (In reply to Wylda from comment #39)
Created attachment 51795 [details] Console log - wine-1.7.46-193-g8b566b1
Still in in wine-1.7.46-193-g8b566b1. Game installs, can be patched to v2.1. If you run it, you hear the music/mouse clicking, but instead of menu, there is only black screen.
In console, there are zillions lines of:
fixme:ddraw:d3d_execute_buffer_execute D3DPROCESSVERTICES_UPDATEEXTENTS not implemented.
The same 1.9.8
https://bugs.winehq.org/show_bug.cgi?id=19888
Arthur Huillet arthur.huillet@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur.huillet@free.fr
https://bugs.winehq.org/show_bug.cgi?id=19888
Aleksey Volkov info@dv2c.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |info@dv2c.ru
--- Comment #41 from Aleksey Volkov info@dv2c.ru --- I can play on wine-1.9.11 (test only in wine desctop-emulate mode)
Set in GAME.ini
[Game] UseVideoTextures=0 NoMovies=1
In wine output meny fixme:ddraw:d3d_execute_buffer_execute D3DPROCESSVERTICES_UPDATEEXTENTS not implemented. present, but gameplay normal.
https://bugs.winehq.org/show_bug.cgi?id=19888
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
--- Comment #42 from Béla Gyebrószki gyebro69@gmail.com --- (In reply to Aleksey Volkov from comment #41)
I can play on wine-1.9.11 (test only in wine desctop-emulate mode)
Set in GAME.ini
[Game] UseVideoTextures=0 NoMovies=1
In wine output meny fixme:ddraw:d3d_execute_buffer_execute D3DPROCESSVERTICES_UPDATEEXTENTS not implemented. present, but gameplay normal.
I confirm that setting the game option 'UseVideoTextures=0' makes the menu appear correctly. Tested with the GOG.com version. Otherwise the problem is still present in wine-1.9.14-216-ga615647.
https://bugs.winehq.org/show_bug.cgi?id=19888
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #43 from winetest@luukku.com --- Black screen.
wine 2.0rc6 and staging 2.0rc6.
https://bugs.winehq.org/show_bug.cgi?id=19888
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |joseph.kucia@gmail.com CC| |joseph.kucia@gmail.com
--- Comment #44 from Józef Kucia joseph.kucia@gmail.com --- Created attachment 57031 --> https://bugs.winehq.org/attachment.cgi?id=57031 Patch
This patch fixes the problem.
https://bugs.winehq.org/show_bug.cgi?id=19888
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |directx-d3d
https://bugs.winehq.org/show_bug.cgi?id=19888
--- Comment #45 from Wylda wylda@volny.cz ---
This patch fixes the problem.
I rebased the patch and just played couple of minutes ;c) Thank you Józef!
https://bugs.winehq.org/show_bug.cgi?id=19888
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
https://bugs.winehq.org/show_bug.cgi?id=19888
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |19d85623cf4d5540be709de3040 | |a298700c4a8eb Status|NEW |RESOLVED
--- Comment #46 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Fixed by http://source.winehq.org/git/wine.git/?a=commit;h=19d85623cf4d5540be709de304...
https://bugs.winehq.org/show_bug.cgi?id=19888
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|joseph.kucia@gmail.com |wine-bugs@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=19888
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #47 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 2.2.
https://bugs.winehq.org/show_bug.cgi?id=19888
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.0.x
https://bugs.winehq.org/show_bug.cgi?id=19888
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.0.x |---
--- Comment #48 from Michael Stefaniuc mstefani@winehq.org --- Removing the 2.0.x milestone from bugs included in 2.0.1.