isl-org / isl-org/Open3D

Problem for installation on Windows

Open
#7,420 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
14k
Forks
2.6k
Avg merge
5d 18h
Merged PRs (30d)
6

Description

### Checklist

- [x] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [x] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip).
- [x] I have checked the [release documentation](https://www.open3d.org/docs/release/) and the [latest documentation](https://www.open3d.org/docs/latest/) (for `main` branch).

### Steps to reproduce the issue

I don't need Python yet

#### I first cloned Open3D by:
```
git clone https://github.com/isl-org/Open3D.git
cd Open3D
```

#### Then, I build Open3D (on Windows 10 Pro, build 19045.6466) with:
```
mkdir build
cd build

cmake .. build-vs2022-x64 -G "Visual Studio 17 2022" -A x64 -DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_INSTALL_PREFIX=C:\open3d_install_release -DBUILD_SHARED_LIBS=ON -DSTATIC_WINDOWS_RUNTIME=OFF -DBUILD_GUI=ON -DWITH_OPENMP=ON -DBUILD_WEBRTC=OFF -DBUILD_JUPYTER_EXTENSION=OFF -DBUILD_PYTHON_MODULE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_UNIT_TESTS=OFF

Build (INSTALL_PREFIX=C:\open3d_install_release)
cmake --build . --config Release --target INSTALL

cd Release
and run: Open3DHelloWorld.exe

And I got 0x0000142 error!

Please help.

file with logs

[deps.json](https://github.com/user-attachments/files/24920293/deps.json)

### Error message

```shell
1)
open3d_helloworld\build\Release>dumpbin /dependents Open3DHelloWorld.exe
Microsoft (R) COFF/PE Dumper Version 14.44.35214.0
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file Open3DHelloWorld.exe
File Type: EXECUTABLE IMAGE
Image has the following dependencies:
Open3D.dll
MSVCP140.dll
VCRUNTIME140.dll
VCRUNTIME140_1.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll
api-ms-win-crt-math-l1-1-0.dll
api-ms-win-crt-string-l1-1-0.dll
api-ms-win-crt-stdio-l1-1-0.dll
api-ms-win-crt-locale-l1-1-0.dll
KERNEL32.dll

open3d_helloworld\build\Release>dumpbin /dependents Open3D.dll
Microsoft (R) COFF/PE Dumper Version 14.44.35214.0
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file Open3D.dll
File Type: DLL
Image has the following dependencies:
tbb12.dll
GDI32.dll
OPENGL32.dll
KERNEL32.dll
USER32.dll
SHELL32.dll
ole32.dll
COMDLG32.dll
ADVAPI32.dll
MSVCP140.dll
VCOMP140.DLL
CRYPT32.dll
IMM32.dll
VCRUNTIME140.dll
VCRUNTIME140_1.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-math-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll
api-ms-win-crt-locale-l1-1-0.dll
api-ms-win-crt-string-l1-1-0.dll
api-ms-win-crt-convert-l1-1-0.dll
api-ms-win-crt-stdio-l1-1-0.dll
api-ms-win-crt-environment-l1-1-0.dll
api-ms-win-crt-filesystem-l1-1-0.dll
api-ms-win-crt-time-l1-1-0.dll
api-ms-win-crt-utility-l1-1-0.dll
api-ms-win-crt-multibyte-l1-1-0.dll
```

### Open3D, Python and System information

```markdown
Windows 11 Pro
GPU
AMD Radeon (TM) R9 390 Series
Primary/Discrete

CPU
Intel(R) Core(TM) i7 CPU 950
@ 3.07GHz 4 Cores
RAM 24 GB
```

### Additional information

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.