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
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
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.