Error during install

Hi,
I’m getting an error when trying to install Create 2021.3.5.
While installing Create, it halts on “Installing omni.create.warmup.bat” for several minutes before it aborts.
I then get an error in the notifications that reads as follows:

create install error

1 Like

Hi red2dvfx,
Sorry to hear you are having this issue. I’ll pass the info along to the devs and get back to you.

1 Like

thanks same error for me too

1 Like

hello @jackburton09 -
Can you zip up the logs for Create and send them to us? Everything in this folder
C:\Users\YOURUSERID\.nvidia-omniverse\logs\Kit\Create.Next

The above path is assuming use used defaults for installation. If not, please see the settings for where the path is to your logs.

image
looks nearly the same

hello @asdpiton - can you send me your Create logs?
C:\Users\YOURUSERID.nvidia-omniverse\logs\Kit\Create.Next

The above path is assuming use used defaults for installation. If not, please see the settings for where the path is to your logs.

I am also having an issue when I try to install Create. Blender and several others installed without an issue.

When I click install, it spins for a few seconds then I get a notification error:

ERROR

Error occurred during installation of Create: [426a56fa-8d50-4239-b9d0-15a7f88826d0] Cannot sign URL for download – FetchError: request to https://api.launcher.omniverse.nvidia.com/app/url?path=https%253A%252F%252Flauncher-prod.s3.us-east-2.amazonaws.com%252Fcreate%252F2021.3.7%252Fwindows-x86_64%252F9fa1d000e9d6f3958dfdb833774fdf7e.zip failed, reason: certificate has expired

Any thoughts?

Hello @user100771! The team is aware of the problem and is working on a solution. Thanks for letting us know!

Hi @user100771! The dev team has informed me that this error has been fixed. Please try again and let us know if you are still seeing this error!

it is working now, thanks!

Spoke too soon. It did try to install this time though so the original problem seems resolved. However, during install of Create I got the following error notification:

ERROR

Error occurred during installation of Create: Command failed: “C:\Users\robc\AppData\Local\ov\pkg\create-2021.3.7\omni.create.warmup.bat” --/app/environment/name=‘launcher_warmup’
2021-12-21 00:51:36 [9,385ms] [Error] [gpu.foundation.plugin] No device could be created. Some known system issues:

  • The driver is not installed properly and requires a clean re-install.
  • Your GPUs do not support RayTracing: DXR or Vulkan ray_tracing, or hardware is excluded due to performance.
  • The driver cannot enumerate any GPU: driver, display or a docker issue. For Vulkan, test it with Vulkaninfo tool from Vulkan SDK, instead of nvidia-smi.

2021-12-21 00:51:49 [22,853ms] [Error] [omni.kit.window.viewport.plugin] Failed to initialize resource manager
2021-12-21 00:51:49 [22,853ms] [Error] [omni.kit.window.viewport.plugin] Failed to prepare GPU Foundation
2021-12-21 00:51:49 [22,853ms] [Error] [omni.kit.window.viewport.plugin] Failed to startup required plugins
2021-12-21 00:51:49 [23,023ms] [Error] [carb.scripting-python.plugin] AttributeError: ‘NoneType’ object has no attribute ‘get_mouse_event_stream’

At:
c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\kit\extscore\omni.kit.window.viewport\omni\kit\viewport\scripts\context_menu.py(27): on_startup
c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(143): _startup_ext
c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(174): startup_all_extensions_in_module
c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(225): startup_all_extensions_in_module
PythonExtension.cpp::startup()(2):

2021-12-21 00:51:49 [23,024ms] [Error] [omni.ext.plugin] [ext: omni.kit.window.viewport-0.0.0] Failed to process python module extension in ‘c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/extscore/omni.kit.window.viewport/.’.
2021-12-21 00:51:50 [23,530ms] [Error] [omni.hydratexture.plugin] Failed to create carb::renderer::Renderer context
2021-12-21 00:51:52 [25,654ms] [Error] [omni.ext.impl. internal] Failed to import python module omni.kit.capture. Error: No module named ‘omni.kit.viewport’. Traceback:
Traceback (most recent call last):
File “c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py”, line 65, in import_module
return importlib.import_module(name)
File “c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\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 "c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\kit\exts\omni.kit.capture\omni\kit\capture
init
.py", line 10, in
from .extension import CaptureExtension
File “c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\kit\exts\omni.kit.capture\omni\kit\capture\extension.py”, line 16, in
import omni.kit.viewport
ModuleNotFoundError: No module named ‘omni.kit.viewport’

