• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

can't audio_play_sound

H

HelmutShaftshwingen

Guest
I'm trying to get sounds going for the first time with audio_play_sound(mysound_so,10,false).
when the sound is supposed to play, instead I recieve: ov_open_callbacks error -132 (in the compile form).

the new audio engine box is checked.
the condition for the sound to play is working correctly (it should be playing once every 8 seconds).
the name is correct.
the sound is less than a second in length.
.wav.
192 kbps.
44100 sample.
mono.
16 bit.
the first compressed option is selected.
the sound plays correctly in the development environment.

I can't even begin to guess what the problem is. looking up the error online doesn't seem to show any solution.
please help!
 
H

HelmutShaftshwingen

Guest
I tried again using a random .mp3 sound with success.
the problem may be:
1. using a .wav file
2. the length of the track
3. a combination of both
4. something entirely different

I'll update this thread if I figure anything out
 
Top