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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
dzphisher
May 07, 2023 02:21
same problem