Search Unity

Bug CRASH on Play with XR

Discussion in 'Linux' started by judgementAlex, Dec 12, 2018.

  1. judgementAlex

    judgementAlex

    Joined:
    Sep 9, 2013
    Posts:
    28
    Editor crashes with XR sdks selected in the Player settings. I suspect OpenVR is the culprit, judging by my editor log:
    Code (csharp):
    1. Refresh: detecting if any assets need to be imported or removed ...
    2. Refresh: elapses 0.029255 seconds (Nothing changed)
    3. Refresh completed in 0.029305 seconds.
    4. Oculus Plugin could not be loaded.
    5. (Filename: /home/builduser/buildslave/unity/build/Runtime/VR/Oculus/ApiFuncOculus.cpp Line: 30)
    6.  
    7. Virtual Reality SDK Oculus failed to initialize.
    8. Will attempt to enable OpenVR instead.
    9. (Filename: /home/builduser/buildslave/unity/build/Runtime/VR/VRModule.cpp Line: 290)
    10.  
    11. Receiving unhandled NULL exception
    12. Launching bug reporter
    13. #0  0x007ffc6c69ebc0 in funlockfile
    14. #1  0x007ffc6c69f270 in _dl_close
    15. #2  0x007ffc6c69f280 in _dl_catch_exception
    16. #3  0x007ffc6c69f3a0 in _dl_catch_error
    17. #4  0x007ffc6c69f3e0 in dlerror
    18. #5  0x007ffc6c69f400 in dlclose
    19. #6  0x007ffc6c69f410 in VR_InitInternal
    20. #7  0x007ffc6c69f450 in OpenVR::Initialize(UnityVRDeviceSpecificConfiguration&)
    21. #8  0x007ffc6c69f540 in VRDevice::Initialize(bool)
    22. #9  0x007ffc6c69f5b0 in VRModule::CreateVRModule(VRModule::CreateVRModuleMode, std::vector<core::basic_string<char, core::StringStorageDefault<char> >, std::allocator<core::basic_string<char, core::StringStorageDefault<char> > > > const&, bool)
    23. #10 0x007ffc6c69f850 in VRModule::VRModule()::enterPlayModePreAwakeRegistrator::Forward()
    24. #11 0x007ffc6c69f940 in CallbackArray::Invoke()
    25. #12 0x007ffc6c69f960 in PlayerLoopController::EnterPlayMode(bool)
    26. #13 0x007ffc6c69fa70 in PlayerLoopController::SetIsPlaying(bool)
    27. #14 0x007ffc6c69fdc0 in Application::TickTimer()
    28. #15 0x007ffc6c6a0070 in MainMessageIteration(void*)
    29. #16 0x007ffc6c6a0080 in g_timeout_source_new
    30. #17 0x007ffc6c6a00a0 in g_main_context_dispatch
    31. #18 0x007ffc6c6a0130 in g_main_context_acquire
    32. #19 0x007ffc6c6a0190 in g_main_loop_run
    33. #20 0x007ffc6c6a01c0 in gtk_main
    34. #21 0x007ffc6c6a01d0 in main
    35. #22 0x007ffc6c6a0620 in __libc_start_main
    36. #23 0x007ffc6c6a06e0 in _start
    37. QSslSocket: cannot resolve SSLv3_client_method
    38. QSslSocket: cannot resolve SSLv3_server_method
    39. [Unity Package Manager (Upm)]
    40. Parent process [1874] was terminated
    41.  
    Unity version: 2018.2.19f1
    OS: Arch Linux 4.19.8, Debian 9, Debian testing