#1 Burning Software

It is currently Thu Apr 25, 2024 6:41 am

All times are UTC




Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Fri Aug 27, 2010 2:58 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Hi,

can you tell me why this error occurs? See log file for details: http://forum.cdburnerxp.se/download/file.php?id=687

Regards,
Florian


Top
 Profile  
 
 Post subject: Re: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Fri Aug 27, 2010 3:30 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
A user just reported that this may occur if the file name is too long or the directory depth is too high. Seems reasonable when looking at the file name used here.
If this is the case, please fix :)


Top
 Profile  
 
 Post subject: Re: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Fri Aug 27, 2010 6:15 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Path name length does not matter in this case, it's just passing ISO object as compressed file name which is not...

CStarBurn_StarWaveFile::CStarBurn_StarWaveFile(): StarWave_CompressedFileReaderObjectCreate( 0x04F870F0, 'C:\Users\Christian\Downloads\GrabIt Downloads\alt.binaries.dvd\Prince of Persia\Prince.of.Persia.The.Sands.of.Time.2010.R4.NTSC.DVDR.RoSubbed-playON.iso' ) failed, status -1072889818


Top
 Profile  
 
 Post subject: Re: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Fri Aug 27, 2010 7:50 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
OK, so I had to verify whether or not it is a path length issue. After some testing, unfortunately, it turns out that it IS a path length issue.
I've burned the same ISO image to disc multiple times, until I finally reached a pth length that exceeds your limit. It may be a StarBurnX issue, but it needs to be fixed.


Top
 Profile  
 
 Post subject: Re: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Fri Aug 27, 2010 8:09 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Can you provide the log with the failed ISO burn b/c of the path length issue?

The log you've attached shows StarBurn SDK does exactly what it should do - returns "stream not recognized" when you're trying to burn ISO content as compressed media file (which could not be done obviously, it's DATA content).

-1072889818 = 0xC00D0026L

//
// MessageId: NS_E_UNRECOGNIZED_STREAM_TYPE
//
// MessageText:
//
// The specified protocol is not recognized. Be sure that the file name and syntax, such as slashes, are correct for the protocol.%0
//
#define NS_E_UNRECOGNIZED_STREAM_TYPE _HRESULT_TYPEDEF_(0xC00D0026L)


Top
 Profile  
 
 Post subject: Re: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Sat Aug 28, 2010 6:50 am 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
I'm using StarBurnX, not this function. So if this function is called, and it should not be called, it's a bug in StarBurnX.
My ISO test has the same result:

Quote:
CStarBurn_StarWaveFile::CStarBurn_StarWaveFile(): StarWave_CompressedFileReaderObjectCreate( 0x071D5600, 'C:\temp\2007 Office System Developer Resources\2007OfficeIconsGallery\Prince of Persia\GrabIt Downloads\alt.binaries.dvd\Prince.of.Persia.The.Sands.of.Time.2010.R4.NTSC.DVDR.RoSubbed-playON.iso' ) failed, status -1072889818


Top
 Profile  
 
 Post subject: Re: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Sat Aug 28, 2010 3:33 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
1) It's pefectly normal to call this API call to verify content.

2) We need complete log and not the quote. I don't see any path-related issues in the quote you have attached below. Please provide one for failed ISO burn. Complete one. Thanks!

flöle wrote:
I'm using StarBurnX, not this function. So if this function is called, and it should not be called, it's a bug in StarBurnX.
My ISO test has the same result:

Quote:
CStarBurn_StarWaveFile::CStarBurn_StarWaveFile(): StarWave_CompressedFileReaderObjectCreate( 0x071D5600, 'C:\temp\2007 Office System Developer Resources\2007OfficeIconsGallery\Prince of Persia\GrabIt Downloads\alt.binaries.dvd\Prince.of.Persia.The.Sands.of.Time.2010.R4.NTSC.DVDR.RoSubbed-playON.iso' ) failed, status -1072889818


Top
 Profile  
 
 Post subject: Re: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Sat Aug 28, 2010 4:15 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
See the first post. Isn't this complete?


Top
 Profile  
 
 Post subject: Re: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Mon Aug 30, 2010 11:55 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Not really :) I'm a little bit confused. What exactly are you trying to do? Burn audio content or ISO file? I see ISO file... Second, why do you think path name is rejected b/c of it's size?

flöle wrote:
See the first post. Isn't this complete?


Top
 Profile  
 
 Post subject: Re: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Mon Aug 30, 2010 1:29 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Why is it not complete?

I am burning an ISO file. According to your confusion, StarBurnX does something else though.

Why do I think it's the path length? Because I tried it. I continued increasing the path length until the error mentioned above occured.


Top
 Profile  
 
 Post subject: Re: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Mon Aug 30, 2010 1:42 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
I did not say it's incomplete. I just don't understand what you was doing.

OK, can you provide successful one with non-failed result.


Top
 Profile  
 
 Post subject: Re: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Mon Aug 30, 2010 2:59 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
There you are. Includes an erase process before burning the ISO image.


Attachments:
StarBurn.zip [19.11 KiB]
Downloaded 891 times
Top
 Profile  
 
 Post subject: Re: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Tue Aug 31, 2010 9:56 pm 
Offline

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

This problem has been solved. The new build of StarBurnX will be ready tomorrow.

Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Wed Sep 01, 2010 3:17 am 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Great! :)


Top
 Profile  
 
 Post subject: Re: StarWave_CompressedFileReaderObjectCreate failed, status ...
PostPosted: Thu Sep 23, 2010 2:55 pm 
Offline

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

New build of StarBurnX is ready : link was removed

Regards,

Dmitry


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

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