Problem to open the omniverse usd composer

I’m trying to open the omniverse usd composer Enterprise 2022.3.3 using an Oracle VM with a windows server 2019 as OS. When i try to open it stays stuck in a grey loading screen and after some time it just close.

Hi and thanks for the post. I suspect the reason is a) the machine may not meet the gpu requirements for Composer. What is the GPU ? or b) You are using “Oracle VM with a windows server 2019 as OS”. I am not sure we support Oracle VM or Windows Server 2019.

Can you please upload the launcher logs and composer logs so we can take a look.

The solution is either
a) update to windows server 2022 and add a “RTX Virtual Workstation/vGPU driver”
or
b) add the kit flag “–/foundation/verifyOsVersion/enabled=false” to the “omni.create.bat” file

So the bat file would read:
@echo off
setlocal
call “%~dp0kit\kit.exe” “%%~dp0apps/omni.create.kit” %* –/foundation/verifyOsVersion/enabled=false

Here is a PDF version of the guide for idea a)
Oracle RTX Virtual Workstation on Windows 2022.pdf (477.9 KB)