I’ve tried to install Omniverse Create multiple times and used cleanup tool to remove and reinstall.
(Legion Core i7 NVIDIA GeForce GTX 1660 Ti v472.47)
Keep getting following error:
(Cache and Drive install without issue.)
Error occurred during installation of Create: Command failed: “C:\Users\bjenk\AppData\Local\ov\pkg\create-2021.3.7\omni.create.warmup.bat” --/app/environment/name=‘launcher_warmup’
2021-11-28 00:47:08 [2,401ms] [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-11-28 00:47:13 [7,571ms] [Error] [omni.kit.window.viewport.plugin] Failed to initialize resource manager
2021-11-28 00:47:13 [7,571ms] [Error] [omni.kit.window.viewport.plugin] Failed to prepare GPU Foundation
2021-11-28 00:47:13 [7,571ms] [Error] [omni.kit.window.viewport.plugin] Failed to startup required plugins
2021-11-28 00:47:13 [7,631ms] [Error] [carb.scripting-python.plugin] AttributeError: ‘NoneType’ object has no attribute ‘get_mouse_event_stream’
At:
c:\users\bjenk\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/bjenk/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(143): _startup_ext
c:/users/bjenk/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/bjenk/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-11-28 00:47:13 [7,631ms] [Error] [omni.ext.plugin] [ext: omni.kit.window.viewport-0.0.0] Failed to process python module extension in ‘c:/users/bjenk/appdata/local/ov/pkg/create-2021.3.7/kit/extscore/omni.kit.window.viewport/.’.
2021-11-28 00:47:13 [7,823ms] [Error] [omni.hydratexture.plugin] Failed to create carb::renderer::Renderer context
2021-11-28 00:47:14 [8,650ms] [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/bjenk/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\bjenk\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\bjenk\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\bjenk\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-11-28 00:47:14 [8,650ms] [Error] [carb.scripting-python.plugin] Exception: Extension python module: ‘omni.kit.capture’ in ‘c:/users/bjenk/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.capture/.’ failed to load.
At:
c:/users/bjenk/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/bjenk/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-11-28 00:47:14 [8,650ms] [Error] [omni.ext.plugin] [ext: omni.kit.capture-0.4.7] Failed to process python module extension in ‘c:/users/bjenk/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.capture/.’.
2021-11-28 00:47:14 [8,905ms] [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/bjenk/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\bjenk\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\bjenk\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\bjenk\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\bjenk\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-11-28 00:47:14 [8,905ms] [Error] [carb.scripting-python.plugin] Exception: Extension python module: ‘omni.kit.window.movie_maker’ in ‘c:/users/bjenk/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.window.movie_maker/.’ failed to load.
At:
c:/users/bjenk/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/bjenk/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-11-28 00:47:14 [8,905ms] [Error] [omni.ext.plugin] [ext: omni.kit.window.movie_maker-0.5.9] Failed to process python module extension in ‘c:/users/bjenk/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.window.movie_maker/.’.
2021-11-28 00:47:17 [11,700ms] [Error] [carb.scripting-python.plugin] ModuleNotFoundError: No module named ‘omni.kit.viewport’
At:
c:\users\bjenk\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/bjenk/appdata/local/ov/pkg/create-2021.3.7/kit/plugins/bindings-python\omni\ext\impl_internal.py(143): _startup_ext
c:/users/bjenk/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/bjenk/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-11-28 00:47:17 [11,700ms] [Error] [omni.ext.plugin] [ext: omni.kit.thumbnails.usd-0.5.0] Failed to process python module extension in ‘c:/users/bjenk/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.thumbnails.usd/.’.
2021-11-28 00:47:18 [12,483ms] [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/bjenk/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\bjenk\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\bjenk\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\bjenk\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\bjenk\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-11-28 00:47:18 [12,483ms] [Error] [carb.scripting-python.plugin] Exception: Extension python module: ‘omni.kit.viewport_widgets_manager’ in ‘c:/users/bjenk/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.viewport_widgets_manager/.’ failed to load.
At:
c:/users/bjenk/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/bjenk/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-11-28 00:47:18 [12,483ms] [Error] [omni.ext.plugin] [ext: omni.kit.viewport_widgets_manager-1.0.3] Failed to process python module extension in ‘c:/users/bjenk/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.viewport_widgets_manager/.’.
2021-11-28 00:47:18 [12,784ms] [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/bjenk/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\bjenk\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\bjenk\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\bjenk\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\bjenk\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-11-28 00:47:18 [12,784ms] [Error] [carb.scripting-python.plugin] Exception: Extension python module: ‘omni.kit.collaboration.viewport.camera’ in ‘c:/users/bjenk/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.collaboration.viewport.camera/.’ failed to load.
At:
c:/users/bjenk/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/bjenk/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-11-28 00:47:18 [12,784ms] [Error] [omni.ext.plugin] [ext: omni.kit.collaboration.viewport.camera-1.0.1] Failed to process python module extension in ‘c:/users/bjenk/appdata/local/ov/pkg/create-2021.3.7/kit/exts/omni.kit.collaboration.viewport.camera/.’.
2021-11-28 00:47:21 [15,936ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.physxui.plugin.dll!carbOnPluginStartup
2021-11-28 00:47:21 [15,936ms] [Fatal] [carb.crashreporter-breakpad.plugin] carb.dll!releaseFramework
2021-11-28 00:47:21 [15,936ms] [Fatal] [carb.crashreporter-breakpad.plugin] carb.dll!releaseFramework
2021-11-28 00:47:21 [15,936ms] [Fatal] [carb.crashreporter-breakpad.plugin] carb.dll!releaseFramework
2021-11-28 00:47:21 [15,936ms] [Fatal] [carb.crashreporter-breakpad.plugin] carb.dll!releaseFramework
2021-11-28 00:47:21 [15,938ms] [Fatal] [carb.crashreporter-breakpad.plugin] carb.dll!+0x1048e
2021-11-28 00:47:21 [15,938ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.ext.plugin.dll!carbOnPluginRegisterEx
2021-11-28 00:47:21 [15,938ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.ext.plugin.dll!carbOnPluginRegisterEx
2021-11-28 00:47:21 [15,938ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.ext.plugin.dll!carbOnPluginStartup
2021-11-28 00:47:21 [15,938ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.ext.plugin.dll!carbOnPluginRegisterEx
2021-11-28 00:47:21 [15,938ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.ext.plugin.dll!carbOnPluginRegisterEx
2021-11-28 00:47:21 [15,938ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.ext.plugin.dll!carbOnPluginRegisterEx
2021-11-28 00:47:21 [15,938ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.ext.plugin.dll!carbOnPluginStartup
2021-11-28 00:47:21 [15,940ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.kit.app.plugin.dll!+0x10f23
2021-11-28 00:47:21 [15,940ms] [Fatal] [carb.crashreporter-breakpad.plugin] omni.kit.app.plugin.dll!+0xb4d1
2021-11-28 00:47:21 [15,941ms] [Fatal] [carb.crashreporter-breakpad.plugin] kit.exe!+0x21ef
2021-11-28 00:47:21 [15,941ms] [Fatal] [carb.crashreporter-breakpad.plugin] kit.exe!+0x2c64
2021-11-28 00:47:21 [15,942ms] [Fatal] [carb.crashreporter-breakpad.plugin] KERNEL32.DLL!BaseThreadInitThunk
2021-11-28 00:47:21 [15,942ms] [Fatal] [carb.crashreporter-breakpad.plugin] ntdll.dll!RtlUserThreadStart
Any recommendations?