2021-12-21 00:51:52 [25,655ms] [Error] [carb.scripting-python.plugin] Exception: Extension python module: ‘omni.kit.capture’ in ‘c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.capture/.’ failed to load.

At:
c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(169): startup_all_extensions_in_module
c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(225): startup_all_extensions_in_module
PythonExtension.cpp::startup()(2):

2021-12-21 00:51:52 [25,655ms] [Error] [omni.ext.plugin] [ext: omni.kit.capture-0.4.7] Failed to process python module extension in ‘c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.capture/.’.
2021-12-21 00:51:53 [26,314ms] [Error] [omni.ext.impl. internal] Failed to import python module omni.kit.window.movie_maker. Error: No module named ‘omni.kit.capture’. Traceback:
Traceback (most recent call last):
File “c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py”, line 65, in import_module
return importlib.import_module(name)
File “c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\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 "c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\kit\exts\omni.kit.window.movie_maker\omni\kit\window\movie_maker
init
.py", line 10, in
from .extension import MovieMakerExtension
File “c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\kit\exts\omni.kit.window.movie_maker\omni\kit\window\movie_maker\extension.py”, line 13, in
from .window import MovieMakerWindow
File “c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\kit\exts\omni.kit.window.movie_maker\omni\kit\window\movie_maker\window.py”, line 14, in
import omni.kit.capture
ModuleNotFoundError: No module named ‘omni.kit.capture’

2021-12-21 00:51:53 [26,314ms] [Error] [carb.scripting-python.plugin] Exception: Extension python module: ‘omni.kit.window.movie_maker’ in ‘c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.window.movie_maker/.’ failed to load.

At:
c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(169): startup_all_extensions_in_module
c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(225): startup_all_extensions_in_module
PythonExtension.cpp::startup()(2):

2021-12-21 00:51:53 [26,314ms] [Error] [omni.ext.plugin] [ext: omni.kit.window.movie_maker-0.5.9] Failed to process python module extension in ‘c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.window.movie_maker/.’.
2021-12-21 00:52:00 [33,787ms] [Error] [carb.scripting-python.plugin] ModuleNotFoundError: No module named ‘omni.kit.viewport’

At:
c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\kit\exts\omni.kit.thumbnails.usd\omni\kit\thumbnails\usd\main.py(51): on_startup
c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(143): _startup_ext
c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(174): startup_all_extensions_in_module
c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(225): startup_all_extensions_in_module
PythonExtension.cpp::startup()(2):

2021-12-21 00:52:00 [33,787ms] [Error] [omni.ext.plugin] [ext: omni.kit.thumbnails.usd-0.5.0] Failed to process python module extension in ‘c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.thumbnails.usd/.’.
2021-12-21 00:52:02 [35,719ms] [Error] [omni.ext.impl. internal] Failed to import python module omni.kit.viewport_widgets_manager. Error: No module named ‘omni.kit.viewport’. Traceback:
Traceback (most recent call last):
File “c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py”, line 65, in import_module
return importlib.import_module(name)
File “c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\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 "c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\kit\exts\omni.kit.viewport_widgets_manager\omni\kit\viewport_widgets_manager
init
.py", line 9, in
from .extension import ViewportWidgetsManagerExtension, WidgetAlignment, add_widget, remove_widget
File “c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\kit\exts\omni.kit.viewport_widgets_manager\omni\kit\viewport_widgets_manager\extension.py”, line 11, in
from .manager import ViewportWidgetsManager, WidgetAlignment
File “c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\kit\exts\omni.kit.viewport_widgets_manager\omni\kit\viewport_widgets_manager\manager.py”, line 6, in
import omni.kit.viewport as vp
ModuleNotFoundError: No module named ‘omni.kit.viewport’

2021-12-21 00:52:02 [35,719ms] [Error] [carb.scripting-python.plugin] Exception: Extension python module: ‘omni.kit.viewport_widgets_manager’ in ‘c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.viewport_widgets_manager/.’ failed to load.

At:
c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(169): startup_all_extensions_in_module
c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(225): startup_all_extensions_in_module
PythonExtension.cpp::startup()(2):

2021-12-21 00:52:02 [35,719ms] [Error] [omni.ext.plugin] [ext: omni.kit.viewport_widgets_manager-1.0.3] Failed to process python module extension in ‘c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.viewport_widgets_manager/.’.
2021-12-21 00:52:05 [38,310ms] [Error] [omni.ext.impl. internal] Failed to import python module omni.kit.collaboration.viewport.camera. Error: No module named ‘omni.kit.viewport’. Traceback:
Traceback (most recent call last):
File “c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py”, line 65, in import_module
return importlib.import_module(name)
File “c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\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 "c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\kit\exts\omni.kit.collaboration.viewport.camera\omni\kit\collaboration\viewport\camera
init
.py", line 9, in
from .extension import ViewportCameraNameExtension
File “c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\kit\exts\omni.kit.collaboration.viewport.camera\omni\kit\collaboration\viewport\camera\extension.py”, line 11, in
from .stage_listener import StageListener
File “c:\users\robc\appdata\local\ov\pkg\create-2021.3.7\kit\exts\omni.kit.collaboration.viewport.camera\omni\kit\collaboration\viewport\camera\stage_listener.py”, line 5, in
import omni.kit.viewport as vp
ModuleNotFoundError: No module named ‘omni.kit.viewport’

2021-12-21 00:52:05 [38,310ms] [Error] [carb.scripting-python.plugin] Exception: Extension python module: ‘omni.kit.collaboration.viewport.camera’ in ‘c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.collaboration.viewport.camera/.’ failed to load.

At:
c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(169): startup_all_extensions_in_module
c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(225): startup_all_extensions_in_module
PythonExtension.cpp::startup()(2):

