Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: gamerman on Sat 15/12/2007 18:19:08

Title: Problem with "sound sample failure"
Post by: gamerman on Sat 15/12/2007 18:19:08
There's it...

I'm trying to put some sound in my game, but it keep showing "sound sample failure cant load sound 2", and i'm using sounds that i've already used in other games (before i unistall/delete all ags files in my computer and, later, reinstall AGS again, can it be related with?), i've already tried other random sounds in mp3 format, but still getting the same error. The sounds are  wav and mp3 format. i've alredy tried other sounds but wont work. Help? Huh ???
Title: Re: Problem with "sound sample failure"
Post by: Scorpiorus on Sat 15/12/2007 18:23:51
First of all, make sure you correctly named the sound file (eg: SOUND2.WAV) and put in into the Sound folder of your game.

Also, look into the following topic for a possible solution to your problem:

http://www.adventuregamestudio.co.uk/yabb/index.php?topic=33017.0

Title: Re: Problem with "sound sample failure"
Post by: gamerman on Sat 15/12/2007 23:46:49
It was in the right folder, and i've just tried the ogg. and vox. formats and it wont worked. Keep getting the same error message.  :-\
Title: Re: Problem with "sound sample failure"
Post by: Khris on Sun 16/12/2007 01:36:39
Did you just rename the files? Or re-encode them? More info please.

But first, please do the following:
Via My Computer, navigate to the Sound folder, then choose "Tools -> Folder Options..." from the menu. In the View tab, make sure "Hide extension for known file types" is not checked.

Look at the filenames again and make sure they are named "sound1.wav" "sound2.mp3" "sound12.ogg" etc. and not "sound1.wav.mp3" or something similar.
Title: Re: Problem with "sound sample failure"
Post by: gamerman on Sun 16/12/2007 17:32:38
I've just done what you've said... It worked  :), thanks, man