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
- NullReferenceException errors appear in the Console when changing the values of Visual Effect Control Clip Events' Attributes
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
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.