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
- [iOS] App freezes and the "You can attach a managed debugger now if you want” message doesn’t show up when running the app on iOS devices with the "Wait For Managed Debugger" setting enabled
- TouchScreenKeyboard.hideInput set from "true" to "false" when TextField is clicked in Android builds
- [Android] ReadPixels gives different results when using Vulkan on some devices
- [URP] Exceeding the platform's supported light limit gives shadow distortion when using Deferred Rendering Path
- URP Sample Buffer Image Tile is moved when the Offset Value is changed
Add comment