GodotVR / godot_openxr

(Maintenance mode) OpenXR drivers for the Godot Game Engine v3.x
MIT License
278 stars 45 forks source link

Godot Crashes after hitting install on plugin #213

Open Nazuh2 opened 2 years ago

Nazuh2 commented 2 years ago

here are the logs:

ERROR:  does not have a library for the current platform.
   at: (modules/gdnative/nativescript/nativescript.cpp:1486)
ERROR: Cannot open file 'res://.import/left_hand.glb-77ac71087f4863f9f653fbf9e0d7f139.scn'.
   at: (core/io/resource_format_binary.cpp:984)
ERROR: Cannot open file 'res://.import/right_hand.glb-3c383114f6b2b559f4827c32305c15a4.scn'.
   at: (core/io/resource_format_binary.cpp:984)

I'm on a 32 bit system

BastiaanOlij commented 2 years ago

I think the plugin only contains 64bit binaries, if you need support for a 32bit system you may need to manually compile it.

What are you running on that you're on 32bit?