Search Issue Tracker
Active
Fixed in 2022.3.69f1, 6000.0.62f1, 6000.2.11f1, 6000.3.0b10, 6000.4.0a5
Votes
4
Found in
2022.3.67f1
6000.0.56f1
6000.1.8f1
6000.2.0a4
6000.3.0a2
6000.4.0a2
6000.5.0a1
Issue ID
UUM-123207
Regression
Yes
[Metal] Game freezes after command buffer Timeout error - Disable CAMetalDisplayLink by default
Description
CAMetalDisplayLink is causing kIOGPUCommandBufferCallbackErrorTimeout errors. Disabling the CAMetalDisplayLink and using CADisplayLink instead does not cause games to freeze.
IMPORTANT: This issue tracks which fixed versions CAMetalDisplayLink is disabled by default. Check https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-125778 for the actual fix.
Reproduction steps
1. Open a project and build for iOS.
2. Play the game, possibly for more than 30 minutes until the image freezes. A Timeout error is shown in XCode.
Expected behaviour
The game does not freeze.
Actual behavior
The game freezes.
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
- URP Samples have an empty "VolumeProfiles" folder
- URP Samples have a broken "FirstPersonsPlayer" Prefab
- Remote Config file throws ArgumentNullReference exceptions in the Console and does not render in Inspector
- Multiple errors are thrown and file does not parse when saving after removing a duplicate UI Document instance from the hierarchy
- Custom Inspector throws a NullReferenceException error even when using #if UNITY_EDITOR preprocessor directive
Resolution Note (fix version 2022.3.69f1):
The CAMetalDisplayLink is disabled until we find a fix for the underlying issue.