caseEXCEPTION_STACK_OVERFLOW:shortExc="Stack Overflow";longExc="Stack overflow. Can occur during errant recursion, or when a function creates a particularly large array on the stack";break;
caseEXCEPTION_INVALID_DISPOSITION:shortExc="Invalid Disposition";longExc="Whatever number the exception filter returned, it wasn't a value the OS knows about";break;
caseEXCEPTION_GUARD_PAGE:shortExc="Guard Page";longExc="Memory Allocated as PAGE_GUARD by VirtualAlloc() has been accessed";break;
caseCONTROL_C_EXIT:shortExc="Control-C";longExc="Lets the debugger know the user hit Ctrl-C. Seemingly for console apps only";break;
caseSTATUS_NO_MEMORY:shortExc="No Memory";longExc="Called by HeapAlloc() if you specify HEAP_GENERATE_EXCEPTIONS and there is no memory or heap corruption";
nlinfo("LS: New cookie %s (name '%s' priv '%s' extended '%s' instance %u slot %u) inserted in the pending user list (awaiting new client)",cookie.toString().c_str(),userName.c_str(),userPriv.c_str(),userExtended.c_str(),instanceId,charSlot);
//nldebug("Init the context sound %s", _PatternName.c_str());
@ -190,7 +190,7 @@ void CContextSound::init()
nlassertex(nbJoker<SoundContextNbArgs,("Error will trying to play ContextSound '%s'",_Name.toString().c_str()/*CStringMapper::unmap(_Name).c_str()*/));