Search Issue Tracker
Duplicate
Votes
0
Found in
2020.3.24f1
2021.2
2021.2.2f1
2022.1
Issue ID
1380521
Regression
Yes
Crash on UnityGfxDeviceWorker when running a Player Build
Reproduction steps:
1. Open the attached 'Bug Test' project
2. Open the 'TestScene'
3. Go to the 'File Settings -> Build and Run'
4. Observe a crash
Reproducible with: 2020.3.24f1, 2020.3.25f1, 2021.2.7f1, 2022.1.0b2
Not reproducible with: 2019.4.34f1, 2020.3.23f1, 2022.2.0a1
Note: reproducible only on macOS
First lines of the stacktrace of the crashed thread:
Thread 57 Crashed:: UnityGfxDeviceWorker
0 libsystem_kernel.dylib 0x00007fff2034b92e __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff2037a5bd pthread_kill + 263
2 libsystem_c.dylib 0x00007fff202cf4a0 __abort + 139
3 libsystem_c.dylib 0x00007fff202cf415 abort + 140
4 libsystem_c.dylib 0x00007fff202ce7d8 __assert_rtn + 314
5 com.apple.Metal 0x00007fff283beec4 MTLReportFailure.cold.1 + 43
6 com.apple.Metal 0x00007fff283ad45a MTLReportFailure + 538
7 com.apple.Metal 0x00007fff2831df9f -[_MTLCommandEncoder dealloc] + 123
8 com.apple.AMDRadeonX6000MTLDriver 0x00000001235d22b0 -[GFX10_MtlRenderCmdEncoder dealloc] + 164
Application-Specific Information:
-[_MTLCommandEncoder dealloc]:131: failed assertion `Command encoder released without endEncoding'
-
Resolution Note (2022.2.X):
Fixed in 2022.2.0a1
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
This is a duplicate of issue #1379210