#1 Burning Software

It is currently Thu Dec 19, 2024 10:09 am

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Problem converting MP3 to CDA
PostPosted: Fri Jun 15, 2007 3:28 pm 
Offline

Joined: Mon May 28, 2007 10:16 pm
Posts: 8
Hi,

I'm implementing CD-Audio burning based on the AudioBurner sample. Everything works correctly for .WAV files but I'm getting the following errors when I try and burn MP3 files. The MP3 file is not encrypted BTW.

Any thoughts here?

Thanks,

Jerry.

Code:
StarBurn:StarBurn_IsAudioFileSupported(): ENTERed for 'R:\data\My Music\U2\06-Miss Sarajevo.mp3', probing for supported uncompressed...
StarWave_WaveFileHeaderVerify(): m__ULONG__Riff == 0x3334449 instead of 0x46464952, status 87 ( 0x57 )
StarWave_UncompressedFileSupportedIs(): StarWave_WaveFileHeaderVerify( 0x031EFB00 ) failed, status 87 ( 0x57 )

StarBurn:StarBurn_IsAudioFileSupported(): WARNING! Unrecognized as supported uncompressed, status 87 ( 0x57 ), probing for supported compressed...
CStarWave_SyncFileReader::CleanUp(): Just released sync reader and data buffer
CStarWave_SyncFileReader::CleanUp(): Just closed WAV file handle
CStarWave_SyncFileReader::CleanUp(): Just released OGG buffer
CStarWave_SyncFileReader::CleanUp(): Just cleared all OGG related stuff
StarWave_WaveFileHeaderVerify(): m__ULONG__Riff == 0x3334449 instead of 0x46464952, status 87 ( 0x57 )
StarWave_UncompressedFileSupportedIs(): StarWave_WaveFileHeaderVerify( 0x031EF9C4 ) failed, status 87 ( 0x57 )
CStarWave_SyncFileReader::Open(): LoadLibraryA( 'vorbisfile.dll' ) failed, status 126 ( 0x7e )
CStarWave_ReadOnlyFileStream::QueryInterface(): RIID recognition failed, status 1168 ( 0x490 ) or -2147467262 ( 0x80004002 )
CStarWave_ReadOnlyFileStream::QueryInterface(): <<< *** EXITing with failure, status 1168 ( 0x490 )
CStarWave_ReadOnlyFileStream::Seek(): WARNING! IsBadWritePtr( 0x00000000, 8 ) failed, reporting output position skipped
First-chance exception at 0x086d7232 in Riffster.exe: 0xC0000005: Access violation writing location 0x00000000.
CStarWave_ReadOnlyFileStream::Seek(): WARNING! IsBadWritePtr( 0x00000000, 8 ) failed, reporting output position skipped
First-chance exception at 0x086d7232 in Riffster.exe: 0xC0000005: Access violation writing location 0x00000000.


Top
 Profile  
 
 Post subject: Re: Problem converting MP3 to CDA
PostPosted: Sat Jun 16, 2007 7:49 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
What's OS used as a host? Can you send complete debug logs to support@rocketdivision.com please? Thanks!

NovaDSP wrote:
Hi,

I'm implementing CD-Audio burning based on the AudioBurner sample. Everything works correctly for .WAV files but I'm getting the following errors when I try and burn MP3 files. The MP3 file is not encrypted BTW.

Any thoughts here?

Thanks,

Jerry.

Code:
StarBurn:StarBurn_IsAudioFileSupported(): ENTERed for 'R:\data\My Music\U2\06-Miss Sarajevo.mp3', probing for supported uncompressed...
StarWave_WaveFileHeaderVerify(): m__ULONG__Riff == 0x3334449 instead of 0x46464952, status 87 ( 0x57 )
StarWave_UncompressedFileSupportedIs(): StarWave_WaveFileHeaderVerify( 0x031EFB00 ) failed, status 87 ( 0x57 )

StarBurn:StarBurn_IsAudioFileSupported(): WARNING! Unrecognized as supported uncompressed, status 87 ( 0x57 ), probing for supported compressed...
CStarWave_SyncFileReader::CleanUp(): Just released sync reader and data buffer
CStarWave_SyncFileReader::CleanUp(): Just closed WAV file handle
CStarWave_SyncFileReader::CleanUp(): Just released OGG buffer
CStarWave_SyncFileReader::CleanUp(): Just cleared all OGG related stuff
StarWave_WaveFileHeaderVerify(): m__ULONG__Riff == 0x3334449 instead of 0x46464952, status 87 ( 0x57 )
StarWave_UncompressedFileSupportedIs(): StarWave_WaveFileHeaderVerify( 0x031EF9C4 ) failed, status 87 ( 0x57 )
CStarWave_SyncFileReader::Open(): LoadLibraryA( 'vorbisfile.dll' ) failed, status 126 ( 0x7e )
CStarWave_ReadOnlyFileStream::QueryInterface(): RIID recognition failed, status 1168 ( 0x490 ) or -2147467262 ( 0x80004002 )
CStarWave_ReadOnlyFileStream::QueryInterface(): <<< *** EXITing with failure, status 1168 ( 0x490 )
CStarWave_ReadOnlyFileStream::Seek(): WARNING! IsBadWritePtr( 0x00000000, 8 ) failed, reporting output position skipped
First-chance exception at 0x086d7232 in Riffster.exe: 0xC0000005: Access violation writing location 0x00000000.
CStarWave_ReadOnlyFileStream::Seek(): WARNING! IsBadWritePtr( 0x00000000, 8 ) failed, reporting output position skipped
First-chance exception at 0x086d7232 in Riffster.exe: 0xC0000005: Access violation writing location 0x00000000.


Top
 Profile  
 
 Post subject: Windows XP SP2
PostPosted: Sat Jun 16, 2007 1:30 pm 
Offline

Joined: Mon May 28, 2007 10:16 pm
Posts: 8
Windows XP SP2

I'll post a debug log as soon as I can generate one.

Thanks.


Top
 Profile  
 
 Post subject: Re: Windows XP SP2
PostPosted: Sun Jun 17, 2007 6:45 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
This is strange, XP SP2 has everything built-in to do proper MP3 decompression. OK, let's wait for the logs :)

P.S. In the worst case you'll have to upload "problem" MP3 file to our ftp account so we'll take closer look at it.

NovaDSP wrote:
Windows XP SP2

I'll post a debug log as soon as I can generate one.

Thanks.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group