-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error when processing DepthMap node[bug] #887
Comments
I am not sure yet, it could be an error with the snapshot build. For me, DepthMap terminates with "cudart64_92.dll missing". That is strange, as I tested this when I made the PR and it worked then... Did a previous snapshot work for you? |
I think I found the error. Somehow a few files are missing in the snapshot (compared to MR2019.2): CONCRT140.dll Now I need to figure out what went wrong. https://github.com/alicevision/AliceVision/blob/develop/appveyor.yml @EwoutH any idea what I missed? ... so checking the appveyor log I see: -- Did not find MOSEK header Some are not necessary, but some are. |
Has been fixed and will be merged soon. alicevision/AliceVision#776 |
Describe the bug
All the nodes in the project process just fine, but when I get to the DepthMap node, it gives an error like this one ( downgrade status on node "DepthMap_1(199)" from Status.SUBMITTED to Status.NONE):
To Reproduce
Steps to reproduce the behavior:
I need to use meshroom for a uni project, but all of a sudden this error appeared...
The text was updated successfully, but these errors were encountered: