Forum Discussion

Anonymous's avatar
Anonymous
6 years ago

Oculus Avatars Plugin crashes Shipping Game on Exit

Hey all, only with packaged shipping games i get the following crash.
It occures everytime the app quits. Trough ESC Key, Trough Oculus Software and even with Alt + F4.

Unhandled exception

noysvr_Win64_Shipping!OculusAvatarModule::ShutdownModule()
noysvr_Win64_Shipping!FModuleManager::UnloadModule()
noysvr_Win64_Shipping!FModuleManager::UnloadModulesAtShutdown()
noysvr_Win64_Shipping!FEngineLoop::Exit()
noysvr_Win64_Shipping!GuardedMain()
noysvr_Win64_Shipping!GuardedMainWrapper()
noysvr_Win64_Shipping!WinMain()
noysvr_Win64_Shipping!__scrt_common_main_seh()
kernel32
ntdll

Unreal Engine 4.23.1 Oculus Branch
Unreal Engine 4.24.1 Oculus Branch
Oculus Avatars 1.36

1 Reply

  • Anonymous's avatar
    Anonymous
    It seemingly stopped crashing after commenting out //ShutdownEvent.Broadcast(); on OvrAvatarManager.cpp
    Probably not the best solution here.