#1 Burning Software

It is currently Wed Dec 18, 2024 10:48 pm

All times are UTC




Post new topic Reply to topic  [ 39 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: Exception during Audio burning
PostPosted: Tue Jun 16, 2009 3:22 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Where is the console sample? I only know the AudioBurner sample. This app doesn't work properly though, on startup all controls get disabled and I cannot use any elements of the form.

anton (staff) wrote:
...and please switch to SPTD in exclusive mode to turn OFF possible software collisions. Thanks!


How would I do that?


Top
 Profile  
 
 Post subject: Re: Exception during Audio burning
PostPosted: Wed Jun 17, 2009 8:55 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
There's a bunch of console C samples in "Sampels\C" folder.

Use CreateExEx API call rather then CreateEx. And don't forget to install SPTD layer.


Top
 Profile  
 
 Post subject: Re: Exception during Audio burning
PostPosted: Wed Jun 17, 2009 2:08 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Actually I'm using .NET/C# so I don't have any Create(Ex)+ calls available. I tried using the MSVC AudioBurner, and it produces the same results.

TrackAtOnceFromFileAudioUnicode seems to work:

Code:
TrackAtOnceFromFileAudioUnicode:main(): ENTERed for 4 argument(s)
TrackAtOnceFromFileAudioUnicode:main(): 160 MBs of cache will be used during burn process
TrackAtOnceFromFileAudioUnicode:main(): Probing device name 'e:' for CD/DVD/Blu-Ray/HD-DVD burner device... OK!
TrackAtOnceFromFileAudioUnicode:main(): Found CD/DVD/Blu-Ray/HD-DVD device 'HL-DT-ST' - 'DVD-RAM GSA-E60L' - '1.00' with 2097152 UCHARs of c
ache
TrackAtOnceFromFileAudioUnicode:main(): Probing supported write modes... OK!
TrackAtOnceFromFileAudioUnicode:main(): Track-At-Once: Yes, Session-At-Once: Yes, Disc-At-Once PQ: Yes, Disc-At-Once raw P-W: Yes
TrackAtOnceFromFileAudioUnicode:main(): Getting media and door/tray status... OK!
TrackAtOnceFromFileAudioUnicode:main(): Media is present, door/tray is closed
TrackAtOnceFromFileAudioUnicode:main(): Getting mechanical options... OK!
TrackAtOnceFromFileAudioUnicode:main(): Lock/Unlock is supported, Media is unlocked, Load/Eject is supported, Loading mechanism type is 0x01

TrackAtOnceFromFileAudioUnicode:main(): Testing unit ready... OK!
TrackAtOnceFromFileAudioUnicode:main(): Getting BUP (Buffer Underrun Protection) support... OK!
TrackAtOnceFromFileAudioUnicode:main(): BUP (Buffer Underrun Protection) Enabled: No, Supported: Yes
TrackAtOnceFromFileAudioUnicode:main(): Enabling BUP (Buffer Underrun Protection)... OK!
TrackAtOnceFromFileAudioUnicode:main(): Setting maximum supported CD/DVD/Blu-Ray/HD-DVD speeds... OK!
TrackAtOnceFromFileAudioUnicode:main(): Getting current CD/DVD/Blu-Ray/HD-DVD speeds... OK!
TrackAtOnceFromFileAudioUnicode:main(): Current read speed 7056 KBps (8468 maximum)
TrackAtOnceFromFileAudioUnicode:main(): Current write speed 1764 KBps (1764 maximum)
TrackAtOnceFromFileAudioUnicode:main(): Getting track information... OK!
TrackAtOnceFromFileAudioUnicode:main(): Track blank: Yes, NWA valid: Yes, free LBs 359847, NWA 0, track number 1
TrackAtOnceFromFileAudioUnicode:main(): Getting disc information... OK!
TrackAtOnceFromFileAudioUnicode:main(): Disc erasable: Yes, Disc status: 0x00, Last session status: 0x00, Disc type: 3
TrackAtOnceFromFileAudioUnicode:main(): Sending OPC (Optimum Power Calibration)... OK!
TrackAtOnceFromFileAudioUnicode:main(): Writing the stuff to the CD/DVD/Blu-Ray/HD-DVD disc >>>
TrackAtOnceFromFileAudioUnicode:main(): Burning '....mp3' as AUDIO
TrackAtOnceFromFileAudioUnicode:Callback(): TARGET_FILE_ANALYZE_BEGIN
TrackAtOnceFromFileAudioUnicode:Callback(): Target file size in UCHARs 15187968, LBs 6457
TrackAtOnceFromFileAudioUnicode:Callback(): TARGET_FILE_ANALYZE_END
TrackAtOnceFromFileAudioUnicode:Callback(): WAIT_CACHE_FULL_BEGIN
TrackAtOnceFromFileAudioUnicode:Callback(): Waiting for cache full not more then 953250 ms... OK!
TrackAtOnceFromFileAudioUnicode:Callback(): WAIT_CACHE_FULL_END
8% 20% 32% 44% 56% 68% 80% 92%
TrackAtOnceFromFileAudioUnicode:Callback(): SYNCHRONIZE_CACHE_BEGIN
TrackAtOnceFromFileAudioUnicode:Callback(): SYNCHRONIZE_CACHE_END
TrackAtOnceFromFileAudioUnicode:main(): Skipping close session b/s of the user request or test mode... OK!
TrackAtOnceFromFileAudioUnicode:main(): Ejecting the disc... OK!

TrackAtOnceFromFileAudioUnicode:main(): EXITing with success


Top
 Profile  
 
 Post subject: Re: Exception during Audio burning
PostPosted: Fri Jun 19, 2009 6:32 am 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

Could you try to set the write mode manually?
Set the Mode property to STARBURN_WRITE_MODE_DAO_96 for example!

Regards,

Dmitry Bortsov

Rocket Division Software


Top
 Profile  
 
 Post subject: Re: Exception during Audio burning
PostPosted: Fri Jun 19, 2009 4:22 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
DAO apparently works, but I am setting track-at-once manually too and it doesn't work.


Top
 Profile  
 
 Post subject: Re: Exception during Audio burning
PostPosted: Sat Jun 20, 2009 10:55 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Please check something buring in both TAO & using CreateExEx API call (SPTD layer). We need to isolate software Vs. hardwre issue. Thanks!


Top
 Profile  
 
 Post subject: Re: Exception during Audio burning
PostPosted: Sun Jun 21, 2009 10:16 am 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Could you please be more specific? As I mentioned earlier, I'm at home at C#. If you want to me to try any test code in C++ or even C, please either tell me what exact line in the C project I have to change (and to what) or give me something I can copy & paste. I'm not familiar with CreateExEx and I actually don't intend to become, that's why I'm using simple and clean C# ;)


Top
 Profile  
 
 Post subject: Re: Exception during Audio burning
PostPosted: Sun Jun 21, 2009 6:25 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
This is not gonna be productive... We'll modify TAO burning sample to use both SPTD and SPTI and will include it into ucoming SDK (in the future) and issue you with sample (now) to check. This will be faster and more useful to all of us :)


Top
 Profile  
 
 Post subject: Re: Exception during Audio burning
PostPosted: Sat Jun 27, 2009 12:54 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Any idea when you're ready? I'd certainly like to proceed with my implementation :)


