PatrickPalmer / Omniverse-Connect-cmake

Omniverse Connect example using cmake build system
4 stars 3 forks source link

Fail to Connect to Omniverse Nucleus #1

Open VelazcoJD opened 1 year ago

VelazcoJD commented 1 year ago

When attempting to connect to a local server and test the sample code, I get the following error:

image

If I download the USD file and use its path directly, the sample code successfully lists out the USD nodes:

image

Any idea what I could be doing wrong? I am using VS2019 with x64 configuration. Here is my CMake configuration:

image

Thanks!

PatrickPalmer commented 1 year ago

hello, are you able to access helloworld.usd in Omniverse Create before running the SampleApp.exe. Access to the Nucleus server needs to be authenticated and Create will require a login to Nucleus and by doing so, authorize the machine.

VelazcoJD commented 1 year ago

Yep, I can view the USD file in Create.

image