Jump to content

[SOLVED] In Shutdown Function. Assetion failed


photo

Recommended Posts

Hi. First of all thank you for reading and helping me.

In the shutdown () function, the following assert occurs: Please give a little hint as to which part to check.

 

// Function..

            //int nResult = render_context->destroyContext();
            if(m_KOVIEngine->get() != nullptr)
                m_KOVIEngine->shutdown(); //here assertion failed...

//message

---------------------------

Microsoft Visual C++ Runtime Library

---------------------------

Assertion failed!

 

Program: E:\KOVISProject\Execute\Unigine_x86d.dll

File: engine\utils\Memory.cpp

Line: 497

 

Expression: (p->used_map[g] >> i) & 1

 

For information on how your program can cause an assertion

failure, see the Visual C++ documentation on asserts

 

(Press Retry to debug the application - JIT must be enabled)

Link to comment
  • morbid changed the title to [SOLVED] In Shutdown Function. Assetion failed
×
×
  • Create New...