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

"DLL load failed" when deploying to existing USD build. #20

Closed
Latimerias opened this issue Mar 7, 2023 · 3 comments
Closed

"DLL load failed" when deploying to existing USD build. #20

Latimerias opened this issue Mar 7, 2023 · 3 comments

Comments

@Latimerias
Copy link

Latimerias commented Mar 7, 2023

I tried building USD with the deployHdAurora.py script but was getting "DLL load failed while importing _tf". reading issue 11 led me to believe that it was a python error so i did a new USD build with python and usdview was working fine. However, when i went to go deploy Aurora using deployHdAurora.py to the new build and try to run usdview it now gives me the error "DLL load failed while importing _usdImagingGL". I then added Aurora/Build\bin\Release to my PATH env and am now getting "DLL load failed while importing _tf" error again.

I have only 1 version of USD built, and my PATH envs are set to USD/bin and USD/lib and my PYTHONPATH envs are set to USD\lib\python .

The full message is

File "E:\Programs\USD\bin\usdview", line 28, in <module>
   import pxr.Usdviewq as Usdviewq

 File "E:\Programs\USD\lib\python\pxr\Usdviewq\__init__.py", line 27, in <module>
   from pxr import Tf

 File "E:\Programs\USD\lib\python\pxr\Tf\__init__.py", line 163, in <module>
   PreparePythonModule()

 File "E:\Programs\USD\lib\python\pxr\Tf\__init__.py", line 88, in PreparePythonModule
   module = importlib.import_module(

 File "C:\Users\choim\AppData\Local\Programs\Python\Python39\lib\importlib\__init__.py", line 127, in import_module
   return _bootstrap._gcd_import(name[level:], package, level)

ImportError: DLL load failed while importing _tf: The specified procedure could not be found.
@Latimerias Latimerias changed the title "DLL load failed usdImagingGL" when deploying to existing USD build. "DLL load failed" when deploying to existing USD build. Mar 7, 2023
@andy-shiue-autodesk
Copy link
Contributor

Hi Joshua, we are working on improving the HdAurora deployment. We are aiming for a March release to resolve some HdAurora deployment issues you and other users encountered. Hopefully, your issue will be resolved with our changes.

@Latimerias
Copy link
Author

Great! thanks for the update.

@andy-shiue-autodesk
Copy link
Contributor

Hi @Latimerias, Do you still have the dll issue with our recent releases? If it works for you now, I am going to close the ticket.

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