Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
2019.3.0a4
Issue ID
1158477
Regression
No
[UWP] Switching from none XR SDK to Windows Mixed Reality SDK and shutting down app doesn't kill MR portals app instance
Steps to reproduce:
1. Download attached project
2. Switch platform to UWP and build project
3. Open VS solution and build player
4. Make sure you have WindowsMR devices connected
5. Launch app
6. Press 'Q' to switch XR SDK to Windows Mixed Reality
7. Close app by clicking on the close button in the window title bar
8. Check Task Manager or Visual Studio
Expected results: App is closed.
Actual results: App is still running in the background.
Reproduced with: 2019.3.0a4, 2019.2.0b4, 2019.1.5f1, 2017.4.27f1
Note:
- This error appears in 2017.4 when closing player. Player still runs in the background.
DXGI ERROR: IDXGISwapChain::ResizeBuffers: Swapchain cannot be resized unless all outstanding buffer references have been released. [ MISCELLANEOUS ERROR #19: ]
d3d11: IDXGISwapChain2::ResizeBuffers(...) failed (887a0001).
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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Resolution Note (2019.3.X):
Workaround is to close the portal manually. Won't fix.