I am new to event systems. I have stepped through all of my code and everything initializes properly. Getting the event by ID also returns FMOD_OK, but when I call start, it returns FMOD_ERR_INVALID_PARAM. I must also mention that my code works fine on some computers and not others. Can anybody help me?
Here’s what i’m doing just to get an event to play.
FMOD::Event* temp;
m_EventSystem->getEventBySystemID(EVENTID_DOE_SOUND_PROJECT_SHIP_SHOOT_LASER_1, FMOD_EVENT_DEFAULT, &temp);
temp->start();
- gamerakana asked 9 years ago
- You must login to post comments
Your Answer
Please login first to submit.