cancel
Showing results for 
Search instead for 
Did you mean: 

Entitlement Failed

Hiddendawn
Explorer
Hi all,

Working on an oculus go game,
i'm stuck for about 2 days with the "verify entitlement" node.
I tried to find answers in forum, but none seemed to work for me /

I started a brand new project in Unreal with C++ activated.


Here is the log message from Unreal when i try to package it to astc format
muemyulsu83p.jpg
I created an organisation and an app in my oculus dashboard. (but didn't load the compiled app to the dashboard)

My Unreal config :
Modify of DefaultEngine.ini :
hjrynr9yatj4.jpg
(My AppID is the one given by oculus.)
Modify of AndroidEngine :
z9yzqlm04ysf.jpg
I tried to put NativePlatformService:Oculus on AndroidEngineBase without any success.

I changed my build.cs file to :
029id1qu1t5c.jpg
And added Lvl blueprints to my map :
n54pzg6dp9gk.jpg
I tried a lot of different configurations, but all of them failed the entitlement test.

I'm not sure how to write correctly the Android Package Name :
on the oculus dashboard i created an organisation : "galomstudios" and an app : "Oculus_Try"
is the android package name : "com.oculus.galomstudios.Oculus_Try" correct?

Thank you for your reply, if you need more information, i will be happy to provide them.

18 REPLIES 18

Hiddendawn
Explorer
Hi NijaGaijin!

Thanks for having a look on this.

I tried UE4.20.3 and UE4.21.2 with the same issue, i also reinstalled all the android tools.


Anonymous
Not applicable
Bump. I am also experiencing "Failure Code: -5"

Hiddendawn
Explorer
The issue is not resolved yet for me.
Could you post your "output log" ?

Anonymous
Not applicable
I downloaded the Oculus Rift Software and the failure code went away, but now I am getting the warning:
LogOnlineIdentity: Warning: Oculus: Failed Oculus login. Not currently logged into Oculus.  Make sure Oculus is running and you are entitled to the app.
This warning was reported here
https://forums.oculusvr.com/developer/discussion/59099/oculus-entitlement-on-ue4-is-broken-by-recent...

bmoodyP3
Protege
I am experiencing this with Unity.

Capitol-Interac
Honored Guest
We have been experiencing the same issue and have yet to find a fix. Anyone figure out any other solutions? We're working on the Go with Unity. 

IRWINO_4D
Honored Guest
Hi,

We'ra experiencing the same issue.
Does anyone found out a solution ?

tpg_sabibo00_qu
Protege
Finally found a solution to this. The only thing that worked was the
"Windows Registry" method:

Basically, make a text file called "entitlement.reg" and put this into it, then run it:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Oculus VR, LLC\Oculus]
"AllowDevSideloaded"=dword:00000001


regularcat97
Honored Guest
Also facing the same problem. None of the above methods worked for me.