Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: James Kay on Tue 27/01/2004 13:55:47

Title: Weird sound error logs
Post by: James Kay on Tue 27/01/2004 13:55:47
(Sorry if I'm flooding these forums with my petty problems :-\ )

Checking the warnings.log in my Compiled folder, the following turns up, every time:

(in room 1): Sound sample load failure: cannot load sound 5
(in room 1): Sound sample load failure: cannot load sound 2
(in room 1): Sound sample load failure: cannot load sound 5

etc.

Now, I have no sound2.wav or sound5.wav in my game at all. Nowhere in the script to I refer to them either. All I can think of is that at one point I did have these files, but have since renamed or deleted them. And searching my scripts now, I can't mind any reference to them at all!??

J
Title: Re:Weird sound error logs
Post by: Ishmael on Tue 27/01/2004 15:34:47
Check your views for frame sounds, and do you have the "Play sound on score:" checked and a number set to 2 or 5?

If neither of these, then your scripts most likely have a PlaySound command that you have missed...