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 upInvestigate why we get XR STOPPING events when opening the menu for some demos #24437
Comments
|
Now it's crashing in |
|
I can not reproduce with MS-provided OpenXR apps. Trying to put together a test case. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Logs don't help much. Doubled checked that
|
|
@Manishearth according to the team thread:
so what are we supposed to do on Stop, and when are we supposed to call session.end? |
|
We should do nothing on STOPPING, and we should be sending a visibility change event on IDLE |
|
I'm planning on making these changes, though an easy fix is to just remove STOPPING from the match |
|
FIxed in servo/webxr#78 |
With http://paulrouget.com/test/webxr-ar.html, as soon as the start menu appears.
With http://paulrouget.com/test/bbjs/basic/ , the 2nd time the menu appears, followed by a full reload
Looking at it now.