Page MenuHomeFeedback Tracker

"Huge number of entities per scene tree leaf!" Log spam
Assigned, NormalPublic

Description

When i use the game mode in certain areas of my map I keep getting the following error:
WORLD : UpdateEntities
WORLD : FixedFrame

ENTITY    (E): Huge number of entities (359193) per scene tree leaf! Center position <8241.500000 599.500000 10700.000000> "

Which is spammed multiple times per second in the Log console and causes a huge frame drop. I was able to fix the problem before by splitting all the ForestGenerators in multiple layers, but now the issue is back again.
It's a known bug or there's a fix?
Thanks!

Details

Severity
Minor
Resolution
Open
Reproducibility
Random
Operating System
Windows 11 x64
Operating System Version
23H2
Category
General
Steps To Reproduce

Place multiple PolyLines with ForestGenerators.
Sometimes you get no errors, sometimes just one entry in Log console and in the worst case the error message is spammed continuously

Additional Information

Arma Reforger version 1.1.0.42

Event Timeline

Geez changed the task status from New to Assigned.Tue, Apr 16, 11:10 AM

I think I've found the problem: my Default layer was locked and that probably caused the Auto Occluders in the GenericTerrainEntity to not work correctly. Once I unlocked the Default layer the issue is gone.