Skip to content

Directory Access permissions corrupted in 4.11.0 release zipfiles ? #136

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

Closed
JJones780 opened this issue Oct 17, 2023 · 2 comments
Closed

Comments

@JJones780
Copy link

JJones780 commented Oct 17, 2023

RE: The zip files containing the 4.11.0 release : UltraleapTracking_ue5_3.zip and UltraleapTracking_ue5_2.zip and maybe others?

20+ directories were missing access rights causing the compile to fail.

I corrected these using sudo find . -type d \! -perm -u=x -ls -exec chmod u+x '{}' \; (Linux)

Also, unzip seemed to work but my usual gui archive tool (Ark) didn't want to reproduce the directory structures !?!

@Ultraleap-Dan
Copy link

Thank you for posting this issue. We have raised an issue to our engineering backlog to be investigated.

@Ultraleap-Dan
Copy link

This issue will be closed as we are unable to reproduce, please reopen if this is still being experienced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants