Open BrianHanke opened 1 year ago
Does MoonRay remain in the list of renderers? (a link error will cause it to be removed) Do any messages appear in the terminal or the viewport messages after selecting MoonRay?
@rgwilson68 Yes, it remains in the list.
I did some more troubleshooting and I can confirm that MoonRay standalone is working 100%, including XPU.
I juggled around some environment variables trying to narrow down the problem with Houdini and I finally was able to get this in the console after trying to launch a MR render in Solaris. Any ideas how to fix? I also attached a pic showing my houdini.env and .bashrc and what it looks like after selecting a MR render (empty viewport with just object manipulators).
Traceback (most recent call last):
File "/opt/hfs19.5.534/python/lib/python3.9/site-packages-forced/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
ModuleNotFoundError: No module named 'pxr.MoonrayShaderParser'
Traceback (most recent call last):
File "/opt/hfs19.5.534/python/lib/python3.9/site-packages-forced/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
ModuleNotFoundError: No module named 'pxr.MoonrayShaderDiscovery'
@BrianHanke There might be a few reasons why python isn't pickup your env variables. How are you running houdini? Are you sure that everything is making its way to the PYTHONPATH in houdini ?
Can you run a hython
shell and print the sys.path
that you get in that session ? And do the same from a python shell in a normal houdini UI session ?
MoonrayShaderParser and MoonrayShaderDiscovery are plugins that don't have Python modules. I've seen usdview issue a warning about them, but I haven"t seen this cause an error in Houdini before. I don't know if this error is causing the empty render, or if it's something else. You could try creating empty Python modules for them (under pxr) and adding these to PYTHONPATH : that should get rid of the module load error at least.
Thanks @vvzen and @rgwilson68, I rebuilt MoonRay with Python 3.9.0 on the off chance that was the problem. Build successful and warning gone, but still no render. Attached is a video showing what's happening. There are no errors or warnings in the terminal or the Houdini viewport.
sys.path gives the following, both in hython and in the Houdini GUI:
['/opt/hfs19.5.534/bin', '/opt/hfs19.5.534/bin', '/opt/hfs19.5.534/python/lib/python3.9/site-packages-ui-forced', '/opt/hfs19.5.534/python/lib/python3.9/site-packages-forced', '', '/opt/hfs19.5.534/python/lib/python39.zip', '/opt/hfs19.5.534/python/lib/python3.9', '/opt/hfs19.5.534/python/lib/python3.9/lib-dynload', '/opt/hfs19.5.534/python/lib/python3.9/site-packages', '/installs/openmoonray/plugin/houdini/python3.9libs', '/opt/hfs19.5.534/packages/kinefx/python3.9libs', '/opt/hfs19.5.534/houdini/python3.9libs', '/opt/hfs19.5.534/packages/kinefx/viewer_states', '/opt/hfs19.5.534/houdini/viewer_states', '/opt/hfs19.5.534/packages/kinefx/viewer_handles', '/opt/hfs19.5.534/houdini/viewer_handles', '/opt/hfs19.5.534/python/lib/python3.9/site-packages']
Hmm... Are you able to bring up the render settings for MoonRay when it is selected? (You should see 'debug mode', 'restart', 'reload textures' etc...)
@rgwilson68 Where are those options located?
Right side of the solaris view, near the bottom : it looks like an eye and has tooltip 'Open display options...'
Ah yep, that's there, lists all options for MoonRay.
If the options are listed, that suggests that the plugin is loaded and running, but not producing a render for some reason. Can you try turning on 'debug mode'? - if nothing happens immediately, try switching away from moonray and back again...
It def appears to be running. The little pencil icon is active, showing rendering is happening.
If there is geometry in the scene Debug mode causes a segmentation fault. It does not if there's no geo. Here's the crash log:
Crash report from brian; Houdini FX Version 19.5.534 [linux-x86_64-gcc9.3] Uptime 123 seconds Thu Mar 23 19:51:38 2023 Caught signal 11
Traceback from 4576 ThreadId=0x7f325cbff700
AP_Interface::si_CrashHandler::handledSignal(UTsignalHandlerArg)
Traceback from 4576 ThreadId=0x7f328e242f40
AP_Interface::coreDumpChaser(UTsignalHandlerArg)
adds joke on Rust and memory safe languages
Jokes aside, I’m curious to know more myself since I wanted to try Moonray on Houdini! If you could make a MRE and attach a simple scene so that maybe someone else could try to reproduce it?
I suppose I could, but it's essentially 1) Load Houdini Solaris 2) Enable MoonRay 3) Doesn't work. :P
I haven't heard of a single person getting Open MoonRay working in Houdini, so I'm wondering if there's a bug somewhere. This seems unnecessarily complicated. The actual standalone renderer is working fine and everything is there in Houdini. Just no rendering...
Here's another clue. I tried rendering a simple scene to MPlay with MoonRay. (The scene works in Karma/MPlay.) Got this in the console:
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DEBUG_REGISTRY'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DISCOVERY_TERSE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DISCOVERY_DETAILED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DLOPEN'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DLCLOSE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_SCRIPT_MODULE_LOADER'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_TYPE_REGISTRY'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_ATTACH_DEBUGGER_ON_ERROR'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_ATTACH_DEBUGGER_ON_FATAL_ERROR'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_ATTACH_DEBUGGER_ON_WARNING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_LOG_STACK_TRACE_ON_ERROR'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_LOG_STACK_TRACE_ON_WARNING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_ERROR_MARK_TRACKING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_PRINT_ALL_POSTED_ERRORS_TO_STDERR'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PLUG_LOAD'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PLUG_REGISTRATION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PLUG_LOAD_IN_SECONDARY_THREAD'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PLUG_INFO_SEARCH'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'AR_RESOLVER_INIT'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_LAYER'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_CHANGES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_ASSET'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_ASSET_TRACE_INVALID_CONTEXT'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_FILE_FORMAT'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_DISCOVERY'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_PARSING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_INFO'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_STATS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_DEBUG'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDR_TYPE_CONFORMANCE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
Traceback (most recent call last):
File "/opt/hfs19.5.534/python/lib/python3.9/site-packages-forced/shiboken2/files.dir/shibokensupport/feature.py", line 142, in _import
return original_import(name, *args, *kwargs)
ModuleNotFoundError: No module named 'pxr.MoonrayShaderParser'
Traceback (most recent call last):
File "/opt/hfs19.5.534/python/lib/python3.9/site-packages-forced/shiboken2/files.dir/shibokensupport/feature.py", line 142, in _import
return original_import(name, args, **kwargs)
ModuleNotFoundError: No module named 'pxr.MoonrayShaderDiscovery'
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DEBUG_REGISTRY'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DEBUG_REGISTRY'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DISCOVERY_TERSE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DISCOVERY_TERSE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DISCOVERY_DETAILED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DISCOVERY_DETAILED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DLOPEN'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DLOPEN'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DLCLOSE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_DLCLOSE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_SCRIPT_MODULE_LOADER'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_SCRIPT_MODULE_LOADER'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_TYPE_REGISTRY'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_TYPE_REGISTRY'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_ATTACH_DEBUGGER_ON_ERROR'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_ATTACH_DEBUGGER_ON_ERROR'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_ATTACH_DEBUGGER_ON_FATAL_ERROR'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_ATTACH_DEBUGGER_ON_FATAL_ERROR'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_ATTACH_DEBUGGER_ON_WARNING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_ATTACH_DEBUGGER_ON_WARNING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_LOG_STACK_TRACE_ON_ERROR'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_LOG_STACK_TRACE_ON_ERROR'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_LOG_STACK_TRACE_ON_WARNING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_LOG_STACK_TRACE_ON_WARNING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_ERROR_MARK_TRACKING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_ERROR_MARK_TRACKING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_PRINT_ALL_POSTED_ERRORS_TO_STDERR'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'TF_PRINT_ALL_POSTED_ERRORS_TO_STDERR'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PLUG_LOAD'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PLUG_LOAD'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PLUG_REGISTRATION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PLUG_REGISTRATION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PLUG_LOAD_IN_SECONDARY_THREAD'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PLUG_LOAD_IN_SECONDARY_THREAD'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PLUG_INFO_SEARCH'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PLUG_INFO_SEARCH'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'AR_RESOLVER_INIT'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'AR_RESOLVER_INIT'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_LAYER'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_LAYER'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_CHANGES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_CHANGES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_ASSET'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_ASSET'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_ASSET_TRACE_INVALID_CONTEXT'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_ASSET_TRACE_INVALID_CONTEXT'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_FILE_FORMAT'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDF_FILE_FORMAT'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PCP_CHANGES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PCP_CHANGES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PCP_DEPENDENCIES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PCP_DEPENDENCIES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PCP_PRIM_INDEX'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PCP_PRIM_INDEX'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PCP_PRIM_INDEX_GRAPHS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PCP_PRIM_INDEX_GRAPHS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PCP_NAMESPACE_EDIT'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'PCP_NAMESPACE_EDIT'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_AUTO_APPLY_API_SCHEMAS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_AUTO_APPLY_API_SCHEMAS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_CHANGES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_CHANGES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_CLIPS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_CLIPS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_COMPOSITION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_COMPOSITION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_DATA_BD'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_DATA_BD'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_DATA_BD_TRY'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_DATA_BD_TRY'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_INSTANCING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_INSTANCING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_PATH_RESOLUTION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_PATH_RESOLUTION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_PAYLOADS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_PAYLOADS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_PRIM_LIFETIMES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_PRIM_LIFETIMES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_SCHEMA_REGISTRATION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_SCHEMA_REGISTRATION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_STAGE_CACHE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_STAGE_CACHE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_STAGE_LIFETIMES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_STAGE_LIFETIMES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_STAGE_OPEN'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_STAGE_OPEN'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_STAGE_INSTANTIATION_TIME'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_STAGE_INSTANTIATION_TIME'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_VALIDATE_VARIABILITY'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_VALIDATE_VARIABILITY'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_VALUE_RESOLUTION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USD_VALUE_RESOLUTION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDGEOM_EXTENT'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDGEOM_EXTENT'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDGEOM_BBOX'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDGEOM_BBOX'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_DISCOVERY'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_DISCOVERY'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_PARSING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_PARSING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_INFO'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_INFO'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_STATS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_STATS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_DEBUG'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'NDR_DEBUG'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDR_TYPE_CONFORMANCE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'SDR_TYPE_CONFORMANCE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_BPRIM_ADDED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_BPRIM_ADDED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_BPRIM_REMOVED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_BPRIM_REMOVED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_BUFFER_ARRAY_INFO'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_BUFFER_ARRAY_INFO'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_BUFFER_ARRAY_RANGE_CLEANED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_BUFFER_ARRAY_RANGE_CLEANED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_CACHE_HITS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_CACHE_HITS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_CACHE_MISSES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_CACHE_MISSES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_COUNTER_CHANGED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_COUNTER_CHANGED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_DIRTY_ALL_COLLECTIONS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_DIRTY_ALL_COLLECTIONS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_DIRTY_LIST'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_DIRTY_LIST'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_DISABLE_MULTITHREADED_RPRIM_SYNC'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_DISABLE_MULTITHREADED_RPRIM_SYNC'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_DRAWITEMS_CULLED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_DRAWITEMS_CULLED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_ENGINE_PHASE_INFO'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_ENGINE_PHASE_INFO'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_EXT_COMPUTATION_ADDED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_EXT_COMPUTATION_ADDED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_EXT_COMPUTATION_REMOVED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_EXT_COMPUTATION_REMOVED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_EXT_COMPUTATION_UPDATED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_EXT_COMPUTATION_UPDATED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_EXT_COMPUTATION_EXECUTION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_EXT_COMPUTATION_EXECUTION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_FREEZE_CULL_FRUSTUM'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_FREEZE_CULL_FRUSTUM'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_INSTANCER_ADDED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_INSTANCER_ADDED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_INSTANCER_CLEANED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_INSTANCER_CLEANED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_INSTANCER_REMOVED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_INSTANCER_REMOVED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_INSTANCER_UPDATED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_INSTANCER_UPDATED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_RENDER_SETTINGS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_RENDER_SETTINGS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_RPRIM_ADDED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_RPRIM_ADDED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_RPRIM_CLEANED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_RPRIM_CLEANED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_RPRIM_REMOVED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_RPRIM_REMOVED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_RPRIM_UPDATED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_RPRIM_UPDATED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_SAFE_MODE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_SAFE_MODE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_SELECTION_UPDATE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_SELECTION_UPDATE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_SHARED_EXT_COMPUTATION_DATA'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_SHARED_EXT_COMPUTATION_DATA'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_SPRIM_ADDED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_SPRIM_ADDED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_SPRIM_REMOVED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_SPRIM_REMOVED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_SYNC_ALL'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_SYNC_ALL'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_TASK_ADDED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_TASK_ADDED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_TASK_REMOVED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_TASK_REMOVED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_VARYING_STATE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:05] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'HD_VARYING_STATE'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_CHANGES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:06] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_CHANGES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_COLLECTIONS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:06] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_COLLECTIONS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_COMPUTATIONS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:06] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_COMPUTATIONS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_COORDSYS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:06] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_COORDSYS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_INSTANCER'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:06] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_INSTANCER'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_PLUGINS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:06] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_PLUGINS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_POINT_INSTANCER_PROTO_CREATED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:06] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_POINT_INSTANCER_PROTO_CREATED'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_POINT_INSTANCER_PROTO_CULLING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:06] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_POINT_INSTANCER_PROTO_CULLING'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_POPULATION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:06] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_POPULATION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_SELECTION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:06] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_SELECTION'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_SHADERS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:06] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_SHADERS'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_TEXTURES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:06] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_TEXTURES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
"[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_UPDATES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration."
[20:18:06] USD Fatal Error[TF_DEBUG_ENVIRONMENT_SYMBOL] multiple debug symbol definitions for 'USDIMAGING_UPDATES'. This is usually due to software misconfiguration, such as multiple versions of the same shared library loaded simultaneously in the process. Please check your build configuration.
terminate called after throwing an instance of 'arras4::client::DefinitionLoadError'
what(): Couldn't find definition file for 'hd_single' in search path
6635: (sent by pid 6635)
-- TRACEBACK BEGIN --
Traceback from karma 19.5.534 (Compiled on linux-x86_64-gcc9.3):
stackTrace(UTsignalHandlerArg)
@BrianHanke When you build MoonRay with Python3.9, Do you have MoonrayShaderParser and MoonrayShaderDiscovery Python modules? or There are no Python module for them but just warning messages gone?
Please ignore my above message. https://github.com/dreamworksanimation/openmoonray/discussions/64#discussioncomment-5439592 MoonrayShaderParser and MoonrayShaderDiscovery does not have Python modules.
I have the same error problem, is there a solution? No rendering,but moonray appears in the rendering list.
@BrianHanke I have the same error problem. what is the solution? thanks
Traceback (most recent call last): File "/opt/hfs19.5.534/python/lib/python3.9/site-packages-forced/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) ModuleNotFoundError: No module named 'pxr.MoonrayShaderParser' Traceback (most recent call last): File "/opt/hfs19.5.534/python/lib/python3.9/site-packages-forced/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) ModuleNotFoundError: No module named 'pxr.MoonrayShaderDiscovery'
@solomon-s2020 For me the solution was to build MoonRay using the Houdini USD libraries. A standard MoonRay build using the official build guide won't work in Houdini.
I've got everything set up according to the instructions in the docs. All the MoonRay nodes and parameters are showing up in Houdini and MoonRay is listed in the choice of renderers. But, when I select it, the viewport goes blank and there is no rendering happening. Right now I have HOUDINI_PATH pointing to MoonRay in
houdini.env
and all the other MoonRay variables (PXR_PLUGINPATH, etc) are in.bashrc
.