i updated my gs version and now snd_create doesnt work anymore

this is a part of the code

SOUND* snd_to_play;

...
snd_to_play = snd_create("Gitaar_Muziek.ogg");
shandle = snd_play(snd_to_play, 100,0);

the sound file is located inside the work folder
and it have been working the last time


"empty"