Search Issue Tracker
Fixed in 2018.1.X
Votes
1
Found in
2017.3.0f3
Issue ID
982809
Regression
No
[Hololens] Failed to get spatial stage statics warning is thrown when build the app and deploy to HoloLens for the first time
NOTE: Sample project required Vuforia be installed.
Steps to reproduce:
1. Open the attached project
2. Open the MainScene.unity scene
3. Switch platform to Windows Store
4. Build for WSA Universal 10 SDK
5. Open Visual Studio solution
6. Deploy on Remote Machine (Hololens)
7. Observe the Failed to get spatial stage statics - can't retrieve or interact with boundaries! Error code: '0x80040154' on Visual Studio console
Actual results: Warning is thrown
Expected results: Warning should not be thrown
Note:
With 2018.1.0b1 I get "HLWM: Reading and writing a shared object on multiple threads simultaneously is not threadsafe!"
Reproduced with: 2017.2.1p2, 2017.3.0f3, 2018.1.0a7, 2018.1.0b1
Comments (1)
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
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
erics_vulcan
Jan 10, 2018 23:55
I'm pretty sure that this occurs because InvokeOnAppThread() is broken now. It must not be thread safe. I had this problem and I wrote my own thread safe version and now it's working.