mcneel / compute.rhino3d

REST geometry server based on RhinoCommon and headless Rhino
Other
289 stars 184 forks source link

Error HRESULT E_FAIL has been returned from a call to a COM component #636

Open yashbabariya opened 9 months ago

yashbabariya commented 9 months ago

I created an AWS window 10 EC2 instance and I cloned rhino this repo and ran these two commands. docker build --pull --isolation process -t rhino-compute . docker run -p 8080:80 rhino-compute

But the docker image passes this error:- image

so, how to solve this error?

galer7 commented 8 months ago

I've gotten this error before when not providing the license. Do you think that would be the case in this scenario as well?

I see that the Dockerfile doesn't provide exact steps for setting it up.