Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.19f1
2018.3.0b1
2019.1.0a1
Issue ID
1106472
Regression
No
LWRP project spawns multiple exception in UWP build
Steps to reproduce:
1. Download 1106472_repro.zip
2. Switch platform to UWP
3. Build project with IL2CPP backend
4. Open Visual Studio solution and build (Debug, x64, Local machine)
Actual results: multiple exceptions are thrown.
Exception thrown at 0x00007FFB1598A388 in New Unity Project (21).exe: Microsoft C++ exception: _com_error at memory location 0x000000EC130F2508.
Reproduced with: 2019.1.0a13, 2018.3.1f1
Note: Reproducible with x64 and x86.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Why won't fix: this is not a bug. These exceptions are thrown and caught by D3D debug layer (which is enabled in debug builds). They do not happen in release or master builds.