Search Issue Tracker
Fixed
Fixed in 2021.3.14f1, 2022.1.23f1, 2022.2.3f1, 2023.1.0a19
Votes
0
Found in
2021.3.12f1
2022.1.20f1
2022.2.0b12
2023.1.0a15
Issue ID
UUM-17185
Regression
Yes
Decompressing DeflateStream swallows exceptions when they are thrown by the wrapped stream
Reproduction steps:
1. Open the attached project
2. Open the Test Runner window
3. Run the Edit Mode test
Expected result: The test passes
Actual result: The test fails
Reproducible with: 2021.2.0a18, 2021.3.12f1, 2022.1.20f1, 2022.2.0b12, 2023.1.0a15
Not reproducible with: 2020.3.41f1, 2021.2.0a17
Reproducible on: macOS 12.4 (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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Resolution Note (fix version 2023.1.0a19):
Fixed issue where exceptions thrown during DeflateStream.ReadStream being swallowed and not rethrown.