-
Notifications
You must be signed in to change notification settings - Fork 43
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
Handle CPU incompatibility crashes better #466
Comments
What kind of compatibility do you have in mind? |
I tried to run it on a cpu without SSE 4.1 instructions (mostly because there are no system requirements anywhere in any of the pages I could find). On the standalone engine, it shows an incompatibility error. On Blender, attempting to render just crashes Blender, when the ideal behavior could be simply showing an error or not rendering, etc. |
Hi @BrunoDSL, thanks for your feedback. We will add system requirements on the download page. We will also investigate whether we can gracefully abort and report an error if one of the requirement isn't met. |
Tracking tickets: |
Currently, the add-on consistently brings Blender down with it when an incompatibility is detected and it shouldn't do that.
The text was updated successfully, but these errors were encountered: