I bought a version of dBpoweramp 12.4 half a year ago and I have been very happy with it so far.
I developed a small utility in .Net Framework 3.5 C# that helps me regularly convert audio files in an organized and automated fashion. It worked great.
Now I upgraded my computer to a Vista 64 .....
I installed dBpoweramp on this one too and I think I did it the same way.
The utility immediately crashed on this line of code:
DMCSCRIPTINGLib.Converter dMC = new DMCSCRIPTINGLib.ConverterClass();
Error description (in swedish):
COMException occurred
Hämtningen av COM-klassfabriken för komponenten med CLSID {1C2E0932-61B5-4EAB-A832-06EE6564047D} misslyckades på grund av följande fel: 80040154.
(I hate errors in localized language! This is my approximate translation:
The Fetching of the COM-classfactory for component with CLSID {....} failed because of the following error: 80040154.)
1) After a quick look in Google groups I figured it was some kind of COM registration error. I tried to manually register the DLL with regsvr32 but it reported an error that this DLL might not be possible to register with this version of Vista.
2) I then searched this forum and found some note that R13 probably had better Vista 64 support. I downloaded the R13 demo version and installed over the old version. It didn't change anything!
3) Now I opened the regular Music converter trying to do it all manually. It started off quite well, but then I became suspicious when it seemed to take an awful lot of time! It reported expected time 2 hours and decreased speed continuosly. On the old computer it took maybe 1 minute for a similar file. After a while this conversion attempt crashed with a strange error report:
Error converting to mp3 (Lame), 'D:\Predikan\Original\File1.mp3' to 'D:\Predikan\Konverterade\File1.mp3'
Error: Writing Temporary Rendered DSP file, disk full?. [dBCoreConverter::HandleNonLiveDSPs]
The processor is 3GHz DualCore, RAM 8Gb, drive is two striped RAID 0, 7200 RPM with 400 Gb free space. It should be enough!
I am really stuck!!!
Any help very much appreciated!
I developed a small utility in .Net Framework 3.5 C# that helps me regularly convert audio files in an organized and automated fashion. It worked great.
Now I upgraded my computer to a Vista 64 .....
I installed dBpoweramp on this one too and I think I did it the same way.
The utility immediately crashed on this line of code:
DMCSCRIPTINGLib.Converter dMC = new DMCSCRIPTINGLib.ConverterClass();
Error description (in swedish):
COMException occurred
Hämtningen av COM-klassfabriken för komponenten med CLSID {1C2E0932-61B5-4EAB-A832-06EE6564047D} misslyckades på grund av följande fel: 80040154.
(I hate errors in localized language! This is my approximate translation:
The Fetching of the COM-classfactory for component with CLSID {....} failed because of the following error: 80040154.)
1) After a quick look in Google groups I figured it was some kind of COM registration error. I tried to manually register the DLL with regsvr32 but it reported an error that this DLL might not be possible to register with this version of Vista.
2) I then searched this forum and found some note that R13 probably had better Vista 64 support. I downloaded the R13 demo version and installed over the old version. It didn't change anything!
3) Now I opened the regular Music converter trying to do it all manually. It started off quite well, but then I became suspicious when it seemed to take an awful lot of time! It reported expected time 2 hours and decreased speed continuosly. On the old computer it took maybe 1 minute for a similar file. After a while this conversion attempt crashed with a strange error report:
Error converting to mp3 (Lame), 'D:\Predikan\Original\File1.mp3' to 'D:\Predikan\Konverterade\File1.mp3'
Error: Writing Temporary Rendered DSP file, disk full?. [dBCoreConverter::HandleNonLiveDSPs]
The processor is 3GHz DualCore, RAM 8Gb, drive is two striped RAID 0, 7200 RPM with 400 Gb free space. It should be enough!
I am really stuck!!!
Any help very much appreciated!
Comment