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

Program cannot be launched on Windows MSVCP140D.dll missing #23

Closed
claell opened this issue Jan 15, 2020 · 5 comments
Closed

Program cannot be launched on Windows MSVCP140D.dll missing #23

claell opened this issue Jan 15, 2020 · 5 comments
Assignees
Labels
fixed a bug that was fixed

Comments

@claell
Copy link

claell commented Jan 15, 2020

Since this seems to be a harder issue, I am creating a seperate one for this. The conversation from #21 can be moved here if that is possible.

@Forceflow
Copy link
Owner

Somewhere in the compilation process (maybe in trimesh2?) a VS debug DLL is added as a dependency. Will look into this.

Can you run the trimesh2 binaries without running into the same error? https://github.com/Forceflow/trimesh2/releases

@claell
Copy link
Author

claell commented Jan 16, 2020

Thanks for having a closer look.

I just tested the trimesh2 binaries, you linked. I executed all binaries in trimesh2\utils\win64 from the latest release without arguments from the command line. All binaries worked without any complain and printed the usage options on the command line.

@Forceflow
Copy link
Owner

Thanks for having a closer look.

I just tested the trimesh2 binaries, you linked. I executed all binaries in trimesh2\utils\win64 from the latest release without arguments from the command line. All binaries worked without any complain and printed the usage options on the command line.

Thanks, then I know the problem is in the cuda_voxelizer build process. Looking further into it this weekend.

@Forceflow
Copy link
Owner

Forceflow commented Jan 18, 2020

I think I fixed it by juggling some build parameters. Can you try the cuda_voxelizer.exe in this archive, @claell
cuda_voxelizer_v0.4.4c.zip

Dependency Walker now only lists these as dependencies (for the release version - debug version still needs the debug DLL's, of course)

dependency

@Forceflow Forceflow added fixed? A bug that is supposedly fixed, but needs further verification and removed bug labels Jan 18, 2020
@claell
Copy link
Author

claell commented Jan 20, 2020

Works for me now (also did some quick testing of the voxelization; the CPU fallback mode seems to work fine), so I am closing this. Thanks for fixing!

@claell claell closed this as completed Jan 20, 2020
@Forceflow Forceflow added fixed a bug that was fixed and removed fixed? A bug that is supposedly fixed, but needs further verification labels Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed a bug that was fixed
Projects
None yet
Development

No branches or pull requests

2 participants