Hello. I've been having fun with AppGameKit so far, but I've ran into a problem. Quite a large one considering I plan on developing some audio-centric apps.
// Sound Test
LoadSound(1,"Surely.wav")
PlaySound(1)
do
Sync()
loop
After compiling and running, I am greeted with the error, "Failed to create sound instance at line 4."
I am using v1036 on Windows 7 64bit. Thank you.
Randy
Edit: I appologize, I tried several wav files, and all threw the same error. After trying one from another source it worked fine. For anyone else running into this issue, it appears to not like certain wav files. An audio converter could be used as a quick fix though, I'm sure.