Oculus Plugin error when disabled

When disabled Oculus Plugin:

MachineId:AF9ECC134A84A2F321239B9EFFB491D9
EpicAccountId:567a8eac7fc34cef867491e6e401acf8

Unknown exception - code 00000001 (first/second chance not available)

"Assertion failed: IOculusRiftPlugin::IsAvailable() [File:F:\EpicGames\UnrealEngine\Engine\Plugins\Runtime\OculusInput\Source\Private\OculusInput.cpp] [Line: 128] 
"

UE4Editor_Core!FDebug::AssertFailed() [f:\epicgames\unrealengine\engine\source\runtime\core\private\misc\outputdevice.cpp:374]
UE4Editor_OculusInput!FOculusInput::SendControllerEvents() [f:\epicgames\unrealengine\engine\plugins\runtime\oculusinput\source\private\oculusinput.cpp:129]
UE4Editor_Core!FWindowsApplication::PollGameDeviceState() [f:\epicgames\unrealengine\engine\source\runtime\core\private\windows\windowsapplication.cpp:1789]
UE4Editor_Slate!FSlateApplication::PollGameDeviceState() [f:\epicgames\unrealengine\engine\source\runtime\slate\private\framework\application\slateapplication.cpp:1209]
UE4Editor!FEngineLoop::Tick() [f:\epicgames\unrealengine\engine\source\runtime\launch\private\launchengineloop.cpp:2417]
UE4Editor!GuardedMain() [f:\epicgames\unrealengine\engine\source\runtime\launch\private\launch.cpp:142]
UE4Editor!GuardedMainWrapper() [f:\epicgames\unrealengine\engine\source\runtime\launch\private\windows\launchwindows.cpp:126]
UE4Editor!WinMain() [f:\epicgames\unrealengine\engine\source\runtime\launch\private\windows\launchwindows.cpp:200]
UE4Editor!__scrt_common_main_seh() [f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:264]
kernel32
ntdll

Helped me disable plugins: Oculus Input, Oculus Library, Oculus Rift

i added this lines to .uproject file (to disable “OculusInput” and “OculusLibrary”, the others were already disabled) and the project is opening again :

{
“Name”: “OculusInput”,
“Enabled”: false
},
{
“Name”: “OculusLibrary”,
“Enabled”: false
},

Hello gameDNA studio,

This is a known issue and you can follow the link below to the original thread. You will be able to visit the linked thread for future updates

Link: Crash after update from 4.10 preview 2 to preview 3 - Platform & Builds - Epic Developer Community Forums

Make it a great day