I’m unable to open either my project or the base UE editor (5.2.1) after updating the omniverse connector to 203.0.193. When opening the editor, it creates a crash report instead:
Also, we recommend you uninstall the Connector, then go to the 5.2 Engine/Plugins/Marketplace/NVIDIA folder and delete anything that’s left over. Then reinstall.
If it still doesn’t work, please check if omniclient.dll is in the system path. To test this, you can go to a cmd prompt in any folder and type where omniclient.dll — if it finds anything then that location must be removed from the system path.
So I cleared out the Engine/Plugins/Marketplace/NVIDIA folder after deleting the connector. I then reinstalled the connector for UE 5.2.1. I then tried opening UE, and this is the dump file produced:
i entered “where omniclient.dll” at a command prompt but it found nothing. Could you define in plain terms the “system path?” Are you referring to C:\windows?
It looks like there’s an immediate crash in the Omniverse Client Library, both in this topic and the 5.3 topic, so let’s just track in this one to try and figure out why it’s crashing for you.
I took a look at the log that you uploaded and right now I’m not seeing anything that helps me identify what’s happening with omniclient.dll.
We can add verbose logging from the Omniverse Client Library by adjusting a project setting in Project\Config\DefaultEngine.ini before running the editor.
Please find or add this setting and change it to True:
Also, I’m curious if maybe when the client library tries to access a Nucleus server you’ve added (if you’ve ever even had the chance), it is causing a crash. Perhaps also remove any servers by clearing out any lines under OmniverseSettings that say +WatchServers=...
I fixed it. I downloaded and ran the launcher cleanup tool, then uninstalled the launcher completely. Then I rebooted, re-installed the launcher, installed the connector and it now works fine.
Ok, then there was interference with something else that was installed. I’m sorry you had to go through all of that. Might I ask what apps/connectors/etc. you installed from the Omniverse Launcher previously? That might help us to narrow down the cause of the problem. I really appreciate you going after it and continuing the dialog, thank you.
I had the old launcher prior to the security update in 09/2023, per your docs, I believe. I downloaded and installed the update, then updated my library. I had Audio2face, Blender, and the Unreal 5.2 connector installed. Me uninstalling everything using the launcher cleanup tool seems to have fixed everything.