Hi guys,
First of all, congrats on making one of the best video players available.
This is a report for three bugs:
- Bug #1: no local storage access when using on secondary account on Oculus Quest. While this (multiple user accounts) is an experimental feature, it currently makes half of the app unusable for me.
The issue should be quite simple to reproduce: The app tries to access storage/emulated/0 which is the master user's directory. I have two accounts on my Oculus Quest 2 and the second account's storage location is mounted as storage/emulated/10. I am launching DeoVR from the secondary user's account and the app still tries to access ../0/ instead of ../10/ and it obviously fails which is a good thing, else we'd have a security issue. Could you look into it and either provide a workaround to set the right path or incorporate a check for the right user path, and enable access to it?
I tried to look into your application's files to see whether I can hack in, say, a "favorite"/bookmark with storage location set to the proper directory. I failed 🙁
Bug #2: App currently launches only a single (the first) time when using a non-primary account. If you close it and re-open it you get an endless spinning loading circle. The issue has been reported by another user but he did not narrow it down as much as I do. I think this way you will reproduce it easily.
Bug #3: On the same setup, SBS files do not play back correctly, both local and the ones on deovr.com The right eye image is flickering over the left eye image, and not on the right position either.
Thanks in advance for bearing with me and for providing support to all of us.