Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameters file not found for reading: java.io.FileNotFoundException: /storage/emulated/0/Cardboard/current_device params: open failed: ENOENT (No such file or directory) #443

Open
techpin2 opened this issue Nov 9, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@techpin2
Copy link

techpin2 commented Nov 9, 2023

Error:

Parameters file not found for reading: java.io.FileNotFoundException: /storage/emulated/0/Cardboard/current_device params: open failed: ENOENT (No such file or directory)

We are getting above error in google cardboard xr plugin 1.22

Scenario:

a. Install a new build
b. Scan monster cardboard qr code
c. Switch VR off on initial scene
d. Download asset bundle for vr game scene
e. On loading vr game scene : call EnterVR() function of VrModeController.cs (provided with sample hello cardboard scene)
f. the vr mode gets on but tracked pose driver won't work for gyro movement in android device as EnterVR() could not load current device params due to above error

VERSIONS USED

Cardboard SDK/Cardboard XR Plugin 1.22
Unity Editor: 2021.3.23f1

@techpin2 techpin2 added the bug Something isn't working label Nov 9, 2023
@lneumarkt
Copy link

Thanks @techpin2 for reaching out to us. And sorry for the long delay!

Could you please verify if the issue is still present in the latest version of the Cardboard XR Plugin v1.25?

Could you also please verify if the same behavior occurs with the Hello Cardboard sample app? You can follow the instructions on the Quickstart for Unity to install the sample app.

If this is not reproducible with the sample scene, we would need you to share with us a simple repro project where this issue is depicted, either via a zip file containing the Unity project or a link to a git repo. It would be of great help so as to be able to reproduce and solve this issue.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants