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
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Preview image (screenshot) is not available after capturing snapshot in Memory Profiler
- Crash on UNITY_FT_Stream_ReadAt when changing TMPro properties after unloading an AssetBundle
- Particles spawn at the same position when using raw byte address buffer in VFX Graph
- Decal Shader Graph - Custom vertex interpolators are always 0
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.