Forum Discussion
crnikralj
4 years agoHonored Guest
Unable to Login with Oculus Account
I'm using OculusSubsystem in Unreal Engine 5 and I can't get login to pass. Every time it prints out a message "LogOnlineIdentity: Warning: Oculus: Failed Oculus login. Not currently logged into Ocul...
dev.labbaikVrUmrah
3 years agoHonored Guest
I am also facing the same issue for last one week, tried many solutions, any luck guys, please help!
- Shnizzingagle3 years agoHonored Guest
Yes, I eventually fixed it.
What I did to fix it was to download the sourcecode of Oculus forked UE5. Go into the AndroidPlatformMemory.cpp file, and change which memory allocator to use. Look around line 426.
#define USE_MALLOC_BINNED2 PLATFORM_ANDROID_ARM64
#if !defined(USE_MALLOC_BINNED3)
#define USE_MALLOC_BINNED3 (0)
#endif
After recompiling the entire engine it miraculously worked.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 26 days ago
- 4 years ago