Jump to content

WorldSpatial::removePosition() error on world_quit in Unigine 2.6.1


photo

Recommended Posts

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   
---------------------------

Link to comment

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:

Link to comment
×
×
  • Create New...