Top
 Profile  
 
 Post subject: Re: Exception during Audio burning
PostPosted: Wed Jul 01, 2009 2:22 pm 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

Try to download the latest update of StarBurnX :

link was removed

Note: call the StarBurnX.InitializeEx function in order to switch on the SPTD mode

Regards,

Dmitry

Rocket Division Software


Top
 Profile  
 
 Post subject: Re: Exception during Audio burning
PostPosted: Sun Jul 12, 2009 8:16 am 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Sorry for the late reply, I have been on holidays and didn't take my external drive with me.

I tried the new DLLs. There is a new method InitializeEx, but it doesn't seem to work. If I call it with SPTD, I get the following exception.

Code:
BurningEngine.StarBurnEngine.InitializeEx("", StarBurnX.STARBURN_TRANSPORT.STARBURN_TRANSPORT_SPTD)

Code:
COMException: "Unsupported transport: "


Top
 Profile  
 
 Post subject: Re: Exception during Audio burning
PostPosted: Sun Jul 12, 2009 10:18 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Install SPTD layer before you're trying to use it.


Top
 Profile  
 
 Post subject: Re: Exception during Audio burning
PostPosted: Sun Jul 12, 2009 10:52 am 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
OK, I updated the layer from http://duplexsecure.com/ and then tried burning again. The result is the following:

Code:
Internal SDK error:
CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

Valid = yes, CDB Size = 10, Sense Size = 32
CDB: 2A 00 00 00 00 00 00 00 1A 00 00 00 00 00 00 00
Sense 00: 70 00 05 00 00 00 00 0E 00 00 00 00 64 00 00 0


Attachments:
logs.zip [24.32 KiB]
Downloaded 504 times
Top
 Profile  
 
 Post subject: Re: Exception during Audio burning
PostPosted: Sun Jul 12, 2009 11:09 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
You still don't use SPTD, rather it's SPTI (quite clear from the log you quite yourself).


Top
 Profile  
 
 Post subject: Re: Exception during Audio burning
PostPosted: Sun Jul 12, 2009 11:40 am 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Sorry, you are right. Now using SPTD.

Code:
Internal SDK error:
CStarBurn_ScsiTransportSxxx::ExecuteCDB(): Command failed

Valid = yes, CDB Size = 10, Sense Size = 18
CDB: 2A 00 00 00 00 00 00 00 1A 00 00 00 00 00 00 00
Sense 00: 70 00 05 00 00 00 00 0E 00 00 00 00 64 00 00 00
Sense 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Transport status = 0, Target Status = 2, HostAdapter Status = 0


Attachments:
logs.zip [23.83 KiB]
Downloaded 496 times
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 39 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC


Who is online

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