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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
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.