Audio2Face Pipeline won't launch

My specs:
Newest Studio driver.
RTX3080ti
Ryzen 9 5900x
128gb ddr4 ram
Win11 Pro 22000.376

I get this error code:

2022-01-06 10:15:10 [Error] [omni.kit.commands.command] Failed to execute a command: A2FAddPlayerA2FInstancePairAndAttachToMeshCommand.
File “d:\omniverse\library\audio2face-2021.3.2\kit\extscore\omni.kit.async_engine\omni\kit\async_engine\async_engine.py”, line 49, in _on_update
self._loop.run_forever()
File “d:\omniverse\library\audio2face-2021.3.2\kit\python\lib\asyncio\base_events.py”, line 541, in run_forever
self._run_once()
File “d:\omniverse\library\audio2face-2021.3.2\kit\python\lib\asyncio\base_events.py”, line 1786, in _run_once
handle._run()
File “d:\omniverse\library\audio2face-2021.3.2\kit\python\lib\asyncio\events.py”, line 88, in _run
self._context.run(self._callback, *self._args)
File “d:\omniverse\library\audio2face-2021.3.2\exts\omni.audio2face.tool\omni\audio2face\tool\scripts\utils.py”, line 30, in wrapper
return await func(*args, **kwargs)
File “d:\omniverse\library\audio2face-2021.3.2\exts\omni.audio2face.tool\omni\audio2face\tool\scripts\extension.py”, line 173, in add_player_a2f_pair_async
“A2FAddPlayerA2FInstancePairAndAttachToMeshCommand”, stage=stage, mesh_to_attach=mesh_to_attach
File “d:\omniverse\library\audio2face-2021.3.2\kit\extscore\omni.kit.commands\omni\kit\commands\command.py”, line 235, in execute
return omni.kit.undo.execute(command, name, kwargs)
[…skipped…]
File “d:\omniverse\library\audio2face-2021.3.2\kit\extscore\omni.kit.commands\omni\kit\undo\undo.py”, line 72, in execute
result = _execute(command, name, level, history_key)
File “d:\omniverse\library\audio2face-2021.3.2\kit\extscore\omni.kit.commands\omni\kit\undo\undo.py”, line 312, in _execute
raise e
File “d:\omniverse\library\audio2face-2021.3.2\kit\extscore\omni.kit.commands\omni\kit\undo\undo.py”, line 279, in _execute
result = command.do()
File “d:\omniverse\library\audio2face-2021.3.2\exts\omni.audio2face.tool\omni\audio2face\tool\scripts\commands.py”, line 37, in do
player_node_name = a2f_player.create_player_node(self.stage)
File “d:\omniverse\library\audio2face-2021.3.2\exts\omni.audio2face.player\omni\audio2face\player\scripts\extension.py”, line 991, in create_player_node
log_info(“Creating Audio Player node: {}”.format(node_name))
File “d:\omniverse\library\audio2face-2021.3.2\exts\omni.audio2face.player\omni\audio2face\player\scripts\utils.py”, line 9, in log_info
print(“[omni.audio2face.player] [INFO] {}”.format(msg))
File "d:/omniverse/library/audio2face-2021.3.2/kit/plugins/bindings-python\omni\kit\app\impl_init
.py", line 91, in write
sys.stdout.write(msg)

<class ‘OSError’> [Errno 22] Invalid argument

Hello @blazys.ignas! I let the Audio2Face team know about this post. Can you let us know the steps you took that created this error? Also, if you are able, can you send me your logs?
Located here:

  • Omniverse Logs: C:\Users<USERNAME>.nvidia-omniverse\logs

Hi @blazys.ignas. The team needs your full log file to figure out where the error occurred.

It was suggested that you might be experiencing a the same Windows 11 problem there: Windows 11 (wmic.exe is removed) If so, I posted a workaround while we wait for our dev team to fix the problem.

Hi @blazys.ignas ,
Are you able to provide the repro steps?
When you create the a2f pipeline? do you have any object selected in the scene?
I assume the default example scene with Mark head is working fine for you?
Thank you

Hey guys, I got this error while mixing and matching the templates. By doing stuff manually with the startup head it works flawlessly.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.