PDA

View Full Version : Build failure because of errors



Ed Stanley
02-07-2006, 03:39 PM
When I started to experiment and create my project, using mp3 audio files, I wasn’t aware that AMS6 did not read mp3 files. So, in I changed 10 of the tracks to .ogg. Then I learned that I could change the extension of mp3 to wav and AMS would read it. So, in "File Layout" I renamed all of the mp3 tracks to .wav and deleted the .ogg tracks. But then when I tried to preview, I received the following result:

Starting build...
07-Feb-06 09:17:02 AM
Project file: C:\Documents and Settings\Customer\My Documents\AutoPlay Media Studio 6.0 Projects\Scourby MP3 Audio Bible\Scourby MP3 Audio Bible.am6

Performing Pre-Build Checks...
Checking audio settings...
Checking scripts...
Checking project settings...
Error: Project Audio -> Audio file "C:\Documents and Settings\Customer\My Documents\AutoPlay Media Studio 6.0 Projects\Scourby MP3 Audio Bible\CD_Root\AutoPlay\Audio\0001 Genesis 1.ogg" cannot be found.
Error: Project Audio -> Audio file "C:\Documents and Settings\Customer\My Documents\AutoPlay Media Studio 6.0 Projects\Scourby MP3 Audio Bible\CD_Root\AutoPlay\Audio\0002 Genesis 2.ogg" cannot be found.
Error: Project Audio -> Audio file "C:\Documents and Settings\Customer\My Documents\AutoPlay Media Studio 6.0 Projects\Scourby MP3 Audio Bible\CD_Root\AutoPlay\Audio\0003 Genesis 3.ogg" cannot be found.
Error: Project Audio -> Audio file "C:\Documents and Settings\Customer\My Documents\AutoPlay Media Studio 6.0 Projects\Scourby MP3 Audio Bible\CD_Root\AutoPlay\Audio\0004 Genesis 4.ogg" cannot be found.
Error: Project Audio -> Audio file "C:\Documents and Settings\Customer\My Documents\AutoPlay Media Studio 6.0 Projects\Scourby MP3 Audio Bible\CD_Root\AutoPlay\Audio\0005 Genesis 5.ogg" cannot be found.
Error: Project Audio -> Audio file "C:\Documents and Settings\Customer\My Documents\AutoPlay Media Studio 6.0 Projects\Scourby MP3 Audio Bible\CD_Root\AutoPlay\Audio\0006 Genesis 6.ogg" cannot be found.
Error: Project Audio -> Audio file "C:\Documents and Settings\Customer\My Documents\AutoPlay Media Studio 6.0 Projects\Scourby MP3 Audio Bible\CD_Root\AutoPlay\Audio\0007 Genesis 7.ogg" cannot be found.
Error: Project Audio -> Audio file "C:\Documents and Settings\Customer\My Documents\AutoPlay Media Studio 6.0 Projects\Scourby MP3 Audio Bible\CD_Root\AutoPlay\Audio\0008 Genesis 8.ogg" cannot be found.
Error: Project Audio -> Audio file "C:\Documents and Settings\Customer\My Documents\AutoPlay Media Studio 6.0 Projects\Scourby MP3 Audio Bible\CD_Root\AutoPlay\Audio\0009 Genesis 9.ogg" cannot be found.
Error: Project Audio -> Audio file "C:\Documents and Settings\Customer\My Documents\AutoPlay Media Studio 6.0 Projects\Scourby MP3 Audio Bible\CD_Root\AutoPlay\Audio\0010 Genesis 10.ogg" cannot be found.
Checking object settings...

10 Errors, 0 Warnings
Build failed.

As you can see, there are 10 errors matching the 10 .ogg files that I had previously named and then deleted. I have double checked every object item that I had previously linked to the ogg files and changed them to read the .wav files (which are mp3 files renamed .wav). and look like this:

Audio.Load(CHANNEL_NARRATION, "AutoPlay\\Audio\\0001 Genesis 1.wav", true, false);
Down thru 0010 Genesis 10.wav.

And the 10 errors still continue to show up when I try to preview. Is there any other way to resolve this problem without recreating the 10 .ogg files?

Ed Stanley:

yosik
02-07-2006, 04:26 PM
try and go to the Project Audio settings and see if the ogg files are still refered there and if so, delete them.

Another thought.
Open your .am6 file in a text editor and look for any mentionn of ogg and see where it is hidden.

Good luck
Yossi

Ed Stanley
02-07-2006, 04:51 PM
Thank you, Yossi. I found them still listed in the Background Music file under Project Audio Settings. Deleted them and that took care of the problem. Really appreciate your help.

Ed Stanley