Search Issue Tracker
Fixed in 2018.4.X
Votes
0
Found in
2018.4
2018.4.21f1
2019.3
Issue ID
1248611
Regression
No
IL2CPP does not correctly project WinRT system API errors to their C# types
How to reproduce:
1. Open the attached "New Unity Project _MinRepro.zip" project
2. Build to UWP
3. Open the Visual Studio Solution file, located in the built project's directory
4. Build the Solution on Local Machine with Debug and x64 options
5. Stop debugging -> Search for "Unexpected Case" in the Output Window (see repro.png)
Expected result: "* * * Expected Case - System.IO.FileNotFoundException thrown. HRESULT: -2147024894" is thrown
Actual result: "* * * Unexpected Case - System.Exception thrown. HRESULT: -2147024894" is thrown
Reproducible with: 2018.4.23f1, 2019.3.0a4
Not reproducible with: 2019.3.0a5, 2019.4.0f1, 2020.1.0b11, 2020.2.0a13
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
- ArgumentOutOfRangeException is thrown when an empty DropdownField is clicked at runtime
- [tvOS] "EXC_BAD_ACCESS" error is thrown when Painter2D.ClosePath is called
- Bad Naming Convention in Shortcuts Window for Sprite Shape Editing
- Bad Naming Convention in Shortcuts Window for Shader Graph
- Bad Naming Convention in Shortcuts Window for Particle System
Resolution Note (fix version 2018.4):
Fixed in: 2018.4.25f1