Search Issue Tracker
Fixed
Fixed in 2021.3.37f1, 2022.3.23f1, 2023.2.15f1, 2023.3.0b2
Votes
0
Found in
2021.3.32f1
2022.3.14f1
2023.2.1f1
2023.3.0a15
Issue ID
UUM-56816
Regression
No
Error "0xc00d36b4 while reading" is being thrown when turning on Transcode in the Import Settings of Video Clip Assets
How to reproduce:
1. Open the user-attached “IN-59356.zip” Project
2. Select the “01 Introduction.webm” Asset (Assets/Video/Workout)
3. In the Import Settings turn on the “Transcode” setting in the Inspector
4. Observe the Console window
Expected result: No errors
Actual result: “WindowsVideoMedia error 0xc00d36b4 while reading…” error is being thrown
Reproducible with: 2021.3.32f1, 2022.3.14f1, 2023.2.1f1, 2023.3.0a15
Reproduced on: Windows 11 Enterprise, Windows 10
Not reproduced on: macOS 14.0 (Intel)
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
Resolution Note (fix version 2023.3.0b2):
This was due to internally generated odd number of lines/columns, triggered by the fact that the Medium Spatial Quality setting ends up multiplying the original resolution by 3/4. 1620 lines became 1215. Video encoders typically don't support odd resolutions. We now truncate the resulting values so they stay even.