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

Hang on startup when extension is used in an Kit-app-template "Fat Package" #708

Open
r-veenstra opened this issue Apr 9, 2024 · 1 comment

Comments

@r-veenstra
Copy link
Contributor

When including Cesium for Omniverse in a kit-app-template "Fat Package" (Designed to run on a system that does not have Omniverse installed). The extension appears to hang and prevents the application from loading.

This appears to be only reproducible when running the package on a system that has not had Omniverse installed.

@r-veenstra
Copy link
Contributor Author

The extension appears to be hanging at this line in extension.py

Checking the input to on_startup it was being sent c:/ov/package/exts/cesium.omniverse/cesium/omniverse\../../ which appears reasonable and is consistent with the input I'm seeing on my dev pc.

To be sure there were no issues with the parsing of the path above, I tried replacing

cesium_extension_location = os.path.join(os.path.dirname(__file__), "../../")

with

cesium_extension_location = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))

The same outcome is observed

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

1 participant