Content review is getting this assert we can't reliably reproduce
Partner Rank:
**1
Partner Team Reporting:
Pathway Studios
Verification builds and Platforms:
This is unknown since we can't reliably reproduce the bug, but content review said they get it on 1.11.2.1 RC0
Summary:
Randomly this assert fires when loading the map. Doesn't always happen, and if you reload the map, no assert fires. Maybe 1/5 or 1/10 times.
Assertion failed: Something went wrong, the chunk wasn't loaded
Condition is false: resource.hasBlock(mMin)
Function: LevelChunk::setupRedstoneCircuit in f:\darwinwork\3\s\handheld\src\common\world\level\chunk\levelchunk.cpp @ 2239
Impact:
Causing content review to fail the submission
Repro Steps:
- Open the map (submitted in Auger, can send in slack if needed)
- See if assert happens
- Rinse, wash, repeat until the assert happens
Observed Results:
**Sometimes when loading the map for the first time the following assert fires:
Assertion failed: Something went wrong, the chunk wasn't loaded
Condition is false: resource.hasBlock(mMin) Function: LevelChunk::setupRedstoneCircuit in f:\darwinwork\3\s\handheld\src\common\world\level\chunk\levelchunk.cpp @ 2239
Expected Results:
That assert not to trigger
Screenshot/Video:
none available
Regression Builds:
Unknown
Notes:
We can't really reproduce this issue, reliably at least. Content review seems to get it all the time, I've personally never been able to trigger it. Other people on our team reported they get it 1/5 times, some say 1/10 times.