🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Fmod troubles..

Started by
-1 comments, last by A. Buza 23 years, 8 months ago
I''ve decided to use FMOD for sound support, but I''m having trouble getting it up and running. It looks easy enough... but whenever I call a function, it gives me FSOUND_ERR_BUSY (des: "can''t call this before FSound_Init..yada"). It even returns this error if I call nothing but FSOUND_Init.. weird.. anyway, whats the trick? I''ve tried all the stuff I can think of, like double checking that the functions (namely, SetHwnd(), and SetOutput() )are called before Init.. they are.. huh..I''m stumped. And I don''t know what it could be "ERR_BUSY" doing either, since I didn''t tell it to do anything yet.. gah. It wants me to call FSOUND_Init before I call FSOUND_Init... ooookay...

This topic is closed to new replies.

Advertisement