#1 Burning Software

It is currently Tue Apr 16, 2024 5:04 pm

All times are UTC




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: What kind of hardware does it work?
PostPosted: Fri Oct 29, 2004 7:53 am 
Hi,

May I ask a question ?

In the TEAC, SDK was good working.
But, in LG, it is not working.
LG is company in Korea.

I want to know what kind of hardware does work with SDK.
Or...
What kind of hardware have you test ?

Regards...


Top
  
 
 Post subject: Re: What kind of hardware does it work?
PostPosted: Fri Oct 29, 2004 4:28 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Any MMC compatible hardware manufactured since 2000-2001 should work fine. Of course there are exceptions we need to handle in special way. Saying "LG is not working" is a *WRONG* assertation! I've got around 10 different LG devices (starting from 2-2-6 CD burner and ending with latest DVD+-RW/DVD-RAM combo) and they all work great. If you have some particular problems with some particular device -- please do us a favor and send us DebugView log from debug build. We'll be happy to fix everything. "Does not work" was never treated as valid bug report by I guess virtually any software and hardware company. Thank you!

Nognu wrote:
Hi,

May I ask a question ?

In the TEAC, SDK was good working.
But, in LG, it is not working.
LG is company in Korea.

I want to know what kind of hardware does work with SDK.
Or...
What kind of hardware have you test ?

Regards...


Top
 Profile  
 
 Post subject: Test device is...
PostPosted: Tue Nov 02, 2004 12:08 pm 
I tested following devices.

GCC-4520B(made by LG)
DRX-510ULK(made by SONY, USB, External type)

Any error message was not occured.
But, when to check CD, it has no data.

I tried recording with your sample program(VC MFC GUI example).
The result recorded was same.
No error message, but no data recorded.

How do I do ?...-_-


Top
  
 
 Post subject: Re: Test device is...
PostPosted: Tue Nov 02, 2004 12:24 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Would you please grab latest StarBurn SDK snaphot from the download section of this site and try to burn with DEBUG version of our own console samples. And let us know about the details.

See, MFC UI samples are not part of the library yet and headers and libraries can easily get out-of-sync (I guess this is your case). That's why you could have problems with burning.

Thank you!

Nognu wrote:
I tested following devices.

GCC-4520B(made by LG)
DRX-510ULK(made by SONY, USB, External type)

Any error message was not occured.
But, when to check CD, it has no data.

I tried recording with your sample program(VC MFC GUI example).
The result recorded was same.
No error message, but no data recorded.

How do I do ?...-_-


Top
 Profile  
 
 Post subject: Re: Test device is...
PostPosted: Tue Nov 02, 2004 12:53 pm 
Offline

Joined: Mon May 31, 2004 6:22 am
Posts: 134
[quote="Nognu"]I tried recording with your sample program(VC MFC GUI example).
The result recorded was same.
No error message, but no data recorded.
How do I do ?...-_-[/quote]

VC MFC GUI sample does not burn any data. It only performs BURN-SIMULATION process. If you need to burn the data, just change the parameter p__BOOLEAN__IsTestWrite (8) to FALSE in the function call StarBurn_CdvdBurnerGrabber_TrackAtOnceFromTree.


Top
 Profile  
 
 Post subject: Yes. I do.
PostPosted: Tue Nov 02, 2004 2:08 pm 
Yes.

When I tested, already changed 8th parameter(TRUE) to FALSE in StarBurn_CdvdBurnerGrabber_TrackAtOnceFromTree().


Top
  
 
 Post subject: Re: Yes. I do.
PostPosted: Tue Nov 02, 2004 2:50 pm 
Offline

Joined: Mon May 31, 2004 6:22 am
Posts: 134
Nognu wrote:
When I tested, already changed 8th parameter(TRUE) to FALSE in StarBurn_CdvdBurnerGrabber_TrackAtOnceFromTree().


Please, download DebugView from http://www.sysinternals.com/ and use debug version of our SDK to get the log. We need it to see what is wrong.
Can you also check our console samples to know are they work or not.

Thanks.


Top
 Profile  
 
 Post subject: Re: Yes. I do.
PostPosted: Tue Nov 02, 2004 7:04 pm 
Offline

Joined: Mon May 31, 2004 6:22 am
Posts: 134
Nognu wrote:
When I tested, already changed 8th parameter(TRUE) to FALSE in StarBurn_CdvdBurnerGrabber_TrackAtOnceFromTree().


Have you closed the session?
In our GUI sample there is only one trace line:
"Burn(): Skipping close session in test mode... OK!"
If you are burning the data you will need to add the code to close the session. You can check our console samples. Here's missing code:
Code:
            //
            // Try to close the session
            //
            l__EXCEPTION_NUMBER =
                StarBurn_CdvdBurnerGrabber_CloseSession(
                    l__PVOID__CdvdBurnerGrabber,
                    ( PCHAR )( &l__CHAR__ExceptionText ),
                    sizeof( l__CHAR__ExceptionText ),
                    &l__ULONG__Status,
                    &l__CDB_FAILURE_INFORMATION
                    );

            //
            // Check for success
            //
            if ( l__EXCEPTION_NUMBER != EN_SUCCESS )
            {
                   ...
            }



Top
 Profile  
 
 Post subject: Results...
PostPosted: Fri Nov 05, 2004 3:49 am 
I have test with TrackAtOnceFromFile.exe in StarBurn\Bin\Dynamic\Debug\i386.

