Search Issue Tracker
Fixed in 2020.3.40f1
Fixed in 2020.3.X, 2021.3.X, 2022.1.X, 2022.2.X, 2023.1.X, 2023.1.0a1
Votes
0
Found in
2020.3.35f1
2021.3.3f1
2023.1.0a1
Issue ID
UUM-3085
Regression
No
Application.logMessageReceived is called from worker thread when logging errors from bursted IJob
How to reproduce:
1. Open the user attached "JobLoggingCrashIssue-2021.3.zip" project
2. Open the "SampleScene" Scene
3. Enter Play Mode
4. Open the Console Window
Expected result: Error "My Test Error" is logged
Actual result: "UnityEngine::UnityException: get_realtimeSinceStartupAsDouble can only be called from the main thread" is thrown
Reproducible with: 2020.2.0b12, 2020.3.33f1, 2021.3.1f1, 2022.1.0f1, 2022.2.0a11
Couldn't test with: 2019.4.38f1, 2020.2.0b11 (Functionality was not available)
Note:
- Entering Play Mode a second time, a silent crash occurs
- The Debug.LogError gets thrown after a few seconds of running
Comments (4)
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
dzphisher
May 07, 2023 02:21
same problem