2021-12-21 00:52:05 [38,310ms] [Error] [omni.ext.plugin] [ext: omni.kit.collaboration.viewport.camera-1.0.1] Failed to process python module extension in ‘c:/users/robc/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.collaboration.viewport.camera/.’.
2021-12-21 00:52:13 [46,338ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.physxui.plugin.dll!carbOnPluginStartup
2021-12-21 00:52:13 [46,338ms] [Fatal] [carb.crashreporter-breakpad.plugin] carb.dll!releaseFramework
2021-12-21 00:52:13 [46,338ms] [Fatal] [carb.crashreporter-breakpad.plugin] carb.dll!releaseFramework
2021-12-21 00:52:13 [46,338ms] [Fatal] [carb.crashreporter-breakpad.plugin] carb.dll!releaseFramework
2021-12-21 00:52:13 [46,338ms] [Fatal] [carb.crashreporter-breakpad.plugin] carb.dll!releaseFramework
2021-12-21 00:52:13 [46,341ms] [Fatal] [carb.crashreporter-breakpad.plugin] carb.dll!+0x1048e
2021-12-21 00:52:13 [46,341ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.ext.plugin.dll!carbOnPluginRegisterEx
2021-12-21 00:52:13 [46,342ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.ext.plugin.dll!carbOnPluginRegisterEx
2021-12-21 00:52:13 [46,342ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.ext.plugin.dll!carbOnPluginStartup
2021-12-21 00:52:13 [46,342ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.ext.plugin.dll!carbOnPluginRegisterEx
2021-12-21 00:52:13 [46,342ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.ext.plugin.dll!carbOnPluginRegisterEx
2021-12-21 00:52:13 [46,343ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.ext.plugin.dll!carbOnPluginRegisterEx
2021-12-21 00:52:13 [46,343ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.ext.plugin.dll!carbOnPluginStartup
2021-12-21 00:52:13 [46,346ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.kit.app.plugin.dll!+0x10f23
2021-12-21 00:52:13 [46,346ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.kit.app.plugin.dll!+0xb4d1
2021-12-21 00:52:13 [46,349ms] [Fatal] [carb.crashreporter-breakpad.plugin] kit.exe!+0x21ef
2021-12-21 00:52:13 [46,349ms] [Fatal] [carb.crashreporter-breakpad.plugin] kit.exe!+0x2c64
2021-12-21 00:52:13 [46,349ms] [Fatal] [carb.crashreporter-breakpad.plugin] KERNEL32.DLL!BaseThreadInitThunk
2021-12-21 00:52:13 [46,349ms] [Fatal] [carb.crashreporter-breakpad.plugin] ntdll.dll!RtlUserThreadStart

I do NOT have an RTX card on this laptop so not sure if that was the issue.

I have an nvidia GTX1070 dating back a few years.

1 Like

@user100771 I will forward this to our development team and have them take a look!

1 Like

@user100771 Create does require the RTX Tensor Cores that are only on our RTX GPUs. That is why you are not able to launch Create.

1 Like

same error for me too. Trying for so long

Hi,
While installing Create and View, getting errors, which are as follow:
(For Create)
Error occurred during installation of Create: Command failed:
"C:\Users\rudu\AppData\Local\ov\pkg\create-2021.3.8\omni.create.warmup.bat" –
/app/environment/name='launcher_warmup'
[Error] [carb] Failed to make directory '//filesrvl1'! {error = 161}
[Error] [carb] Failed to make directory '//filesrvl1'! {error = 161}
2022-01-07 11:15:33 [347ms] [Error] [carb] Failed to make directory '//filesrvl1'! {error = 161}
2022-01-07 11:15:33 [361ms] [Error] [carb] Failed to make directory '//filesrvl1'! {error = 161}
2022-01-07 11:15:35 [2,461ms] [Error] [gpu.foundation.plugin] No device could be created. Some
known system issues:

  • The driver is not installed properly and requires a clean re-install.
  • Your GPUs do not support RayTracing: DXR or Vulkan ray_tracing, or hardware is excluded due to
    performance.
  • The driver cannot enumerate any GPU: driver, display or a docker issue. For Vulkan, test it with
    Vulkaninfo tool from Vulkan SDK, instead of nvidia-smi.

2022-01-07 11:15:44 [11,035ms] [Error] [omni.kit.window.viewport.plugin] Failed to initialize
resource manager
2022-01-07 11:15:44 [11,035ms] [Error] [omni.kit.window.viewport.plugin] Failed to prepare GPU
Foundation
2022-01-07 11:15:44 [11,035ms] [Error] [omni.kit.window.viewport.plugin] Failed to startup required
plugins
2022-01-07 11:15:44 [11,179ms] [Error] [carb.scripting-python.plugin] AttributeError: 'NoneType'
object has no attribute 'get_mouse_event_stream'

At:
c:\users\rudu\appdata\local\ov\pkg\create-
2021.3.8\kit\extscore\omni.kit.window.viewport\omni\kit\viewport\scripts\context_menu.py(27):
on_startup
c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py(143): _startup_ext
c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py(174): startup_all_extensions_in_module
c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py(225): startup_all_extensions_in_module
PythonExtension.cpp::startup()(2): <module>

2022-01-07 11:15:44 [11,179ms] [Error] [omni.ext.plugin] [ext: omni.kit.window.viewport-0.0.0]
Failed to process python module extension in 'c:/users/rudu/appdata/local/ov/pkg/create-
2021.3.8/kit/extscore/omni.kit.window.viewport/.'.
2022-01-07 11:15:45 [11,628ms] [Error] [omni.hydratexture.plugin] Failed to create
carb::renderer::Renderer context
2022-01-07 11:15:46 [13,375ms] [Error] [omni.ext.impl.internal] Failed to import python module
omni.kit.capture. Error: No module named 'omni.kit.viewport'. Traceback:
Traceback (most recent call last):
File "c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py", line 65, in import_module
return importlib.import_module(name)
File "c:\users\rudu\appdata\local\ov\pkg\create-2021.3.8\kit\python\lib\importlib_init
.py",
line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in call_with_frames_removed
File "c:\users\rudu\appdata\local\ov\pkg\create-
2021.3.8\kit\exts\omni.kit.capture\omni\kit\capture_init
.py", line 10, in <module>
from .extension import CaptureExtension
File "c:\users\rudu\appdata\local\ov\pkg\create-
2021.3.8\kit\exts\omni.kit.capture\omni\kit\capture\extension.py", line 16, in <module>
import omni.kit.viewport
ModuleNotFoundError: No module named 'omni.kit.viewport'

2022-01-07 11:15:46 [13,375ms] [Error] [carb.scripting-python.plugin] Exception: Extension python
module: 'omni.kit.capture' in 'c:/users/rudu/appdata/local/ov/pkg/create-
2021.3.8/kit/exts/omni.kit.capture/.' failed to load.

At:
c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py(169): startup_all_extensions_in_module

c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py(225): startup_all_extensions_in_module
PythonExtension.cpp::startup()(2): <module>

2022-01-07 11:15:46 [13,375ms] [Error] [omni.ext.plugin] [ext: omni.kit.capture-0.4.7] Failed to
process python module extension in 'c:/users/rudu/appdata/local/ov/pkg/create-
2021.3.8/kit/exts/omni.kit.capture/.'.
2022-01-07 11:15:47 [13,923ms] [Error] [omni.ext.impl.internal] Failed to import python module
omni.kit.window.movie_maker. Error: No module named 'omni.kit.capture'. Traceback:
Traceback (most recent call last):
File "c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py", line 65, in import_module
return importlib.import_module(name)
File "c:\users\rudu\appdata\local\ov\pkg\create-2021.3.8\kit\python\lib\importlib_init
.py",
line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in call_with_frames_removed
File "c:\users\rudu\appdata\local\ov\pkg\create-
2021.3.8\kit\exts\omni.kit.window.movie_maker\omni\kit\window\movie_maker_init
.py", line
10, in <module>
from .extension import MovieMakerExtension
File "c:\users\rudu\appdata\local\ov\pkg\create-
2021.3.8\kit\exts\omni.kit.window.movie_maker\omni\kit\window\movie_maker\extension.py",
line 13, in <module>
from .window import MovieMakerWindow
File "c:\users\rudu\appdata\local\ov\pkg\create-
2021.3.8\kit\exts\omni.kit.window.movie_maker\omni\kit\window\movie_maker\window.py", line
14, in <module>
import omni.kit.capture
ModuleNotFoundError: No module named 'omni.kit.capture'

2022-01-07 11:15:47 [13,923ms] [Error] [carb.scripting-python.plugin] Exception: Extension python
module: 'omni.kit.window.movie_maker' in 'c:/users/rudu/appdata/local/ov/pkg/create-
2021.3.8/kit/exts/omni.kit.window.movie_maker/.' failed to load.

At:
c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py(169): startup_all_extensions_in_module
c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py(225): startup_all_extensions_in_module
PythonExtension.cpp::startup()(2): <module>

2022-01-07 11:15:47 [13,924ms] [Error] [omni.ext.plugin] [ext: omni.kit.window.movie_maker-0.5.9]
Failed to process python module extension in 'c:/users/rudu/appdata/local/ov/pkg/create-
2021.3.8/kit/exts/omni.kit.window.movie_maker/.'.
2022-01-07 11:15:53 [19,714ms] [Error] [carb.scripting-python.plugin] ModuleNotFoundError: No
module named 'omni.kit.viewport'

At:
c:\users\rudu\appdata\local\ov\pkg\create-
2021.3.8\kit\exts\omni.kit.thumbnails.usd\omni\kit\thumbnails\usd\main.py(51): on_startup
c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py(143): _startup_ext
c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py(174): startup_all_extensions_in_module
c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py(225): startup_all_extensions_in_module
PythonExtension.cpp::startup()(2): <module>

2022-01-07 11:15:53 [19,714ms] [Error] [omni.ext.plugin] [ext: omni.kit.thumbnails.usd-0.5.0] Failed
to process python module extension in 'c:/users/rudu/appdata/local/ov/pkg/create-
2021.3.8/kit/exts/omni.kit.thumbnails.usd/.'.
2022-01-07 11:15:55 [21,712ms] [Error] [omni.ext.impl._internal] Failed to import python module
omni.kit.viewport_widgets_manager. Error: No module named 'omni.kit.viewport'. Traceback:
Traceback (most recent call last):
File "c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py", line 65, in import_module
return importlib.import_module(name)

File "c:\users\rudu\appdata\local\ov\pkg\create-2021.3.8\kit\python\lib\importlib_init_.py",
line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "c:\users\rudu\appdata\local\ov\pkg\create-
2021.3.8\kit\exts\omni.kit.viewport_widgets_manager\omni\kit\viewport_widgets_manager_init
_.py", line 9, in <module>
from .extension import ViewportWidgetsManagerExtension, WidgetAlignment, add_widget,
remove_widget
File "c:\users\rudu\appdata\local\ov\pkg\create-
2021.3.8\kit\exts\omni.kit.viewport_widgets_manager\omni\kit\viewport_widgets_manager\extens
ion.py", line 11, in <module>
from .manager import ViewportWidgetsManager, WidgetAlignment
File "c:\users\rudu\appdata\local\ov\pkg\create-
2021.3.8\kit\exts\omni.kit.viewport_widgets_manager\omni\kit\viewport_widgets_manager\manag
er.py", line 6, in <module>
import omni.kit.viewport as vp
ModuleNotFoundError: No module named 'omni.kit.viewport'

2022-01-07 11:15:55 [21,712ms] [Error] [carb.scripting-python.plugin] Exception: Extension python
module: 'omni.kit.viewport_widgets_manager' in 'c:/users/rudu/appdata/local/ov/pkg/create-
2021.3.8/kit/exts/omni.kit.viewport_widgets_manager/.' failed to load.

At:
c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py(169): startup_all_extensions_in_module
c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py(225): startup_all_extensions_in_module
PythonExtension.cpp::startup()(2): <module>

2022-01-07 11:15:55 [21,712ms] [Error] [omni.ext.plugin] [ext: omni.kit.viewport_widgets_manager-
1.0.3] Failed to process python module extension in 'c:/users/rudu/appdata/local/ov/pkg/create-
2021.3.8/kit/exts/omni.kit.viewport_widgets_manager/.'.
2022-01-07 11:15:55 [21,891ms] [Error] [carb] Failed to make directory '//filesrvl1'! {error = 161}
2022-01-07 11:15:55 [21,892ms] [Error] [carb] Failed to make directory '//filesrvl1'! {error = 161}
2022-01-07 11:16:00 [27,572ms] [Error] [carb] Failed to make directory '//filesrvl1'! {error = 161}
2022-01-07 11:16:04 [31,423ms] [Error] [carb] Failed to make directory '//filesrvl1'! {error = 161}
2022-01-07 11:16:05 [31,930ms] [Error] [omni.ext.impl.internal] Failed to import python module
omni.kit.collaboration.viewport.camera. Error: No module named 'omni.kit.viewport'. Traceback:
Traceback (most recent call last):
File "c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py", line 65, in import_module
return importlib.import_module(name)
File "c:\users\rudu\appdata\local\ov\pkg\create-2021.3.8\kit\python\lib\importlib_init
.py",
line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "c:\users\rudu\appdata\local\ov\pkg\create-
2021.3.8\kit\exts\omni.kit.collaboration.viewport.camera\omni\kit\collaboration\viewport\camera
init.py", line 9, in <module>
from .extension import ViewportCameraNameExtension
File "c:\users\rudu\appdata\local\ov\pkg\create-
2021.3.8\kit\exts\omni.kit.collaboration.viewport.camera\omni\kit\collaboration\viewport\camera
extension.py", line 11, in <module>
from .stage_listener import StageListener
File "c:\users\rudu\appdata\local\ov\pkg\create-
2021.3.8\kit\exts\omni.kit.collaboration.viewport.camera\omni\kit\collaboration\viewport\camera
stage_listener.py", line 5, in <module>
import omni.kit.viewport as vp
ModuleNotFoundError: No module named 'omni.kit.viewport'

2022-01-07 11:16:05 [31,930ms] [Error] [carb.scripting-python.plugin] Exception: Extension python
module: 'omni.kit.collaboration.viewport.camera' in 'c:/users/rudu/appdata/local/ov/pkg/create-
2021.3.8/kit/exts/omni.kit.collaboration.viewport.camera/.' failed to load.

At:
c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py(169): startup_all_extensions_in_module
c:/users/rudu/appdata/local/ov/pkg/create-2021.3.8/kit/plugins/bindings-
python\omni\ext\impl_internal.py(225): startup_all_extensions_in_module
PythonExtension.cpp::startup()(2): <module>

2022-01-07 11:16:05 [31,931ms] [Error] [omni.ext.plugin] [ext:
omni.kit.collaboration.viewport.camera-1.0.1] Failed to process python module extension in
'c:/users/rudu/appdata/local/ov/pkg/create-
2021.3.8/kit/exts/omni.kit.collaboration.viewport.camera/.'.
2022-01-07 11:16:17 [43,778ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.physxui.plugin.dll!carbOnPluginStartup
2022-01-07 11:16:17 [43,778ms] [Fatal] [carb.crashreporter-breakpad.plugin]
carb.dll!releaseFramework
2022-01-07 11:16:17 [43,778ms] [Fatal] [carb.crashreporter-breakpad.plugin]
carb.dll!releaseFramework
2022-01-07 11:16:17 [43,778ms] [Fatal] [carb.crashreporter-breakpad.plugin]
carb.dll!releaseFramework
2022-01-07 11:16:17 [43,778ms] [Fatal] [carb.crashreporter-breakpad.plugin]
carb.dll!releaseFramework
2022-01-07 11:16:17 [43,780ms] [Fatal] [carb.crashreporter-breakpad.plugin] carb.dll!+0x1048e
2022-01-07 11:16:17 [43,780ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.ext.plugin.dll!carbOnPluginRegisterEx
2022-01-07 11:16:17 [43,780ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.ext.plugin.dll!carbOnPluginRegisterEx
2022-01-07 11:16:17 [43,780ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.ext.plugin.dll!carbOnPluginStartup
2022-01-07 11:16:17 [43,780ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.ext.plugin.dll!carbOnPluginRegisterEx
2022-01-07 11:16:17 [43,780ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.ext.plugin.dll!carbOnPluginRegisterEx
2022-01-07 11:16:17 [43,780ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.ext.plugin.dll!carbOnPluginRegisterEx

2022-01-07 11:16:17 [43,780ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.ext.plugin.dll!carbOnPluginStartup
2022-01-07 11:16:17 [43,782ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.kit.app.plugin.dll!+0x10f23
2022-01-07 11:16:17 [43,782ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.kit.app.plugin.dll!+0xb4d1
2022-01-07 11:16:17 [43,784ms] [Fatal] [carb.crashreporter-breakpad.plugin] kit.exe!+0x21ef
2022-01-07 11:16:17 [43,784ms] [Fatal] [carb.crashreporter-breakpad.plugin] kit.exe!+0x2c64
2022-01-07 11:16:17 [43,784ms] [Fatal] [carb.crashreporter-breakpad.plugin]
KERNEL32.dll!BaseThreadInitThunk
2022-01-07 11:16:17 [43,784ms] [Fatal] [carb.crashreporter-breakpad.plugin]
ntdll.dll!RtlUserThreadStart

And for View:
Error occurred during installation of View: Command failed:
"C:\Users\rudu\AppData\Local\ov\pkg\view-2021.3.10\omni.view.warmup.bat"
[Error] [carb] Failed to make directory '//filesrvl1'! {error = 161}
[Error] [carb] Failed to make directory '//filesrvl1'! {error = 161}
2022-01-07 11:22:10 [348ms] [Error] [carb] Failed to make directory '//filesrvl1'! {error = 161}
2022-01-07 11:22:10 [362ms] [Error] [carb] Failed to make directory '//filesrvl1'! {error = 161}
2022-01-07 11:22:13 [3,061ms] [Error] [gpu.foundation.plugin] No device could be created. Some
known system issues:

  • The driver is not installed properly and requires a clean re-install.
  • Your GPUs do not support RayTracing: DXR or Vulkan ray_tracing, or hardware is excluded due to
    performance.
  • The driver cannot enumerate any GPU: driver, display or a docker issue. For Vulkan, test it with
    Vulkaninfo tool from Vulkan SDK, instead of nvidia-smi.

2022-01-07 11:22:22 [11,757ms] [Error] [omni.kit.window.viewport.plugin] Failed to initialize
resource manager
2022-01-07 11:22:22 [11,758ms] [Error] [omni.kit.window.viewport.plugin] Failed to prepare GPU
Foundation
2022-01-07 11:22:22 [11,758ms] [Error] [omni.kit.window.viewport.plugin] Failed to startup required
plugins
2022-01-07 11:22:22 [11,904ms] [Error] [carb.scripting-python.plugin] AttributeError: 'NoneType'
object has no attribute 'get_mouse_event_stream'

At:
c:\users\rudu\appdata\local\ov\pkg\view-
2021.3.10\kit\extscore\omni.kit.window.viewport\omni\kit\viewport\scripts\context_menu.py(27):
on_startup
c:/users/rudu/appdata/local/ov/pkg/view-2021.3.10/kit/plugins/bindings-
python\omni\ext\impl_internal.py(143): _startup_ext
c:/users/rudu/appdata/local/ov/pkg/view-2021.3.10/kit/plugins/bindings-
python\omni\ext\impl_internal.py(174): startup_all_extensions_in_module
c:/users/rudu/appdata/local/ov/pkg/view-2021.3.10/kit/plugins/bindings-
python\omni\ext\impl_internal.py(225): startup_all_extensions_in_module
PythonExtension.cpp::startup()(2): <module>

2022-01-07 11:22:22 [11,904ms] [Error] [omni.ext.plugin] [ext: omni.kit.window.viewport-0.0.0]
Failed to process python module extension in 'c:/users/rudu/appdata/local/ov/pkg/view-
2021.3.10/kit/extscore/omni.kit.window.viewport/.'.
ERROR: Could not find a version that satisfies the requirement numpy==1.19.0 (from versions: none)
ERROR: No matching distribution found for numpy==1.19.0
2022-01-07 11:22:35 [25,181ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.view.compass.plugin.dll!+0x4350
2022-01-07 11:22:35 [25,181ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.ext.plugin.dll!carbOnPluginRegisterEx
2022-01-07 11:22:35 [25,181ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.ext.plugin.dll!carbOnPluginRegisterEx
2022-01-07 11:22:35 [25,181ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.ext.plugin.dll!carbOnPluginStartup
2022-01-07 11:22:35 [25,181ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.ext.plugin.dll!carbOnPluginRegisterEx
2022-01-07 11:22:35 [25,181ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.ext.plugin.dll!carbOnPluginRegisterEx
2022-01-07 11:22:35 [25,181ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.ext.plugin.dll!carbOnPluginRegisterEx
2022-01-07 11:22:35 [25,182ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.ext.plugin.dll!carbOnPluginStartup
2022-01-07 11:22:35 [25,183ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.kit.app.plugin.dll!+0x10f23
2022-01-07 11:22:35 [25,183ms] [Fatal] [carb.crashreporter-breakpad.plugin]
omni.kit.app.plugin.dll!+0xb4d1
2022-01-07 11:22:35 [25,185ms] [Fatal] [carb.crashreporter-breakpad.plugin] kit.exe!+0x21ef
2022-01-07 11:22:35 [25,185ms] [Fatal] [carb.crashreporter-breakpad.plugin] kit.exe!+0x2c64
2022-01-07 11:22:35 [25,185ms] [Fatal] [carb.crashreporter-breakpad.plugin]
KERNEL32.dll!BaseThreadInitThunk
2022-01-07 11:22:35 [25,185ms] [Fatal] [carb.crashreporter-breakpad.plugin]
ntdll.dll!RtlUserThreadStart