http://bugs.winehq.org/show_bug.cgi?id=24761
Summary: ProteoWizard: Critical section 00110060 wait failed Product: Wine Version: 1.3.5 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: astukalov@gmail.com
Created an attachment (id=31292) --> (http://bugs.winehq.org/attachment.cgi?id=31292) Log of ProteoWizard
While running ProteoWizard b#2296 (http://proteowizard.sourceforge.net/) to convert RAW files, I get "Critical section 00110060 wait failed" at random times during file processing (that is, sometimes it's able to process the whole file correctly, sometimes it fails -- and the failure occurs at random file positions). On Windows 7 it runs ok. Log is attached.
System: ArchLinux x86-64, WINEARCH=win32, vcrun2008 and dotnet20 installed by winetricks
http://bugs.winehq.org/show_bug.cgi?id=24761
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ntdll |-unknown
http://bugs.winehq.org/show_bug.cgi?id=24761
Vladimir Voznesensky vvoznesensky@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vvoznesensky@gmail.com
--- Comment #1 from Vladimir Voznesensky vvoznesensky@gmail.com 2011-03-21 03:54:05 CDT --- You may be interested in http://bugs.winehq.org/show_bug.cgi?id=26500 .
http://bugs.winehq.org/show_bug.cgi?id=24761
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2011-03-21 04:05:54 CDT --- (In reply to comment #1)
You may be interested in http://bugs.winehq.org/show_bug.cgi?id=26500 .
It has nothing to do with this bug report.
http://bugs.winehq.org/show_bug.cgi?id=24761
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2011-03-21 04:09:42 CDT --- (In reply to comment #0)
Created an attachment (id=31292)
--> (http://bugs.winehq.org/attachment.cgi?id=31292) [details]
Log of ProteoWizard
err:ole:marshal_object object doesn't expose interface {00000126-0000-0000-c000-000000000046}, failing with error 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002
Most likely this is the source of the problem.
http://bugs.winehq.org/show_bug.cgi?id=24761
--- Comment #4 from Alexey Stukalov astukalov@gmail.com 2011-03-21 04:19:27 CDT --- (In reply to comment #3)
(In reply to comment #0)
Created an attachment (id=31292)
--> (http://bugs.winehq.org/attachment.cgi?id=31292) [details] [details]
Log of ProteoWizard
err:ole:marshal_object object doesn't expose interface {00000126-0000-0000-c000-000000000046}, failing with error 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002
Most likely this is the source of the problem.
AFAIR, this message is always shown in the very start of the program, and many files could be successfully processed despite the message. I thought it's just a non-fatal check for a standard interface.
Whereas err:ntdll:RtlpWaitForCriticalSection is issued for some files, after a minute or so, and in random pattern, so that the size of output file before this exception is different across runs.
http://bugs.winehq.org/show_bug.cgi?id=24761
--- Comment #5 from butraxz@gmail.com 2013-09-15 07:37:47 CDT --- This ticket has not been updated for over 900 days. Development recommends to check the status on your bug every release or two and let to be known if the bug is still present. If not, mark it fixed. If you are no longer able to put effort to this ticket, you can abandon it.
Is this still an issue with 1.7.2 or higher ?
http://bugs.winehq.org/show_bug.cgi?id=24761
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED URL| |http://proteowizard.sourcef | |orge.net/downloads.shtml Keywords| |dotnet, download CC| |focht@gmx.net Resolution| |FIXED Summary|ProteoWizard: Critical |ProteoWizard 2.x |section 00110060 wait |'msconvert' tool |failed |fails/hangs sometimes | |during processing of mass | |spec data files in RAW | |format
--- Comment #6 from Anastasius Focht focht@gmx.net 2013-09-15 08:47:33 CDT --- Hello folks,
seems to work for me.
Prerequisites: clean 32-bit WINEPREFIX, 'winetricks -q dotnet40' for newer 3.x versions (old archived 2.x versions require 'winetricks -q dotnet20')
"MSFile Reader" -> http://sjsupport.thermofinnigan.com/public/detail.asp?id=703
(will automatically install VC++ 2008 and 2010 runtimes)
For testing I used some mass spec data in RAW format from this location:
http://www.chem.wisc.edu/~coon/Downloads/Morpheus/human/data/
--- snip --- $ wine ./msconvert.exe 111108lockmass01.raw -g ... format: mzML (Precision_64 [ 1000514:Precision_64 1000515:Precision_32 ], ByteOrder_LittleEndian, Compression_None) indexed="true" outputPath: . extension: .mzML.gz contactFilename:
filters:
filenames: 111108lockmass01.raw
processing file: 111108lockmass01.raw ... writing output file: ./111108lockmass01.mzML.gz --- snip ---
Largest tested was:
input "Velos1.raw" (759 MiB) -> output: "Velos1.mzML.gz" (1.6 GiB)
In 3.x versions there is a GUI tool which works fine too: "MSConvertGUI.exe"
$ du -sh pwiz-bin-windows-x86-vc100-release-3_0_4922.tar.bz2 28M pwiz-bin-windows-x86-vc100-release-3_0_4922.tar.bz2
$ sha1sum pwiz-bin-windows-x86-vc100-release-3_0_4922.tar.bz2 d4264399fd97254872f7a895aea7b7f6bb835651 pwiz-bin-windows-x86-vc100-release-3_0_4922.tar.bz2
$ wine --version wine-1.7.2-75-gb89afc3
Regards
http://bugs.winehq.org/show_bug.cgi?id=24761
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2013-09-27 13:40:55 CDT --- Closing bugs fixed in 1.7.3.
https://bugs.winehq.org/show_bug.cgi?id=24761
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rtautenh@gmail.com
--- Comment #8 from Anastasius Focht focht@gmx.net --- *** Bug 29900 has been marked as a duplicate of this bug. ***