Search Issue Tracker
Won't Fix
Votes
1
Found in [Package]
1.0.0 - Entities
Issue ID
ECSB-334
Regression
No
InvalidOperationException spam when EntityManager.GetAllEntities is part of an ExclusiveEntityTransaction and it's scheduled after an IJobEntity
Reproduction steps:
1. Open the attached project “ReproProject”
2. Enter Play mode
Expected result: There are no errors in the Console
Actual result: Errors are spammed in the Console:
"InvalidOperationException: The Unity.Entities.EntityTypeHandle has been declared as [WriteOnly] in the job, but you are reading from it."
Reproducible with: 1.0.0-pre.65 (2022.2.19f1), 1.0.8 (2022.2.19f1, 2023.1.0b17, 2023.2.0a15)
Couldn’t test with: 0.17.0-preview.42, 0.50.1-preview.2 (2020.3.48f1) (Various errors), 0.51.1-preview.21 (2021.3.25f1) (Collections errors)
Reproducible on: macOS 13.2.1 (Intel), Windows 11 (user’s)
Note: no errors are thrown after commenting line 20 of Repro.cs which schedules an IJobEntity
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note:
There are no fixes planned for this Bug