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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
dzphisher
May 07, 2023 02:21
same problem