Skip to content

Problem for installation on Windows #7420

@Gabar-el

Description

@Gabar-el

Checklist

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions