Search Issue Tracker
Fixed
Fixed in 2020.3.40f1, 2021.3.9f1, 2022.1.13f1, 2022.2.0b4, 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
- Long Tile Palette name breaks window UI
- UI Builder Project Library foldouts do not open when pressed on the foldout name
- Shader Graph Create Node window cannot be resized or moved after maximizing and reopening it
- [Usability] Cannot toggle Scene checkboxes using TAB/Enter in Build Profiles’ > Open Scene List
- Installing HDRP package throws Shader Graph validation warning about Exposure node when installed in Universal 3D Template
dzphisher
May 07, 2023 02:21
same problem