Search Issue Tracker
Fixed
Fixed in 6000.0.50f1, 6000.1.0a9, 7000.0.0a13
Votes
1
Found in
2022.3.53f1
6000.0.24f1
6000.1.0a1
6000.2.0a1
7000.0.0a10
Issue ID
UUM-86164
Regression
No
[AsyncLoadInEditor] Crash on memcpy in CachedWriter when building a certain project
How to reproduce:
1. Open the attached “IN-86989“ project
2. Open Build Profiles (Edit → Build Profiles)
3. “Clean Build” the project (Build → Clean Build…)
4. Observe the crash
Reproducible with: 2022.3.53f1, 6000.0.24f1, 6000.1.0a1
Not reproducible with: 2021.3.45f1 (no "AsyncLoadInEditor")
Reproduced on: Windows 10 (user), Windows 11
Not reproduced on: No other environment tested
Notes:
* The project crashes when opened (instead of when built) with 6000.0.5f1 and below with the same stack trace
* The crash appears to be related to 'UnityDefaultRuntimeTheme.tss'
First lines of stack trace:
{noformat}
0x00007FF99D6BDE8D (Unity) memcpy
0x00007FF99A906F01 (Unity) CachedWriter::Write
0x00007FF99ACDA53C (Unity) StreamedBinaryWrite::TransferResourceImage
0x00007FF99A6F93B3 (Unity) Texture2D::Transfer<StreamedBinaryWrite>
0x00007FF99ACC2CCB (Unity) SerializedFile::WriteObject
0x00007FF99ACAE5D2 (Unity) PersistentManager::WriteFile
0x00007FF99ACB07FE (Unity) PersistentManager::WriteFile{noformat}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Main Camera rendering is being overwritten by a UI Camera when using multiple cameras with URP and the second camera's background type is set to "Uninitialized"
- VisualTreeAsset has significantly increased memory allocation size at runtime when the project is built with IL2CPP scripting backend
- NullReferenceException is logged when cancelling Shader Graph recovery of an already deleted Shader Graph
- White Edges appear during Camera movement in runtime when using FSR2 with Motion Vectors and Exposure enabled
- Lens Flare renders without occlusion when the light source is obstructed by solid objects when running on Android using OpenGL
Add comment