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
- "Assertion failed on expression" errors appear when selecting specific Tile Palette GameObjects
- “CommandBuffer: built-in render texture type 3 not found while executing” warning is displayed in URP project
- Player build logs a "material with shader doesn't have a '_MainTex' property" error when instantiating a specific amount of specific prefabs
- The LayerMask parameter is ignored when using Physics2D.GetRayIntersection method
- The Tilemap GameObject causes other Tilemap GameObjects to become invisible when its “Mask Interaction” is set to “Visible Inside Mask”
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.