Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUWP app exits after immersive mode starts in emulator #25836
Closed
Comments
|
This continues to happen when I comment out the |
|
This affects me in the HoloLens emulator, but not in a VR headset with servo/webxr#132 applied. |
|
I can't reproduce. Which version of the emulator? |
|
10.0.18362.1053 I see it in both debug and release builds. |
|
And does reverting #25799 help? |
|
This was fixed by removing the code that shut down the browser in the suspend event handler. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This looks like it might be a regression from #25799, or possibly a new base emulator image triggered it. The order of operations is that immersive mode starts, then the app is suspended. We happily queue a shutdown task which tells the compositor to exit, which tells the constellation to exit, which tells the script thread to exit, which tells webxr to exit, and then the app is totally shut down before any immersive content appears.