Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception raised by call to Mix_OpenAudio() #17

Closed
bradharding opened this issue Feb 8, 2014 · 1 comment
Closed

Exception raised by call to Mix_OpenAudio() #17

bradharding opened this issue Feb 8, 2014 · 1 comment
Assignees

Comments

@bradharding
Copy link
Owner

An exception is raised by the following call to SDL's Mix_OpenAudio() in i_sdlsound.c:

if (Mix_OpenAudio(snd_samplerate, AUDIO_S16SYS, 2, GetSliceSize()) < 0)
{
    ...
}

The following error message is given:

First-chance exception at 0x953e0000 in doomretro.exe: 0xC0000005: Access violation.

This error only occurs in the debug configuration.

@bradharding bradharding self-assigned this Feb 8, 2014
@bradharding
Copy link
Owner Author

After doing a bit of research into first and second chance exceptions, I've learned the exception isn't anything to worry about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant