Maybe I'm doing something wrong, but I don't see any exception/error. The application seems to keep running, but it doesn't go through the code I posted. If I press "start" on the debugger, nothing else happens but it seems to be responsive. If I press "break all", then the debugger brings me at the
public SoundBuffer(string filename) :
base(sfSoundBuffer_CreateFromFile(filename))
{
if (CPointer == IntPtr.Zero)
throw new LoadingFailedException("sound buffer", filename);
}
code but no exceptions or errors appear.
Can I help you in any other way?