namal.bambarasinghe Posted June 22, 2020 Posted June 22, 2020 I get the following error on 'world_quit'. What could be the issue? --------------------------- Microsoft Visual C++ Runtime Library --------------------------- Assertion failed! Program: ...\Unigine_x64d.dll File: engine\world\WorldSpatial.cpp Line: 2125 Expression: positions.find(position) != positions.end() && "WorldSpatial::removePosition(): can't find position" 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) --------------------------- Abort Retry Ignore ---------------------------
silent Posted June 22, 2020 Posted June 22, 2020 Hi Namal, Asserts are disabled in the release build, so if you don't see any unexpected behavior here it would mean some internal engine bug. However, without seeing the actual scene (code + content) it's not possible to say what is causing it. Maybe this bug was already fixed, but we would be able to say only after a debugging. If you will have some spare time to prepare a test scene for this - it would help a lot. Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Recommended Posts