longjunyu2 / winlator

Android application for running Windows applications with Wine and Box86/Box64
https://winlator.org
Other
308 stars 39 forks source link

OpenXR - Fix crash on init #36

Closed lvonasek closed 3 months ago

lvonasek commented 3 months ago

This fixes a crash of the app on Meta Quest headsets.

Note that app/src/main/jniLibs/arm64-v8a/libopenxr_loader.so shouldn't be there. The library should be generated by OpenXR SDK. I had to remove it locally to be able to compile the app.

Anyway, thank you for making this app truly opensource.

longjunyu2 commented 3 months ago

Thank you for pointing that out, I’ll make sure to exclude the libopenxr_loader.so file from jniLibs. Thank you for your contribution.