aws-deadline / deadline-cloud-for-maya

AWS Deadline Cloud for Maya
Apache License 2.0
11 stars 10 forks source link

fix: catch import errors, link to libssl issue #134

Closed AWS-Samuel closed 4 months ago

AWS-Samuel commented 4 months ago

What was the problem/requirement? (What/Why)

The maya submitter was failing to load due to some missing links to libraries included in the maya installation. This was a bit troublesome to debug so we should provide a helpful error message so customers know what to do.

What was the solution? (How)

Move the deadline import so that we can catch it and warn properly.

What is the impact of this change?

Customers will have an idea of how to fix their setup in order to load the submitter

How was this change tested?

Tested on a RHEL 9 machine and observed the following message pop-up when trying loading the submitter plugin image

Did you run the "Job Bundle Output Tests"? If not, why not? If so, paste the test results here.

No, this does not change submission code.

Is this a breaking change?

No