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.
Options

How to correct error "Failed to determine 'C:/Program Files/Unity 5.5.0b11"

evanjamesevanjames
edited November 2016 in Questions And Answers

Is simply placing a newly uncorrupted AudioPluginMsHRTF.dll application extension file in to the file folder "uap_arm" in the "WindowStoreApps" folder a possible solution to fixing the errors pictured below?

These errors are being found in Unity 5.5.0b11

Failed to determine 'C:/Program Files/Unity 5.5.0b11/Editor/Data/UnityExtensions/Unity/VR/install_with_editor/WindowsStoreApps/uap_arm/AudioPluginMsHRTF.dll' machine type, the value vas 0x01c4

Failed to load 'C:/Program Files/Unity 5.5.0b11/Editor/Data/UnityExtensions/Unity/VR/install_with_editor/WindowsStoreApps/uap_arm/AudioPluginMsHRTF.dll', expected x64 architecture, but was Unknown architecture. You must recompile your plugin for x64 architecture.

Failed to determine 'C:/Program Files/Unity 5.5.0b11/Editor/Data/UnityExtensions/Unity/VR/install_with_editor/WindowsStoreApps/uap_arm/AudioPluginMsHRTF.dll' machine type, the value vas 0x01c4
UnityEditor.Modules.ModuleManager:RegisterAdditionalUnityExtensions()

etc....

Tagged:

Best Answers

  • Options
    edited November 2016 Answer ✓

    @Jimbohalo10 , thanks for sharing a direction. When the version 5.5.0f1 is expected to be available.?We also facing same issue.

Answers

  • Options
    evanjamesevanjames
    edited November 2016

    Duplicate message removed.

  • Options
    Jimbohalo10Jimbohalo10 ✭✭✭
    edited November 2016

    Hi @evanjames This is a bug in the X64 version. When you select Windows Store builds.

    Basically its calling ARM phone code. I have logged an report with Unity.
    The workaround is simply to Click the "Clear" on the left on Console settings in the picture above.

    Ultimately replace the x64 bit version with 32 bit version of Unity which is needed for UWP WSA Player HoloLens plugins.

    X64 is only needed for Xbox One development

  • Options
    edited November 2016 Answer ✓

    @Jimbohalo10 , thanks for sharing a direction. When the version 5.5.0f1 is expected to be available.?We also facing same issue.

Sign In or Register to comment.