Opened 3 years ago

Closed 3 years ago

#5870 closed defect (fixed)

Assertion failed: "it != m_EntityData.end()" [CCmpRangeManager] rP24218

Reported by: Silier Owned by: wraitii
Priority: Release Blocker Milestone: Alpha 24
Component: Core engine Keywords:
Cc: wraitii Patch:

Description

Reported on irc: http://irclogs.wildfiregames.com/%230ad/2020-11-20-QuakeNet-%230ad.log

10:27 < SubitaNeo> I did a couple of game with latest git,
after some minutes I got this in both of the games: 
Assertion failed: "it != m_EntityData.end()",
Location: CCmpRangeManager.cpp:1382 (ConstructQuery) 
... /usr/lib/games/0ad/libmozjs52-ps-release.so(+0x8cd90e) [0x7f2ec53b790e]

rP24218 - according to git commits and time of report

Change History (1)

comment:1 by wraitii, 3 years ago

Owner: set to wraitii
Resolution: fixed
Status: newclosed

In 24223:

Fix broken assertion in rP24217

I incorrectly assumed no local entities would be making range queries, but some building previews do. The assert is thus incorrect.

Reported by: SubitaNeo

Fixes #5870

Differential Revision: https://code.wildfiregames.com/D3125

Note: See TracTickets for help on using tickets.