Sometimes when I quit my application (SaviHOST running a DLL that I’m making) I show this screen:

Unfortunately I don’t know where the error happens, because it just load that screen, not the line where the exception is made.
How can I fix this? What wntdll.pdb have to do with this? Thanks
Related Posts:
- wntdll.pdb not loaded – Can’t see the exception
- Unresolved external symbol in object files
- Unresolved external symbol in object files
- How to track down a “double free or corruption” error
- Remove secure warnings (_CRT_SECURE_NO_WARNINGS) from projects by default in Visual Studio
- How to track down a “double free or corruption” error
- Windows 7 exception code: 0xc0000409
- VC++ fatal error LNK1168: cannot open filename.exe for writing
- Cannot open include file: ‘stdio.h’ – Visual Studio Community 2017 – C++ Error
- Exception Error c0000005 in VC++
- Missing vc_runtimeminimum_x86.msi and installation won’t work
- Visual Studio debugger error: Unable to start program Specified file cannot be found
- The #include
exists, but I get an error: identifier “cout” is undefined. Why? - VC++ fatal error LNK1168: cannot open filename.exe for writing
- Undefined reference to class constructor, including .cpp file fixes
- C++ catching all exceptions
- General way of solving Error: Stack around the variable ‘x’ was corrupted
- LINK : fatal error LNK1561: entry point must be defined ERROR IN VC++
- CMake error at CMakeLists.txt:30 (project): No CMAKE_C_COMPILER could be found
- Error C1083: Cannot open include file: ‘stdafx.h’
- Debug assertion failed
- “The system cannot find the file specified” when running C++ program
- Debug Assertion Failed: _CrtIsValidHeapPointer(block)
- Adding message to assert
- Cannot open Windows.h in Microsoft Visual Studio
- What’s the difference between nexti and stepi in gdb?
- android,
android-layout,
android-linearlayout,
gradient, - LINK : fatal error LNK1561: entry point must be defined ERROR IN VC++
- Source information missing from the debug information for this module – PDB successfully loaded
- Win32 Console Application
- LINK : fatal error LNK1561: entry point must be defined ERROR IN VC++
- Undefined reference to class constructor, including .cpp file fixes
- Difference between
and - How to install Visual Studio Build Tools 2010 on Visual Studio 2015 Community?
- Throwing out of range exception in C++
- Does WPF Work with C++?
- How to fix the error “Windows SDK version 8.1” was not found?
- error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
- Download c++ in existing visual studio 2017
- ERROR C2039: ‘vector’: is not a member of ‘std’
- What is a “first chance exception”?
- module unsafe for SAFESEH image C++
- Is “delete this” allowed in C++?
- What is a segmentation fault?
- How many spaces for tab character(\t)?
- How to create a dynamic array of integers
- How to create a dynamic array of integers
- Linker Error C++ “undefined reference ” [duplicate]
- How do I build a graphical user interface in C++? [closed]
- C++ convert from 1 char to string?
- How do I build a graphical user interface in C++? [closed]
- convert a char* to std::string
- system(“pause”); – Why is it wrong?
- Pause Console in C++ program
- system(“pause”); – Why is it wrong?
- Pause Console in C++ program
- How to implement 2D vector array?
- Why the switch statement cannot be applied on strings?
- What is the difference between g++ and gcc?
- How to use setprecision in C++
- How to dynamically allocate arrays in C++
- What does (~0L) mean?
- How to dynamically allocate arrays in C++
- What is the best way to use a HashMap in C++?
- What is the best way to use a HashMap in C++?
- What are the differences between a pointer variable and a reference variable in C++?
- What is an undefined reference/unresolved external symbol error and how do I fix it?
- Sleep for milliseconds
- How to convert string to char array in C++?
- How can I convert a std::string to int?
- Easiest way to convert int to string in C++
- What is the difference between float and double?
- Why is “using namespace std;” considered bad practice?
- What is the easiest way to initialize a std::vector with hardcoded elements?
- outputting ascii table in C++
- What is a lambda expression in C++11?
- Vector of Vectors to create matrix
- How to throw a C++ exception
- std::string to char*
- How to generate a random number in C++?
- pinpointing “conditional jump or move depends on uninitialized value(s)” valgrind message
- What is an undefined reference/unresolved external symbol error and how do I fix it?
- How do I find the length of an array?
- Sleep for milliseconds
- How to convert string to char array in C++?
- C++ — expected primary-expression before ‘ ‘
- Using getline() with file input in C++
- What is the effect of extern “C” in C++?
- C++ Cout & Cin & System “Ambiguous” [closed]
- ld: symbol(s) not found for architecture x86_64 error
- C++ string to double conversion
- Why are #ifndef and #define used in C++ header files?
- g++ ld: symbol(s) not found for architecture x86_64
- What exactly is the difference between “pass by reference” in C and in C++?
- How to throw a C++ exception
- Conversion from string to char – c++
- How to find out if an item is present in a std::vector?
- What is meant by Resource Acquisition is Initialization (RAII)?
- When to use extern “C” in simple words? [duplicate]
- What is `CString`?