Hello. I getting this error, while running my packaged game. I’m packaging with Win64 target.
I used same setting on UE 4.22.3 GitHub, and packaged my game, which running without any errors.
I tried to rebuild the MixedRealtityInterop plugin (from Engine/Source/Plugins/ThirdParty) – didn’t help.
I tried to install binary version of UE 4.23.0 (Epic Launcher) – same problem there.
Had this same problem. I got it working again by copying a few lines from the 4.22 branch into 4.23. In ‘WindowsMixedRealityHMD.cpp’, you’ll see a comment “// Then finally try to load the WMR Interop Library” and the error message is right after that. Before that comment, around line 174, add this:
And I CONFIRM that this solution really works for me! So **ItsNotMeTrustMe, **you saved my day, and not only one!
To everyone, who will use this, I strongly recommend to rebuilt MixedRealtityInterop plugin before repacking your game!
Thanks for posting this - saved me some time debugging it. Should really have been picked up in QA as it seems any use of the WMR plugin in a build will fail.
The plugins has their own solution, which I recommend rebuilt before trying to build (not rebuild) the engine itself. In our case the SLN of WMR is here: <UE folder>\Engine\Source\ThirdParty\WindowsMixedRealityInterop
Thank you for guys for solving this (important) issue for WMR developers. It seems that the late Hololens 2 implementation messed up the UE-71625 commit (https://github.com/EpicGames/UnrealE…10e6cff7b89030).
@scadl could you please elaborate on how you rebuild the WMR plugin? I am receiving an error when using the “RunUAT.bat” batch file to rebuild the plugin “<UE folder>\Engine\Plugins\Runtime\WindowsMixedReality\WindowsMixedReality.uplugin”.
Edit: To whom it may concern, I had to build the release version of Unreal (from github) to change the WMR plugin and build the whole project. I confirm that this solution works. Cheers!
Having the same exact problem, added the lines in the .cpp, now I have no idea how to rebuild this WindowsMixedRealityInterop.Build… Can anyone specify what exactly needs to be done or at least llink me any guide on this?
[HR][/HR] In the launcher (prebuilt) version of UE you don’t have this SLN,
So I just generated poject source, modified plugin, and repackaged it.
I think this is less reliable way to fix this, because now I have problems with height detection…
Sorry, I couldn’t find the way to fix this on current launcher version of UE 4.23.1
As a temporal solution, I switched to OpenXR plugin and enabled in Mixed Reality Portal
Sorry, I couldn’t find a way to apply discussed sources patch to 4.23.1, 4.24.0+, 4.25.0+. It really seamed that Epic just dropped WMR support.
My solution - is to use OpenXR plugin as replacement, while having it turned on in Windows Mixed Reality Portal.
It works pretty good and stable, with all VR headset settings and sensors, but have very wack key mapping, so I trying to figure out what is what.