[Bug 9597] New: Sony Digital Voice Editor 3 locks up when you try to play or convert an . msv file
http://bugs.winehq.org/show_bug.cgi?id=9597 Summary: Sony Digital Voice Editor 3 locks up when you try to play or convert an .msv file Product: Wine Version: CVS/GIT Platform: Other URL: http://www.sony.jp/products/overseas/contents/support/do wnload/ OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-quartz AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Sony "IC Recorder" ICD-SX57 digital voice recorder uses a proprietary format, .msv, and comes with "Sony Digital Voice Editor 3", an app to convert them to .mp3. (I believe you can download several versions of that app from the URL above, haven't tried that myself.) The app's installer completes, but Wine warns that MSCAT32.DLL was not found. Mike Hearn posted a patch that adds stubs for this, http://www.winehq.org/pipermail/wine-patches/2006-April/026116.html , so I updated it a bit, added two missing forwards, and now the app installs without warning. The next problem was a crash on startup, with backtrace starting with =>1 0x7e37a450 convert_888_to_565_asis+0x70(width=0x78, height=0x18, srcbits=0x4537888, srclinebytes=0x168, dstbits=0x7c081940, dstlinebytes=0xffffff10) [/home/dank/wine-git/dlls/winex11.drv/dib_convert.c:733] in winex11 (0x0033eed4) Now, that's an old friend, and a patch for it is in http://bugs.winehq.org/show_bug.cgi?id=7380#c16 With that patch, the app starts up and can find media properly. Once you've done all that, you come to the bug that is the subject of this report, namely, it crashes when you ask it to load a .msv file. First, Wine outputs a stream of warnings for about twenty seconds, saying over and over fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {cc7bfb41-f175-11d1-a392-00e0291f3959} not found fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {cc7bfb46-f175-11d1-a392-00e0291f3959} not found err:ole:CoGetClassObject class {e30629d1-27e5-11ce-875d-00608cb78066} not registered err:ole:CoGetClassObject no class object {e30629d1-27e5-11ce-875d-00608cb78066} could be created for context 0x1 err:quartz:GraphBuilder_Render Unable to create filter (80040154), trying next one and then finally crashing with err:seh:setup_exception stack overflow 160 bytes in thread 000d eip b7d3b573 esp 7cf39f60 stack 0x7cf3a000-0x7d04a000 -- 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=9597 --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2007-09-06 00:34:56 --- Created an attachment (id=7969) --> (http://bugs.winehq.org/attachment.cgi?id=7969) Patch to get app to install and start without complaint -- 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=9597 --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2007-09-06 00:36:11 --- Created an attachment (id=7970) --> (http://bugs.winehq.org/attachment.cgi?id=7970) Wine log of running app and trying to load an .msv file -- 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=9597 --- Comment #3 from Juan Lang <juan_lang(a)yahoo.com> 2007-09-06 11:02:05 --- The GUID cc7bfb41-f175-11d1-a392-00e0291f3959 is CLSID_TransmitCategory. In my XP machine, the GUID shows up in HKLM\Software\Windows\Explorer\AutoplayHandlers\DeviceClasses\{guid}, and the DeviceHandlers value under that key is "VideoCameraDeviceHandler". The GUID e30629d1-27e5-11ce-875d-00608cb78066 is CLSID_AudioRenderer, and it's supposed to be registered by quartz.dll. Not sure why it's not. -- 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=9597 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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=9597 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-12-05 02:56:29 --- http://support.sony-europe.com/DNA/downloads/downloads.aspx?l=en&ct=ICD&f=DV... Seems you need an audio cd to test this. Anyone mind giving it a quick try? Installs fine now in git. -- 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=9597 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2009-01-15 10:53:46 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If still present, update version field to earliest known version of wine that had this bug. Thanks! -- 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=9597 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2010-06-13 05:11:59 --- http://support.sony-europe.com/DNA/downloads/downloads.aspx?l=en&ct=ICD&f=DV... I don't have any audio cd's to test with, so may/may not be present in 1.2-rc3. -- 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=9597 butraxz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz(a)gmail.com --- Comment #7 from butraxz(a)gmail.com 2012-05-17 14:52:09 CDT --- This bug has not been updated for five years by someone who has the files that are needed for testing. Is this still an issue i current (1.5.4) or newer wine ? You may also close this as abandoned if you feel that that this is issue is no longer relevant to you. -- 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=9597 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.sony.jp/products |http://download.sony-europe |/overseas/contents/support/ |.com/PUB/DNA/IC_DVE/DVE33_0 |download/ |1/DVESetup_EN.exe -- 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=9597 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |37545 -- 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=9597 Bug 9597 depends on bug 37545, which changed state. Bug 37545 Summary: Sony Digital Voice Editor 3.3 will not install https://bugs.winehq.org/show_bug.cgi?id=37545 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE -- 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=9597 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net, | |super_man(a)post.com -- 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=9597 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|patch | Status|NEW |RESOLVED Hardware|Other |x86 Version|unspecified |0.9.49. Resolution|--- |ABANDONED OS|other |Linux --- Comment #8 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, no further response from OP, resolving 'ABANDONED'. Regards -- 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=9597 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org