-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault rendering USD Moana Island #163
Comments
I spent some time investigating the issue, and here's what
It appears that a null pointer is being dereferenced:
Below is the backtrace leading up to this point:
This build was made using the openmoonray-1.5.0.0 tag. There's an assertion just before the dereferencing here that appears to have been commented out in this build. If the assertion were active, it likely would have failed and aborted the program, suggesting that something unexpected is happening in the scene. Do you have any recommendations for successfully rendering this scene, aside from hiding the |
Hi there,
Most likely, there is something wrong on my side, but I am getting a segmentation fault through the Hydra render delegate path while trying to render the Moana Island scene.
Is this a known issue ?
The text was updated successfully, but these errors were encountered: