Hello,
I need to work on a VR projet using Open XR but right now I run in some trouble trying to run the project in itself.
I am new on Godot and not really used to program so I don't really have an idea to how to fix the issue.

The main error message I have trouble with is this one:
_register_extension_class_internal: Attempt to register extension class 'OpenXREditorExportPlugin', which appears to be already registered.
<Erreur C++> Condition "ClassDB::class_exists(class_name)" is true.
<Source C++> core/extension/gdextension.cpp:386 @ _register_extension_class_internal()

It repeats 3/4 time when I am trying to actually do my test run. The project seem to work fine for everyone else but I am kinda stuck myself.

Do you have any advice concerning this? Thank you in advance.

This sounds a bit like you’re running some initialization code more than once.

Is there some OpenXR demo project you can run, to make sure at least the rest of your setup is good to go?