INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: John Gateley on February 21, 2006, 02:31:58 pm

Title: Dr. Cilantro: APE to Ogg conversion crashing
Post by: John Gateley on February 21, 2006, 02:31:58 pm
I could not download the APE file you provided. Please choose a better name (no spaces or special characters) and send me that name via PM.

j
Title: Re: Dr. Cilantro: APE to Ogg conversion crashing
Post by: JONCAT on February 21, 2006, 05:15:18 pm

www.catuccio.net/oggcrasher.ape

Thanks Alex, I wonder if this was the result of pasting an image during playback; I stopped doing that a while back because of MC crashes when attempting to.

Dr. C
Title: Re: Dr. Cilantro: APE to Ogg conversion crashing
Post by: Alex B on February 21, 2006, 06:26:46 pm
Indeed it crashes MC when converting to OGG.

Something is wrong with the embedded image tag.

A duplicate file converts fine after removing the image.

Also, the same duplicate ape file converts fine after adding the same image back inside the file tag. (I copied it from the original file using right-click copy-paste in Action Window).
Title: Re: Dr. Cilantro: APE to Ogg conversion crashing
Post by: Matt on February 21, 2006, 09:11:21 pm
I wonder if the problem is that it's such a large image in the APE file, and the OGG tagger doesn't like it.

The APE file seems to work fine.

We'll do some testing tomorrow.
Title: Re: Dr. Cilantro: APE to Ogg conversion crashing
Post by: Matt on February 22, 2006, 12:01:53 pm
Fixed next build.

The reference OGG code uses stack allocation for tag fields, which isn't a good idea since an image can be larger than what the stack can hold.

Anyway, this gave us the opportunity to update to all the latest OGG code.

Thanks.