From @nyue on Discord:
I have houdini 19.5.303 (py 3.9), I git clone the iograft houdini repo. I can start iograft_ui but it fails to load any of the standard nodes that is shipped with iograft Truncated log (too big to include in discord)
[2022-09-11 22:44:31.106] [info] Loaded plugin successfully: '/opt/iograft/nodes/create_temp_dir.py'.
[2022-09-11 22:44:34.959] [info] Launching subcore process for environment: 'hython'.
[2022-09-11 22:44:37.955] [info] Initializing iograft. (Version: 1.3.1)
[2022-09-11 22:44:37.956] [error] Failed to expand variables in environment settings for environment: hython. Leaving settings unexpanded.
[2022-09-11 22:44:37.956] [error] Failed to expand variables in environment settings for appended environments for environment: hython. Leaving settings unexpanded.
[2022-09-11 22:44:37.961] [info] Shutting down subcore process for environment: 'hython'.
[2022-09-11 22:44:39.963] [info] Subcore process for environment: 'hython' has terminated.
[2022-09-11 22:44:39.963] [info] Retrieved 0 types from subcore for environment: 'hython'
[2022-09-11 22:44:39.963] [info] Retrieved 0 nodes from subcore for environment: 'hython'
BTW which version of Houdini/python did you find working for you. Let me try with that combination so I may be able to narrow down things further to assist in your bug isolation.
Thanks for checking on that, Nicholas! I will be digging in a little more into this error tonight.
I squeezed in a small update to version 1.3.2 that went out today that provides a little more context to the error if you have a chance to update and re-run the hython environment.
I’m thinking the error you are seeing is not the root cause of the nodes not loading though, so I am still planning to get you a new ioghoudini_subcore to collect some additional info.
Hey Nicholas,
Wanted to give you a quick update on this. I was able to track down the source of this error.
It turns out we got a little ahead of ourselves and are building the iograft libraries on Ubuntu with the “new” C++ ABI (_GLIBCXX_USE_CXX11_ABI=1). This conflicts with what Houdini provides resulting in the errors you are seeing. This is only an issue on Ubuntu.
In general, our goal has been to match the VFX Reference Platform, so in the next release we will match the “old” C++ ABI which should resolve the errors you are seeing in Houdini on Ubuntu.
Starting next year, the VFX Reference Platform switches to the new C++ ABI at which point we will update iograft’s default to match, but will most likely also continue to include iograft libraries to support the old ABI at least for 2023.