#1 Burning Software

It is currently Fri Mar 29, 2024 7:49 am

All times are UTC




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: About audio cd burn
PostPosted: Thu Aug 26, 2004 1:04 am 
Offline

Joined: Thu Aug 26, 2004 12:58 am
Posts: 45
I am trying to burn audio cd from mp3 with example DiscAtOnceFromFile.exe , but can't , the program burned something on the cd ,but can't play on my pc,and i can't open it with my pc . I got this message below.

================================================================================
C:\>DiscAtOnceFromFile.exe 1 0 1 0 -burn 1.mp3
DiscAtOnceFromFile: ENTERed for 6 argument(s)
DiscAtOnceFromFile: 64 MBs of cache will be used during burn process
DiscAtOnceFromFile: Probing SCSI address 1:0:1:0 for CD/DVD burner device...
Ok!
DiscAtOnceFromFile: Found CD/DVD device "ATAPI " - "DVD DUAL 8X4X12 " - "B3H
with 8388608 UCHARs of cache
DiscAtOnceFromFile: Probing supported write modes...
OK!
DiscAtOnceFromFile: Track-At-Once: Yes, Session-At-Once: Yes, Disc-At-Once PQ:
es, Disc-At-Once raw P-W: Yes
DiscAtOnceFromFile: Testing unit ready...
Ok!
DiscAtOnceFromFile: Getting BUP (Buffer Underrun Protection) support...
Ok!
DiscAtOnceFromFile: BUP (Buffer Underrun Protection) Enabled: No, Supported: Y

DiscAtOnceFromFile: Enabling BUP (Buffer Underrun Protection)...
OK!
DiscAtOnceFromFile: Setting maximum supported CD/DVD speeds...
Ok!
DiscAtOnceFromFile: Getting current CD/DVD speeds...
Ok!
DiscAtOnceFromFile: Current read speed 7056 KBps (7056 maximum)
DiscAtOnceFromFile: Current write speed 1764 KBps (1764 maximum)
DiscAtOnceFromFile: Getting track information...
Ok!
DiscAtOnceFromFile: Track Blank: Yes, NWA valid: Yes, free LBs 359847, NWA 0,
ack number 1
DiscAtOnceFromFile: Getting disc information...
Ok!
DiscAtOnceFromFile: Disc erasable: Yes, Disc status: 0x 0, Last session status
0x 0, Disc type: 3
DiscAtOnceFromFile: Sending OPC (Optimum Power Calibration)...
OK!
DiscAtOnceFromFile: Writing the stuff to the CD/DVD disc >>>
DiscAtOnceFromFile: Processing file <1.mp3>, 1 file from 1 file(s) total
StarWave_WaveFileHeaderVerify(): m__ULONG__Riff == 0x82fdff instead of 0x46464
2, status 87 ( 0x57 )
StarWave_UncompressedFileSupportedIs(): StarWave_WaveFileHeaderVerify( 0x0012F
8 ) failed, status 87 ( 0x57 )
CStarWave_SyncFileReader::Open(): LoadLibraryA( 'wmvcore.dll' ) failed, status
26 ( 0x7e )
CStarWave_SyncFileReader::Open(): <<< *** EXITing with failure, status 126 ( 0
e )
StarWave_CompressedFileReaderObjectCreate(): l__PSTARWAVE_COMPRESSED_FILE_READ
_OBJECT->m__PCStarWave_SyncFileReader->Open( '1.MP3' ) failed, status -2147024
0 ( 0x8007007e )
StarWave_CompressedFileSupportedIs(): StarWave_CompressedFileReaderObjectCreat
0x0012FBC4, '1.MP3' ) failed, status -2147024770 ( 0x8007007e )
C:SamplesCallback(): TARGET_FILE_ANALYZE_BEGIN
C:SamplesCallback(): Target file size in UCHARs 2959632, LBs 1209
C:SamplesCallback(): TARGET_FILE_ANALYZE_END
C:SamplesCallback(): WAIT_CACHE_FULL_BEGIN
C:SamplesCallback(): Waiting for cache full not more then 381300 ms...
Ok!
C:SamplesCallback(): WAIT_CACHE_FULL_END
2% 76% C:SamplesCallback(): SYNCHRONIZE_CACHE_BEGIN
C:SamplesCallback(): SYNCHRONIZE_CACHE_END
DiscAtOnceFromFile: Ejecting the disc...
OK!
DiscAtOnceFromFile: EXITing with success
=======================================================================
Is that the way can burn audio CD ?
I'm using delphi.

Thx for all.


Top
 Profile  
 
 Post subject: Windows Media Library
PostPosted: Thu Aug 26, 2004 11:31 am 
Offline

Joined: Mon May 31, 2004 6:22 am
Posts: 134
Hello,

You are missing wmvcore.dll (which is the part of Windows Media Library).
It may be installed with Windows Media Player 9.0 or WML redistributable kit.
Anton will give you a link to download it.

Regards,
Alexey


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 26, 2004 4:54 pm 
Offline

Joined: Mon May 31, 2004 6:22 am
Posts: 134
Hello,

Please, download Windows Media Library redistributable kit.

We have also found the bug in our code when there is no WML installed. It will be fixed ASAP.

Thanks,
Alexey


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 26, 2004 8:06 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Not really a bug :) I've described everything in the private e-mail. Do not think it would be interesting to others :)

What *WOULD* be however: if compressed audio support does not work this means Media Player 9 is missing. Redist kit (4MB in size) must be used. We'll publush the links on the site.

alexey (staff) wrote:
Hello,

Please, download Windows Media Library redistributable kit.

We have also found the bug in our code when there is no WML installed. It will be fixed ASAP.

Thanks,
Alexey


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 27, 2004 11:44 am 
Offline

Joined: Thu Aug 26, 2004 12:58 am
Posts: 45
But after i installed WML , the problem still happen.
Not only compressed audio files but aslo uncompressed audio files(WAVE) .
I can burn audio cd with your Grab & Burn properly.
My OS is windows 2000.
:)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 27, 2004 12:12 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Interesting... :(

Can you download app called DebugView from www.sysinternals.com and run your application with DEBUG StarBurn build. DebugView would catch the log. Please send it to us. We'll help you :)

Sorry for problems, we'll sort everything out ASAP.

abs wrote:
But after i installed WML , the problem still happen.
Not only compressed audio files but aslo uncompressed audio files(WAVE) .
I can burn audio cd with your Grab & Burn properly.
My OS is windows 2000.
:)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 28, 2004 11:09 am 
Offline

Joined: Thu Aug 26, 2004 12:58 am
Posts: 45
I have sended log to you.
thank you. :D


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 28, 2004 6:59 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Got the logs. Checking what's wrong with this stuff. Thank you!

abs wrote:
I have sended log to you.
thank you. :D


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 36 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:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group