oculus-samples / Unreal-PassthroughSample

This Unreal sample demonstrates the Passthrough functionality provided by Meta Quest headsets.The Oculus SDK and other supporting material is subject to the Oculus proprietary license.
Other
30 stars 11 forks source link

Project immediatly quit on Quest 3 #6

Closed Nickauhla closed 1 month ago

Nickauhla commented 6 months ago

Hello,

I've tried to deploy the project on Quest 3, and it immediatly crash on launch.

I am using Unreal 5.3 with Meta XR 1.94.0. Here's the log when I launch the application. odh_logs_2024-03-31 16.56.27.277.txt

I foind it odd to have as many "Permission denied: process 11313 (uid 10118) doesn't have the required permission: com.oculus.permission.READ_VR_DEVICE_PARAMS"

Can someone help me please?

mderzelle commented 4 months ago

Hi,

Sorry for the wait,

The crash is coming from Assertion failed: !ScreenTexture.Texture->Desc.IsTextureArray() which is a known issue. The issue will be fixed with UE5.4 and future version of the plugin. Meanwhile, there's 2 workarounds that should work :

or

Nickauhla commented 4 months ago

Thanks for your answer. Do you have an idea when either the 5.4 version of the meta fork will happen, or the 5.4 compatible version of the metaXR plugin?

mderzelle commented 4 months ago

Hi @Nickauhla Did the workaround work for you ?

The 5.4 compatible version of the plugin (v67) should be released in July.

Nickauhla commented 4 months ago

I've managed to make it work with the fork version of Unreal, yes. I am now struggling with the scene sharing sample.

I've tried to reach you on Linkedin, without success, would it be possible to have a more direct way to discuss of the samples?

mderzelle commented 3 months ago

If you want a more direct way to discuss samples, the Oculus Start Program would be best suited. https://developer.oculus.com/oculus-start/member/ With this program you have access to a forum and a discord server for more direct interactions.

It is advised to not communicate with external developers through personal networks.

If you don't have an issue with this sample anymore I'd advise closing this thread.

mderzelle commented 1 month ago

No update since June 27th, I'm closing this issue.