Skip to content
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

[bug] Windows 10, cannot drop images from file system #840

Closed
mpizenberg opened this issue Mar 26, 2020 · 2 comments
Closed

[bug] Windows 10, cannot drop images from file system #840

mpizenberg opened this issue Mar 26, 2020 · 2 comments
Labels
bug for actual bugs (unsure? use type:question)

Comments

@mpizenberg
Copy link

The bug
Trying to drag and drop an image folder into meshroom triggers a missing VCOMP140.DLL error.

To Reproduce
Steps to reproduce the behavior:

  1. Use a fresh Windows 10 installation (nothing fancy, just microsoft office, firefox and chrome, no coding environment)
  2. Drag and drop an image folder into meshroom

Expected behavior
It should load the images into meshroom.

Screenshots
missing-dll
missing-dll-debug

Log

ERROR:root:Error while building intrinsics : Traceback (most recent call last):
  File "C:\Users\DEV\AppData\Local\Temp\meshroom\meshroom\ui\reconstruction.py", line 399, in buildIntrinsics
  File "C:\Users\DEV\AppData\Local\Temp\meshroom\meshroom\nodes\aliceVision\CameraInit.py", line 192, in buildIntrinsics
RuntimeError: CameraInit failed with error code 3221225781. Command was: "aliceVision_cameraInit  --sensorDatabase "C:\Users\unive\Downloads\Meshroom-2019.2.0\aliceVision\share\aliceVision\cameraSensors.db" --defaultFieldOfView 45.0 --groupCameraFallback folder --verboseLevel info --output "C:/Users/unive/AppData/Local/Temp/tmp5ufk2uqh/CameraInit/c448939571d5c70b05c9ae4ad416ada37d6273ca/cameraInit.sfm" --allowSingleView 1  --input "C:\Users\unive\AppData\Local\Temp\tmp5ufk2uqh/CameraInit/c448939571d5c70b05c9ae4ad416ada37d6273ca//viewpoints.sfm""

Desktop (please complete the following and other pertinent information):

  • OS: windows 10
  • Python version ?
  • Qt/PySide version ?
  • Meshroom version:
    • Binary version 2019.2.0
@mpizenberg mpizenberg added the bug for actual bugs (unsure? use type:question) label Mar 26, 2020
@simogasp
Copy link
Member

You might need to install Microsoft Visual C++ Redistributable Package

See point 3 here https://meshroom-manual.readthedocs.io/en/latest/install/windows/windows.html

@mpizenberg
Copy link
Author

Great it solved the issue indeed!
It might be better to give a link to the install guide instead of just the executable on meshroom home page (https://alicevision.org/#meshroom) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug for actual bugs (unsure? use type:question)
Projects
None yet
Development

No branches or pull requests

2 participants