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

Error spam "Failed to get body joint locations: -6" when using Meta Quest Link #197

Open
decacis opened this issue Aug 5, 2024 · 5 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@decacis
Copy link
Contributor

decacis commented Aug 5, 2024

Sometimes, though not always, when running the game from the editor, a bunch of Failed to get body joint locations: -6 will start to print non-stop.

I'm using a Quest 2 with Link, and have v3.0.0 beta3 of the vendors in my project. Meta Quest Link App Version 68.0.0.474.361 (68.0.0.474.361)

I found out it comes from here:

UtilityFunctions::print("Failed to get body joint locations: ", result);
but it's supposed to be skipped if body tracking is not enabled.

@m4gr3d m4gr3d added this to the 3.0.0 milestone Aug 6, 2024
@m4gr3d m4gr3d added the bug Something isn't working label Aug 6, 2024
@m4gr3d
Copy link
Collaborator

m4gr3d commented Aug 6, 2024

I can confirm I've ran into this issue as well.

@BastiaanOlij BastiaanOlij modified the milestones: 3.0.0, 3.0.1 Aug 16, 2024
@dsnopek
Copy link
Collaborator

dsnopek commented Aug 22, 2024

This may be fixed by PR #199, but I'm not 100% sure.

@m4gr3d
Copy link
Collaborator

m4gr3d commented Aug 25, 2024

This may be fixed by PR #199, but I'm not 100% sure.

@dsnopek Looking at the logic in

UtilityFunctions::print("Failed to get body joint locations: ", result);
, it doesn't seem the changes in #199 will affect it.
If the issue was related to hand tracking, I would also expect that enabling hand tracking would get rid of it.

@decacis Do you have a MRP that we can use to repro the issue and validate fixes for it?

@dsnopek
Copy link
Collaborator

dsnopek commented Aug 26, 2024

If the issue was related to hand tracking, I would also expect that enabling hand tracking would get rid of it.

Ah, yes, sorry, for some reason I thought this issue was related to hand tracking and not body tracking.

@decacis
Copy link
Contributor Author

decacis commented Aug 27, 2024

@m4gr3d unfortunately, no. This happens seemingly randomly, so I haven't been able to create a MRP.

One thing to note is that, my project doesn't make use of any fancy extension or anything, I'm only using the vendors to create quest builds, but I'm not using hand tracking, body tracking, face tracking, scene API or anything.

@m4gr3d m4gr3d modified the milestones: 3.0.1, 3.1.0 Oct 21, 2024
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

5 participants