I am from India and I am facing an issue with the Omniverse Launcher. It shows the message: “Unable to download GDPR agreements and EULA. You may need to inspect your internet connection and restart the launcher.” I am working with Emulate3D and need to connect to it.
I am sorry to hear that you are having issues with Launcher. What exactly are you using in Launcher at the moment? You said you are trying to use Omniverse with Emulate3D? You should be able to just export your data out of there and into Composer directly. Launcher is not required.
You do not need to use Launcher to access your templates. It is just a front-end shell. Furthermore, it is now Legacy Software which are not updating and do not recommend. Honestly, I would just uninstall it, or at least do not use it. Everything we are doing is moving to simple, free downloads that do not require a log in at all.
All of our code is moving off Launcher and into GitHub and our own NGC website. If you are launching Composer for example, just find the install path and run the “omni.create.bat” file. Same thing with Isaac Sim, just go find the installation path and find “isaac-sim.selector.bat”. You can even make shortcuts on your desktop. However, just in doing so, you are already using the older versions, that we are no longer updating on Launcher.
To download the latest Composer and other templates go to:
Or better still just follow these instructions:
1. Download "git" from https://git-scm.com/downloads
2. Download "git Large File Storage from https://git-lfs.com/
3. Start a windows command console by using running "cmd" from the Windows Start menu
4. Navigate to the root of c: or d: drive. Example "cd\"
5. Copy and run "git clone https://github.com/NVIDIA-Omniverse/kit-app-template.git"
6. run "cd kit-app-template"
7. run "repo template new"
8. run "repo build"
9. run "repo launch"