http://bugs.winehq.org/show_bug.cgi?id=25340
Summary: Exact Audio Copy (EAC) 1.0beta1 will not run in Wine 1.3.8. Product: Wine Version: 1.3.8 Platform: x86 URL: http://www.exactaudiocopy.de/en/ OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kurt.padilla@gmail.com
The program will not run. Soon after attempting to run the software, a window titled "Unhandled exception" appears saying "at 01537EB0 -> ACCESS_VIOLATION" with no other option than to click an "OK" button.
http://bugs.winehq.org/show_bug.cgi?id=25340
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Severity|major |normal
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2010-11-28 19:49:28 CST --- Please attach debug output as per http://wiki.winehq.org/FAQ#get_log to the bug report.
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com 2010-11-28 20:06:31 CST --- *** Bug 25341 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2010-11-28 22:30:31 CST --- Launching Exact Audio Copy yields:
err:ole:CoGetClassObject class {a9d3060d-3526-4538-b13a-1913568daa0d} not registered err:ole:CoGetClassObject no class object {a9d3060d-3526-4538-b13a-1913568daa0d} could be created for context 0x1 err:ole:CoGetClassObject class {f49c559d-e9e5-467c-8c18-3326aae4ebcc} not registered err:ole:CoGetClassObject no class object {f49c559d-e9e5-467c-8c18-3326aae4ebcc} could be created for context 0x1
These interfaces seem to be related to Microsoft SQL Server Compact, and Exact Audio Copy seems to ship SQL Server-related DLLs in its application directory.
http://bugs.winehq.org/show_bug.cgi?id=25340
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Exact Audio Copy (EAC) |Exact Audio Copy (EAC) |1.0beta1 will not run in |1.0beta1 does not run |Wine 1.3.8. |
http://bugs.winehq.org/show_bug.cgi?id=25340
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #4 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-11-29 15:56:03 CST --- Registering them manually, and than starting the app works fine for me:
regsvr32 sql* Successfully registered DLL sqlceca35.dll Successfully registered DLL sqlceoledb35.dll
So the question is why they weren't registered (i guess that should have happened during the install?)
http://bugs.winehq.org/show_bug.cgi?id=25340
Kurt kurt.padilla@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.3.8 |1.3.9
--- Comment #5 from Kurt kurt.padilla@gmail.com 2010-12-14 22:12:42 CST --- (In reply to comment #4)
Registering them manually, and than starting the app works fine for me:
regsvr32 sql* Successfully registered DLL sqlceca35.dll Successfully registered DLL sqlceoledb35.dll
So the question is why they weren't registered (i guess that should have happened during the install?)
When I try that I get: //kurt@El-Caballero:~$ wine regsvr32 sql* //Failed to load DLL sql*
I searched my wine installation and cannot find either of those libraries. I should also note that I have 1.3.9 installed now.
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #6 from Andrew Nguyen arethusa26@gmail.com 2010-12-14 22:16:05 CST --- (In reply to comment #5)
When I try that I get: //kurt@El-Caballero:~$ wine regsvr32 sql* //Failed to load DLL sql*
I searched my wine installation and cannot find either of those libraries. I should also note that I have 1.3.9 installed now.
You're in the wrong directory.
http://bugs.winehq.org/show_bug.cgi?id=25340
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.3.9 |1.3.8
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2010-12-15 03:46:54 CST --- Adding a comment without changing Wine version is enough.
http://bugs.winehq.org/show_bug.cgi?id=25340
lemonsforlemonade@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lemonsforlemonade@gmail.com
--- Comment #8 from lemonsforlemonade@gmail.com 2010-12-15 22:42:53 CST --- Confirming that running regsvr32 sql* while in the EAC directory does allow the program to run.
Wine 1.3.9 and EAC beta 1.
My exact output looked like this: ~/.wine/dosdevices/c:/Program Files/Exact Audio Copy$ regsvr32 sql* Successfully registered DLL sqlceca35.dll DllRegisterServer not implemented in DLL sqlcecompact35.dll Successfully registered DLL sqlceoledb35.dll DllRegisterServer not implemented in DLL sqlceqp35.dll DllRegisterServer not implemented in DLL sqlcese35.dll
http://bugs.winehq.org/show_bug.cgi?id=25340
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #9 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-12-16 15:26:22 CST --- (In reply to comment #8)
Confirming that running regsvr32 sql* while in the EAC directory does allow the program to run.
So the bug is that the installer somehow "forgets" to register the dlls. Did you check that on windows this works "out of the box?".
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #10 from lemonsforlemonade@gmail.com 2010-12-16 18:16:17 CST --- (In reply to comment #9)
(In reply to comment #8)
Confirming that running regsvr32 sql* while in the EAC directory does allow the program to run.
So the bug is that the installer somehow "forgets" to register the dlls. Did you check that on windows this works "out of the box?".
I haven't checked anything on a Windows machine yet. I will soon.
http://bugs.winehq.org/show_bug.cgi?id=25340
Xavier Vachon xvachon@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=25340
a.barrow.a+bzspam@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |a.barrow.a+bzspam@gmail.com
--- Comment #11 from a.barrow.a+bzspam@gmail.com 2010-12-29 10:20:28 CST --- (In reply to comment #10)
(In reply to comment #9)
(In reply to comment #8)
Confirming that running regsvr32 sql* while in the EAC directory does allow the program to run.
So the bug is that the installer somehow "forgets" to register the dlls. Did you check that on windows this works "out of the box?".
I haven't checked anything on a Windows machine yet. I will soon.
I can confirm that it runs out of the box on Windows XP Pro x86.
http://bugs.winehq.org/show_bug.cgi?id=25340
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Exact Audio Copy (EAC) |Exact Audio Copy (EAC) |1.0beta1 does not run |1.0beta1 does not run | |(needs support for COM | |server information from PE | |manifest, SxS)
--- Comment #12 from Anastasius Focht focht@gmx.net 2010-12-29 11:01:08 CST --- Hello,
Wine has to support COM server information from PE manifest (side-by-side method). The registration/registry-free COM method is supported since Windows XP SP2.
EAC.exe.manifest:
--- snip --- <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity type="win32" name="EAC" version="1.0.0.0" processorArchitecture="x86"/> <file name="sqlceca35.dll"> <comClass description="SSCE.Engine.3.5" clsid="{A9D3060D-3526-4538-B13A-1913568DAA0D}" threadingModel="Both"/> </file> <file name="sqlceoledb35.dll"> <comClass description="Microsoft.SQLSERVER.CE.OLEDB.3.5" clsid="{F49C559D-E9E5-467C-8C18-3326AAE4EBCC}" threadingModel="Both"/> </file> <file name="helperfunctions.dll"> <comClass description="HelperFunctions" clsid="{2C00FD29-09C5-43CE-946D-27B626C7F414}" threadingModel="Both"/> </file> .... --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=25340
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26524
http://bugs.winehq.org/show_bug.cgi?id=25340
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
--- Comment #13 from Anastasius Focht focht@gmx.net 2011-05-17 08:39:29 CDT --- *** Bug 27196 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=25340
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Exact Audio Copy (EAC) |Multiple apps need support |1.0beta1 does not run |for COM server information |(needs support for COM |from PE manifest a.k.a |server information from PE |registration/registry-free |manifest, SxS) |COM (Exact Audio Copy | |(EAC), AliWangWang ...)
--- Comment #14 from Anastasius Focht focht@gmx.net 2011-05-17 08:41:50 CDT --- Hello,
correcting summary, affects multiple apps.
Regards
http://bugs.winehq.org/show_bug.cgi?id=25340
Francisco José Cañizares Santofimia telefrancisco@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |telefrancisco@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=25340
fracting fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |27251
http://bugs.winehq.org/show_bug.cgi?id=25340
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |30438
http://bugs.winehq.org/show_bug.cgi?id=25340
Felix Yan felixonmars@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |felixonmars@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=25340
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #15 from Anastasius Focht focht@gmx.net 2012-05-17 15:25:15 CDT --- *** Bug 13487 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=25340
winehq.org@ewood.users.cementhorizon.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq.org@ewood.users.ceme | |nthorizon.com
--- Comment #16 from winehq.org@ewood.users.cementhorizon.com 2012-06-09 17:30:20 CDT --- (In reply to comment #8)
Confirming that running regsvr32 sql* while in the EAC directory does allow the program to run.
Wine 1.3.9 and EAC beta 1.
My exact output looked like this: ~/.wine/dosdevices/c:/Program Files/Exact Audio Copy$ regsvr32 sql* Successfully registered DLL sqlceca35.dll DllRegisterServer not implemented in DLL sqlcecompact35.dll Successfully registered DLL sqlceoledb35.dll DllRegisterServer not implemented in DLL sqlceqp35.dll DllRegisterServer not implemented in DLL sqlcese35.dll
lemonsforlemonade is right, this process works around the problem with EAC
cd ~/.wine/dosdevices/c:/Program\ Files\ (x86)/Exact\ Audio\ Copy/ regsvr32 sql*
http://bugs.winehq.org/show_bug.cgi?id=25340
Bastian bastian@rvzt.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bastian@rvzt.net
--- Comment #17 from Bastian bastian@rvzt.net 2012-07-28 04:21:19 CDT --- I can confirm this issue when starting Exact Audio Copy and I can confirm that registering the dlls manually as proposed by #4 works.
http://bugs.winehq.org/show_bug.cgi?id=25340
Felix Schwarz felix.schwarz@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |felix.schwarz@web.de
http://bugs.winehq.org/show_bug.cgi?id=25340
Ma Xiaojun damage3025@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damage3025@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=25340
Julian Rüger jr98@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jr98@gmx.net
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #18 from Nikolay Sivov bunglehead@gmail.com 2013-09-26 15:07:09 CDT --- I working on that, will have first draft patch soon.
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #19 from Nikolay Sivov bunglehead@gmail.com 2013-09-27 00:19:36 CDT --- Created attachment 46105 --> http://bugs.winehq.org/attachment.cgi?id=46105 patch
Please try this one, it looks like it fixes EAC for me. There's still some work to do on mscoree.dll side, but it doesn't look critical.
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #20 from Qian Hong fracting@gmail.com 2013-09-27 06:48:30 CDT --- Hi Nikolay,
Thanks for the great work!
I test with AliWangwang, it has been improved a lot, but there is still a few problem, I'm not sure if it is the same bug.
In Aliwangwang's program directory, there is a sub-directory called 7.21.04C/ , many dlls are in this sub-directory, including AliIMBrowserHostmod.dll.
Other dlls in 7.21.04C seems work with your patch, but AliIMBrowserHostmod.dll doesn't, until I cd to 7.21.04C and manually run `regsvr32 AliIMBrowserHostmod.dll`
Note: 7.21.04C/AliIMBrowserHostmod.dll depends on 7.21.04C/AliLog.dll, `regsvr32 AliIMBrowserHostmod.dll` won't work without cd to 7.21.04C first.
When I say "AliIMBrowserHostmod.dll doesn't work", I mean: 1. The "Daily News" feature of Aliwangwang doesn't work, I'm sure it depends on AliIMBrowserHostmod.dll and IE related components such like mshtml. 2. Console log show something like 0067:err:ole:marshal_object couldn't get IPSFactory buffer for interface {deaa93fe-2862-4894-8371-90bf705d0e93}
After manually register AliIMBrowserHostmod.dll by regsvr32, both 1 and 2 has been fixed.
I'll upload two logs, one with manually registering AliIMBrowserHostmod.dll, one without manually registering.
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #21 from Qian Hong fracting@gmail.com 2013-09-27 06:51:39 CDT --- Created attachment 46106 --> http://bugs.winehq.org/attachment.cgi?id=46106 Log: +actctx,+module,+ole,+variant,+tid trace for AliWangwang, without manually registering any dll
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #22 from Qian Hong fracting@gmail.com 2013-09-27 06:52:34 CDT --- Created attachment 46107 --> http://bugs.winehq.org/attachment.cgi?id=46107 Log: +actctx,+module,+ole,+variant,+tid trace for AliWangwang, manually registering AliIMBrowserHostmod.dll
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #23 from Qian Hong fracting@gmail.com 2013-09-27 06:54:25 CDT --- Additional note:
When testing AliWangWang, I have to run `winetricks -q ie7 vcrun2005 vcrun2008` first to workaround several bugs, the program is in Chinese, it may be a pain for non Chinese to install and test, let me know if there is anything else I can help.
Thanks for the work!
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #24 from Felix Yan felixonmars@gmail.com 2013-09-27 06:59:24 CDT --- TradeManager (http://trademanager.alibaba.com/) is an international version of AliWangWang, if you get similar test results, it may provide a better test case as it has English UI.
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #25 from Qian Hong fracting@gmail.com 2013-09-27 07:12:33 CDT --- (In reply to comment #24)
TradeManager (http://trademanager.alibaba.com/) is an international version of AliWangWang, if you get similar test results, it may provide a better test case as it has English UI.
Thanks, unfortunately I can't reproduce the same bug with TradeManager, there is no AliIMBrowserHostmod.dll in the international version.
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #26 from Nikolay Sivov bunglehead@gmail.com 2013-09-27 09:18:52 CDT --- (In reply to comment #20)
When I say "AliIMBrowserHostmod.dll doesn't work", I mean:
- The "Daily News" feature of Aliwangwang doesn't work, I'm sure it depends on
AliIMBrowserHostmod.dll and IE related components such like mshtml. 2. Console log show something like 0067:err:ole:marshal_object couldn't get IPSFactory buffer for interface {deaa93fe-2862-4894-8371-90bf705d0e93}
I kind of expected this sooner or later, redirection for proxy/stubs is not implemented yet, and it's much easier to do later when I finish main patch I attached here. All needed ntdll bits for proxy/stubs data are implemented already.
Thanks for testing.
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #27 from Qian Hong fracting@gmail.com 2013-09-27 09:20:56 CDT --- (In reply to comment #26)
(In reply to comment #20)
When I say "AliIMBrowserHostmod.dll doesn't work", I mean:
- The "Daily News" feature of Aliwangwang doesn't work, I'm sure it depends on
AliIMBrowserHostmod.dll and IE related components such like mshtml. 2. Console log show something like 0067:err:ole:marshal_object couldn't get IPSFactory buffer for interface {deaa93fe-2862-4894-8371-90bf705d0e93}
I kind of expected this sooner or later, redirection for proxy/stubs is not implemented yet, and it's much easier to do later when I finish main patch I attached here. All needed ntdll bits for proxy/stubs data are implemented already.
Thanks for testing.
That's great, I'm glad it's expected, thanks for the great work!
http://bugs.winehq.org/show_bug.cgi?id=25340
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #46105|0 |1 is obsolete| | Attachment #46106|0 |1 is obsolete| | Attachment #46107|0 |1 is obsolete| |
--- Comment #28 from Nikolay Sivov bunglehead@gmail.com 2013-09-27 14:33:28 CDT --- Created attachment 46114 --> http://bugs.winehq.org/attachment.cgi?id=46114 patches
Hi, Qian.
Could you get another log +ole,+tid,+module with this patch set?
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #29 from Qian Hong fracting@gmail.com 2013-09-27 16:49:33 CDT --- Created attachment 46116 --> http://bugs.winehq.org/attachment.cgi?id=46116 Log: +tid,+ole,+module log with patch v2
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #30 from Nikolay Sivov bunglehead@gmail.com 2013-10-19 09:02:50 CDT --- Hi, Anastasius.
Any idea what could still be broken with attached patches? Especially interesting is that Ali* software.
http://bugs.winehq.org/show_bug.cgi?id=25340
lemonsforlemonade@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|lemonsforlemonade@gmail.com |
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #31 from Nikolay Sivov bunglehead@gmail.com 2013-10-28 17:52:41 CDT --- Most important COM creation calls are now using activation context:
af93b530828bc9bca78a137c734837f72aa7bd96 e02b1687aadeff3e488f232049eb49c6516188dc 03dbbe21039e6b4387ee5e37c06051af530c5006 0af3bd8365c9b975261a9cd9ddb23b7f791bc095
It's possible something is missing of course.
Please retest so we can close this and continue with remaining issues in separate bug reports.
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #32 from Austin English austinenglish@gmail.com 2013-10-28 20:53:01 CDT --- (In reply to comment #31)
Most important COM creation calls are now using activation context:
af93b530828bc9bca78a137c734837f72aa7bd96 e02b1687aadeff3e488f232049eb49c6516188dc 03dbbe21039e6b4387ee5e37c06051af530c5006 0af3bd8365c9b975261a9cd9ddb23b7f791bc095
It's possible something is missing of course.
Please retest so we can close this and continue with remaining issues in separate bug reports.
I tried SmartFTP (originally bug 13487, marked a dupe of this one) with wine-1.7.5-46-gddd6fd1 and the problem remains.
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #33 from Nikolay Sivov bunglehead@gmail.com 2013-10-29 01:28:34 CDT --- EAC worked for me last time I tried. Could you attach +ole,+actctx,+tid,+rpc for SmartFTP? (it's better to start something else before it to reduce log size)
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #34 from Austin English austinenglish@gmail.com 2013-10-29 02:54:06 CDT --- Created attachment 46424 --> http://bugs.winehq.org/attachment.cgi?id=46424 +ole,+actctx,+tid,+rpc for SmartFTP
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #35 from Austin English austinenglish@gmail.com 2013-10-29 02:54:49 CDT --- (In reply to comment #33)
EAC worked for me last time I tried. Could you attach +ole,+actctx,+tid,+rpc for SmartFTP? (it's better to start something else before it to reduce log size)
Attached. If this bug is fixed, we should probably reopen 13487 for it and mark this one as fixed.
http://bugs.winehq.org/show_bug.cgi?id=25340
--- Comment #36 from Nikolay Sivov bunglehead@gmail.com 2013-10-30 22:34:09 CDT --- Created attachment 46434 --> http://bugs.winehq.org/attachment.cgi?id=46434 patch
Hi, Austin.
I tried SmartFTP myself, and it fails for a different reason - popup complaining that sfFTPLib.dll is not registered is a result of failed assembly lookup, not COM object creation. Could you confirm that attached hack helps?
It happens to use ISOLATIONAWARE_MANIFEST_RESOURCE_ID and we only try CREATEPROCESS_MANIFEST_RESOURCE_ID when looking for a resource.
http://bugs.winehq.org/show_bug.cgi?id=25340
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |13487
http://bugs.winehq.org/show_bug.cgi?id=25340
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0af3bd8365c9b975261a9cd9ddb | |23b7f791bc095 Status|NEW |RESOLVED Component|-unknown |ntdll Resolution| |FIXED
--- Comment #37 from Anastasius Focht focht@gmx.net 2013-10-31 03:35:01 CDT --- Hello folks,
as Nikolay said: the important foundation is implemented. Most of the apps listed here should work now. Issues uncovered by newly added infrastructure should be tracked by separate bugs.
Thanks Nikolay for your work!
Using last commit of series for resolving: http://source.winehq.org/git/wine.git/commitdiff/0af3bd8365c9b975261a9cd9ddb...
Regards
http://bugs.winehq.org/show_bug.cgi?id=25340
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |graylion@sm-wg.net
--- Comment #38 from Anastasius Focht focht@gmx.net 2013-11-04 18:10:03 CST --- *** Bug 33928 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=25340
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #39 from Alexandre Julliard julliard@winehq.org 2013-11-08 12:32:41 CST --- Closing bugs fixed in 1.7.6.