Kit 107.x issue

Current version 0.25 doesn’t start under Kit 107.3.

`[1.734s] [ext: cesium.usd.plugins-0.7.0] startup
2394-08-06T10:35:56Z [1,674ms] [Error] [omni.ext.plugin] Could not load the dynamic library from d:/kit-app-template-107.x/_build/windows-x86_64/release/exts/cesium.usd.plugins/bin/CesiumUsdSchemas.dll. Error: The specified module could not be found.
 (note that this may be caused by a dependent library)
2394-08-06T10:35:56Z [1,687ms] [Error] [omni.ext._impl._internal] Failed to import python module cesium.usd.plugins from d:\kit-app-template-107.x\_build\windows-x86_64\release\exts\cesium.usd.plugins. Error: 
        Error in 'pxrInternal_v0_24__pxrReserved__::PlugPlugin::_Load' at line 261 in file C:\g\169973693\USD\pxr\base\plug\plugin.cpp : 'Failed to load plugin 'CesiumUsdSchemas': The specified module could not be found.
 in 'd:/kit-app-template-107.x/_build/windows-x86_64/release/exts/cesium.usd.plugins/bin/CesiumUsdSchemas.dll''. Traceback:
Traceback (most recent call last):
  File "d:\kit-app-template-107.x/_build/windows-x86_64/release/kit/kernel/py\omni\ext\_impl\_internal.py", line 196, in _custom_importer
    return _import_public(ext_module.path, ext_module.name, reload_enabled`

Hi @fis - We don’t officially support Kit 107 yet, but we’re working on it. See Update to kit-kernel@107 by lilleyse · Pull Request #746 · CesiumGS/cesium-omniverse · GitHub.

So if I build the current 107 branch it should start work?

Yes, it should work. Let us know in the pull request if you run into any issues.

Hi Sean, is there any timeline for when kit 107 will become fully supported? I am looking to run Cesium in Isaac Sim 5.1 which uses Kit 107.3.3

also interested in this

Hey all - we just published a release for Kit 107

The “Connect to Cesium ion” button doesn’t appear to work in this build.

@MattClementson - what error are you seeing? It seems to be working for me if I sign out and sign back in through the UI. I’m testing kit-app-template with the USD Composer template.

On initial click it opens Windows Explorer (not a browser). On subsequent click, I can see the UI flash briefly, but it vanishes. I’m also using the kit-app-template with the USD Composer template

Hm… could you try the workarounds suggested in this thread?

@sean_lilley I’ve tracked this down to our corporate proxy intercepting the SSL certificate. We’ve added the certificate to “.\exts\cesium.omniverse\certs\cacert.pem” and that has resolved our issue.