Text messages are following,
-----------

TrackAtOnceFromFile:main(): ENTERed for 8 argument(s)

TrackAtOnceFromFile:main(): Opening 'C:/test.mp3'... OK!
TrackAtOnceFromFile:main(): Getting file size... OK!
TrackAtOnceFromFile:main(): Burning 6932480 UCHARs of ISO/sound image 'C:/test.mp3'
TrackAtOnceFromFile:main(): 64 MBs of cache will be used during burn process
TrackAtOnceFromFile:main(): Probing SCSI address 1:0:0:0 for CD/DVD burner device... OK!
TrackAtOnceFromFile:main(): Found CD/DVD device 'HL-DT-ST' - 'RW/DVD GCC-4520B' - '1.00' with 2097152 UCHARs of cache
TrackAtOnceFromFile:main(): Probing supported write modes... OK!
TrackAtOnceFromFile:main(): Track-At-Once: Yes, Session-At-Once: Yes, Disc-At-Once PQ: Yes, Disc-At-Once raw P-W: Yes
TrackAtOnceFromFile:main(): Testing unit ready... OK!
TrackAtOnceFromFile:main(): Getting BUP (Buffer Underrun Protection) support... OK!
TrackAtOnceFromFile:main(): BUP (Buffer Underrun Protection) Enabled: Yes, Supported: Yes
TrackAtOnceFromFile:main(): Enabling BUP (Buffer Underrun Protection)... OK!
TrackAtOnceFromFile:main(): Setting maximum supported CD/DVD speeds... OK!
TrackAtOnceFromFile:main(): Getting current CD/DVD speeds... OK!
TrackAtOnceFromFile:main(): Current read speed 7042 KBps (7042 maximum)
TrackAtOnceFromFile:main(): Current write speed 9154 KBps (9154 maximum)
TrackAtOnceFromFile:main(): Getting track information... OK!
TrackAtOnceFromFile:main(): Track blank: Yes, NWA valid: Yes, free LBs 359844, NWA 0, track number 1
TrackAtOnceFromFile:main(): Getting disc information... OK!
TrackAtOnceFromFile:main(): Disc erasable: No, Disc status: 0x00, Last session status: 0x00, Disc type: 2
TrackAtOnceFromFile:main(): Sending OPC (Optimum Power Calibration)... OK!
TrackAtOnceFromFile:main(): Writing the stuff to the CD/DVD disc >>>
TrackAtOnceFromFile:Callback(): TARGET_FILE_ANALYZE_BEGIN
TrackAtOnceFromFile:Callback(): Target file size in UCHARs 6932480, LBs 3385
TrackAtOnceFromFile:Callback(): TARGET_FILE_ANALYZE_END
TrackAtOnceFromFile:Callback(): WAIT_CACHE_FULL_BEGIN
TrackAtOnceFromFile:Callback(): Waiting for cache full not more then 381300 ms... OK!
TrackAtOnceFromFile:Callback(): WAIT_CACHE_FULL_END
17% 68%
TrackAtOnceFromFile:Callback(): SYNCHRONIZE_CACHE_BEGIN
TrackAtOnceFromFile:Callback(): SYNCHRONIZE_CACHE_END
TrackAtOnceFromFile:main(): Closing session... OK!
TrackAtOnceFromFile:main(): Ejecting the disc... OK!

TrackAtOnceFromFile:main(): EXITing with success
StarWave_WaveFileHeaderVerify(): m__ULONG__Riff == 0x3334449 instead of 0x46464952, status 87 ( 0x57 )
StarWave_UncompressedFileSupportedIs(): StarWave_WaveFileHeaderVerify( 0x0012EB40 ) failed, status 87 ( 0x57 )
CStarWave_SyncFileReader::Open(): ov_open( 0x77C0ACE0, 0x0219E188, NULL, 0 ) failed, status -132 ( 0xffffff7c )
CStarWave_SyncFileReader::Open(): GetProcAddress( 0x4f500000 'WMCreateSyncReader' ) failed, status 127 ( 0x7f )
CStarWave_SyncFileReader::Open(): <<< *** EXITing with failure, status 127 ( 0x7f )
StarWave_CompressedFileReaderObjectCreate(): l__PSTARWAVE_COMPRESSED_FILE_READER_OBJECT->m__PCStarWave_SyncFileReader->Open( 'C:/TEST.MP3' ) failed, status -2147024769 ( 0x8007007f )
StarWave_CompressedFileSupportedIs(): StarWave_CompressedFileReaderObjectCreate( 0x0012ECC4, 'C:/TEST.MP3' ) failed, status -2147024769 ( 0x8007007f )

-----------
After recording, CD doesn't have audio data.


Top
  
 
 Post subject: Re: Results...
PostPosted: Fri Nov 05, 2004 1:55 pm 
Offline

Joined: Mon May 31, 2004 6:22 am
Posts: 134
Nognu wrote:
After recording, CD doesn't have audio data.


Please, download and install Windows Media Library redistributable kit.
http://www.rocketdivision.com/downloads/wmfdist.exe


Top
 Profile  
 
 Post subject: It works...
PostPosted: Tue Nov 09, 2004 2:07 am 
Now it works very well.
Thank you very much !
^^


Top
  
 
 Post subject: Re: It works...
PostPosted: Thu Nov 11, 2004 8:37 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Good news! Please let us know if you'll have other questions.

Nognu wrote:
Now it works very well.
Thank you very much !
^^


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 5 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