arnold-usd icon indicating copy to clipboard operation
arnold-usd copied to clipboard

Crash on linux at startup in usdview

Open sebastienblor opened this issue 5 years ago • 5 comments

On linux, running usdview with the arnold render delegate crashes. The current workaround for this is to ld-preload the arnold library. So we need to run

LD_PRELOAD=/path_to_arnold/bin/libai.so usdview scene.usda

and this prevents the crashes

Core ticket: #8869

sebastienblor avatar Nov 20 '19 15:11 sebastienblor

This same issue also affects the procedural and Ndr discovery plugin.

nrusch avatar Jul 01 '22 21:07 nrusch

Issue synced internally to ARNOLD-13223