Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.

Why my app cannot show 3D View?

I build an 3D app,while it shows a 2D View

Error log has been uploaded.
some key errors are as follows:
“Hololens.exe”(Win32): Unloaded “U:\Users\DefaultAccount\AppData\Local\DevelopmentFiles\HololensVS.Debug_Win32.Administrator\HolographicStreamerDesktop.dll”
“Hololens.exe”(Win32): Unloaded “U:\Users\DefaultAccount\AppData\Local\DevelopmentFiles\HololensVS.Debug_Win32.Administrator\PerceptionRemotingPlugin.dll”
Failed to load 'PerceptionRemotingPlugin', expected x86 architecture, but was Unknown architecture. You must recompile your plugin for x86 architecture.
(Filename: C:\buildslave\unity\build\Runtime/Misc/Plugins.cpp Line: 183)
Holographic library PerceptionRemotingPlugin: Failed to load dll
(Filename: C:\buildslave\unity\build\Runtime/VR/HoloLens/HolographicEmulation/SimulationRemotingApiFuncs.cpp Line: 47)
Can't create HolographicSpace because PerceptionRemotingPlugin is not loaded!

Answers

  • I have exactly the same issue : I'm porting a 2017.4 3D holoLens app on 2018 in order to use UniRx, and it's a hell to make it work. After hour of struggle in order to rebuild the project, it launch but in 2D view with the exactly same message, word by word.

  • Hi, this error went away when I unchecked the WSA Holographic Remoting under XR Settings

Sign In or Register to comment.