Game Development Community

openal isn't being shutdown

by Doyoon Kim · in Torque Game Engine · 10/18/2001 (3:32 pm) · 2 replies

Ok, I've been having problems with torque crashing every time I exit the app. And I think I found the problem. I cannot find anywhere where OpenALShutdown() is called on exit (unless my 'find in files' is broken or something). So I added it somewhere in the exit sequence (such as onExit() in the script) and my crashes went away.

#1
10/18/2001 (11:24 pm)
I've been running into that one myself. That seems to patch it up here.
#2
10/19/2001 (8:31 am)
Added this to a common mod onExit. I've also added it to our bug list, the code should be cleaning that up regardless. Thanks for reporting these fixes :)