Search Issue Tracker
Fixed in 5.5.0
Votes
1
Found in
5.3.3p2
Issue ID
775702
Regression
No
[UWP] Crash with .NET Native when exception is thrown from native code
Reproduction steps:
1. Build & run the attached project with Master configuration to x86 architecture
2. It will immediately trigger a breakpoint with following output:
Exception thrown: 'UnityEngine.UnityException' in WinRTBridge.dll
An unhandled exception of type 'UnityEngine.UnityException' occurred in WinRTBridge.dll
Additional information: Tag: testtag is not defined.
Unhandled exception at 0x01C06D75 (nt.dll) in nt.exe: 0x00028F94.
Unhandled exception at 0xECF98B80 in nt.exe: 0xC00000FD: Stack overflow (parameters: 0x00000001, 0x08B12FF8).
Unhandled exception at 0xECF98B80 in nt.exe: 0xC0000005: Access violation writing location 0x08B10FF8.
Note, that when deploying without debugging, title silently crashes. Not reproducible on SDK 8.1
Reproducible with both 5.2, 5.3 and 5.4
Note, not reproducible with Release/Debug configuration
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Add comment