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
- Resources.UnloadUnusedAssets() freezes the Editor when releasing Mesh objects
- 16-bit Sprite Textures have a banding effect and loss of data when packing into Variant Sprite Atlas
- HDRP Cluster artifacts when having more than 100 lights
- ParticleCollisionEvent.intersection generates extremely high values when particles collide while in Play Mode
- Custom attributes are not properly converted to subgraphs
Add comment