Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.2.X
Votes
0
Found in
2019.2.0a11
2019.2.0a12
Issue ID
1146519
Regression
Yes
Crash in BakeJobConservativeRaster::Execute during lightmap generation after upgrading the project to 2019.2.0
Repro:
1. Download the attached repro project ('UpgradeCrash17042InitialStableRepro');
2. Open the project in version 2019.1.0f2;
3. Let the lighting auto-bake;
4. As soon as the light baking finishes, save the project and close Editor;
5. Open the project in 2019.2.0a11 or later;
Expected Result:
The editor generates the lighting as needed without crashing.
Actual Result:
The editor crashes during the light baking process. See attached video and Editor.log.
Regression introduced in version 2019.2.0a11.
Following calls are shown in the stacktrace:
BakeJobConservativeRaster::Execute
JobManager::UpdateFunction
JobQueue::Exec
JobQueue::Steal
JobQueue::ExecuteJobFromQueue
JobQueue::ProcessJobs
JobQueue::WorkLoop
Thread::RunThreadWrapper
Notes:
- Occurs on Windows and OSX.
- Occurs on 2019.3.0a1, 2019.2.0a12, 2019.2.0a11
- Does not occur on 2019.1.0f2, 2019.2.0a10
- The issue happens when either baking manually or using auto-bake.
Alternative repro (doesn't happen steadily):
1. Open Unity
2. Open the attached project
3. Open SampleScene.scene if not open already
4. Select the Cube GameObject in the hierarchy
5. In the inspector, select the dropdown next to the Static checkbox and select "Contribute GI"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “FocusController has unprocessed focus events.” warnings are thrown after adding iOS, tvOS or visionOS Build Profiles
- Holes and different colors appear on default Tree Materials after applying them to the Tree GameObject and undoing changes
- Error indicating that the Text Asset Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
- Documentation installation shows "Install failed: Validation Failed" when installing Android Build Support module
- Error indicating that the Package Manifest Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
Add comment