Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
CatFiish's avatar
CatFiish
Honored Guest
2 years ago

Oculus Platform Crashing Quest 2

So im Creating a VR game for the quest family in Unreal Engine 4.27, and after hours of trying to figure out why my game was crashing, i've identified the issue to be ovr_Entitlements_GetIsViewerEntitled(); from the Online Subsystem Oculus.

I have no idea why this crashes my game, as it works fine in the editor. I build it, upload it on the developer hub, open it on my quest, and that causes a game crash. 
This is from the CrashHandler i found in the ADB logs
12-09 16:32:44.894 1165 3200 E JavaBinder: java.lang.RuntimeException: android.os.RemoteException: Couldn't get ApplicationInfo for package com.ZeroGames.Ossisim
12-09 16:32:44.894 1165 3200 E JavaBinder: Caused by: android.os.RemoteException: Couldn't get ApplicationInfo for package com.ZeroGames.Ossisim

i Don't know if this is associated with the method im invoking, but my appids are correct in DefaultEngine.ini

Replies have been turned off for this discussion