LoginSignup
0
0

More than 3 years have passed since last update.

「Failed to query OpenXR runtime information. Do you have an active runtime set up?」を解決する

Last updated at Posted at 2021-01-09

エラー内容

Failed to query OpenXR runtime information. Do you have an active runtime set up?

解決法

oculus.jsonのlibrary_pathを書き換える

{
    "file_format_version": "1.0.0",
    "runtime":
    {
        "api_version": "1.0",
        "name": "Oculus OpenXR",
        "library_path": "Oculusが保存されているドライブ:\\Oculus\\Support\\oculus-runtime\\LibOVRRT64_1.dll"
    }
}

blender_oculus.cmdoculus.jsonの内容を実行しているので、
書き換えると、エラーがなくなり、BlenderでVR機能が使える

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0