Audio2Face tab not showing dll load failed error

image
Audio2Face tab is missing/not coming up. In logs it shows ddl fail load failed

2021-07-10 18:14:38 [68,994ms] [Error] [carb.python] Failed to import python module omni.audio2face.core. Error: DLL load failed: A dynamic link library (DLL) initialization routine failed… Traceback:
Traceback (most recent call last):
File “e:/omniverse/pkg/audio2face-2021.2.5/kit/plugins/bindings-python\omni\ext\impl_internal.py”, line 65, in import_module
return importlib.import_module(name)
File “e:\omniverse\pkg\audio2face-2021.2.5\kit\python\lib\importlib_init_.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1006, in _gcd_import
File “”, line 983, in _find_and_load
File “”, line 967, in _find_and_load_unlocked
File “”, line 677, in _load_unlocked
File “”, line 728, in exec_module
File “”, line 219, in call_with_frames_removed
File "e:\omniverse\pkg\audio2face-2021.2.5\exts\omni.audio2face.core\omni\audio2face\core_init
.py", line 1, in
from .scripts.extension import *
File “e:\omniverse\pkg\audio2face-2021.2.5\exts\omni.audio2face.core\omni\audio2face\core\scripts\extension.py”, line 52, in
a2f = _import_a2f()
File “e:\omniverse\pkg\audio2face-2021.2.5\exts\omni.audio2face.core\omni\audio2face\core\scripts\extension.py”, line 48, in import_a2f
a2f_spec.loader.exec_module(a2f)
File “e:\omniverse\pkg\audio2face-2021.2.5\exts\omni.audio2face.core_deps\deps\audio2face-sdk\python/audio2face/init.py”, line 1, in
from . import core
File "e:\omniverse\pkg\audio2face-2021.2.5\exts\omni.audio2face.core_deps\deps\audio2face-sdk\python/audio2face\core_init
.py", line 1, in
from ._audio2face import *
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.

2021-07-10 18:14:38 [68,994ms] [Error] [carb.scripting-python.plugin] Exception: Extension python module: ‘omni.audio2face.core’ in ‘e:/omniverse/pkg/audio2face-2021.2.5/exts/omni.audio2face.core/.’ failed to load.

At:
e:/omniverse/pkg/audio2face-2021.2.5/kit/plugins/bindings-python\omni\ext\impl_internal.py(169): startup_all_extensions_in_module
e:/omniverse/pkg/audio2face-2021.2.5/kit/plugins/bindings-python\omni\ext\impl_internal.py(225): startup_all_extensions_in_module
PythonExtension.cpp::startup()(2):

2021-07-10 18:14:38 [68,994ms] [Error] [omni.ext.plugin] [ext: omni.audio2face.core-0.1.1] Failed to process python module extension in ‘e:/omniverse/pkg/audio2face-2021.2.5/exts/omni.audio2face.core/.’.
logs.txt (13.1 KB)

Thank you for trying out Audio2Face. Will take a look at the log and see what the issue might be. In the meantime do you mind giving us the following information?

  • Windows version (go to windows menu and type “winver” and take a screenshot of the window that would popup
  • The GPU you are using and the driver version

Thanks

@siyuen
Environment
AWS EC2 g4dn.4xlarge
Windows 2019 Server
image

Great, thanks for the information.

T4 Gpu is fine. But the Windows version is the problem. We don’t support windows version before version 1909. I think the version you have is 1809. The load issue most likely came from that.

Some more info here also.

@siyuen It possible to know which dll is missing or having issue?