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
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.