zenustech / zenoblend

Zeno Blender Addon (WIP)
Mozilla Public License 2.0
37 stars 5 forks source link

PrimitiveToSDF Not showing up #19

Open Geramy opened 2 years ago

Geramy commented 2 years ago

Hi, using the latest zeno and zenoblend there is no option for PrimitiveToSDF or MeshToSDF or any of the MeshToSDF.cpp nodes. I notice they are not using ZENDEFNODE instead they are using the like "zeno::defNodeClass"

archibate commented 2 years ago

The ZENODEFNODE doesn't mater. PrimitiveSDF needs -DEXTENSION_zenvdb:BOOL=ON in CMake argument, just like FastFLIP nodes need the -DEXTENSION_FastFLIP:BOOL=ON argument.

无法顺畅的大口呼吸,是活着的最好证明

---Original--- From: @.> Date: Mon, Mar 28, 2022 13:57 PM To: @.>; Cc: @.***>; Subject: [zenustech/zenoblend] PrimitiveToSDF Not showing up (Issue #19)

Hi, using the latest zeno and zenoblend there is no option for PrimitiveToSDF or MeshToSDF or any of the MeshToSDF.cpp nodes. I notice they are not using ZENDEFNODE instead they are using the like "zeno::defNodeClass"

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Geramy commented 2 years ago

The ZENODEFNODE doesn't mater. PrimitiveSDF needs -DEXTENSION_zenvdb:BOOL=ON in CMake argument, just like FastFLIP nodes need the -DEXTENSION_FastFLIP:BOOL=ON argument. 无法顺畅的大口呼吸,是活着的最好证明 ---Original--- From: @.> Date: Mon, Mar 28, 2022 13:57 PM To: @.>; Cc: @.>; Subject: [zenustech/zenoblend] PrimitiveToSDF Not showing up (Issue #19) Hi, using the latest zeno and zenoblend there is no option for PrimitiveToSDF or MeshToSDF or any of the MeshToSDF.cpp nodes. I notice they are not using ZENDEFNODE instead they are using the like "zeno::defNodeClass" — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

I am using the following command to build it. python build.py --with-openvdb --with-cuda --with-bullet --with-cgal

This command includes the following: if ap.with_openvdb: args.extend([ '-DZENOFX_ENABLE_OPENVDB:BOOL=ON', '-DEXTENSION_oldzenbase:BOOL=ON', '-DEXTENSION_ZenoFX:BOOL=ON', '-DEXTENSION_FastFLIP:BOOL=ON', '-DEXTENSION_FLIPtools:BOOL=ON', '-DEXTENSION_zenvdb:BOOL=ON', ]) I have the zeno_zenvdb.dll file in the bin, it is the following size: 3,105KB

Geramy commented 2 years ago

It looks like the node category openvdb is completely missing, why would this be?

archibate commented 2 years ago

Could you open the Blender console and see if there is and error? The zenvdb.dll might failed to load.

无法顺畅的大口呼吸,是活着的最好证明

---Original--- From: @.> Date: Mon, Mar 28, 2022 14:16 PM To: @.>; Cc: @.**@.>; Subject: Re: [zenustech/zenoblend] PrimitiveToSDF Not showing up (Issue #19)

It looks like the node category openvdb is completely missing, why would this be?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Geramy commented 2 years ago

build_log_1.txt build_log_2.txt Blender_log_1.txt Here are my various logs. @archibate

archibate commented 2 years ago

Seems both fastflip and zenvdb has failed to load. Is there a file named 'openvdb.dll' in that folder? The cuda parts has known issue on win @.*** is working on fix it). May also try disable taichi_elements in afraid of its side-effect.

无法顺畅的大口呼吸,是活着的最好证明

---Original--- From: @.> Date: Mon, Mar 28, 2022 14:30 PM To: @.>; Cc: @.**@.>; Subject: Re: [zenustech/zenoblend] PrimitiveToSDF Not showing up (Issue #19)

build_log_1.txt build_log_2.txt Blender_log_1.txt Here are my various logs.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Geramy commented 2 years ago

@archibate here is what I have in my folders. image

Geramy commented 2 years ago

@archibate I have disabled taichi but still same problem.

[FAILED] [zeno_FastFLIP.dll] Traceback (most recent call last): File "C:\Users\geramy.loveless\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\zenoblend\dll.py", line 45, in loadAutoloads ctypes.cdll.LoadLibrary(path) File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\ctypes__init.py", line 452, in LoadLibrary return self._dlltype(name) File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\ctypes__init.py", line 374, in init self._handle = _dlopen(self._name, mode) OSError: [WinError 127] The specified procedure could not be found [ ] [zeno_mpm.dll] [FAILED] [zeno_mpm.dll] Traceback (most recent call last): File "C:\Users\geramy.loveless\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\zenoblend\dll.py", line 45, in loadAutoloads ctypes.cdll.LoadLibrary(path) File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\ctypes__init.py", line 452, in LoadLibrary return self._dlltype(name) File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\ctypes__init.py", line 374, in init self._handle = _dlopen(self._name, mode) OSError: [WinError 127] The specified procedure could not be found [ ] [zeno_ZenoFX.dll] [FAILED] [zeno_ZenoFX.dll] Traceback (most recent call last): File "C:\Users\geramy.loveless\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\zenoblend\dll.py", line 45, in loadAutoloads ctypes.cdll.LoadLibrary(path) File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\ctypes__init__.py", line 452, in LoadLibrary return self._dlltype(name) File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\ctypes__init.py", line 374, in init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 127] The specified procedure could not be found [ ] [zeno_zenvdb.dll] [FAILED] [zeno_zenvdb.dll] Traceback (most recent call last): File "C:\Users\geramy.loveless\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\zenoblend\dll.py", line 45, in loadAutoloads ctypes.cdll.LoadLibrary(path) File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\ctypes\init__.py", line 452, in LoadLibrary return self._dlltype(name) File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\ctypes\init.py", line 374, in init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 127] The specified procedure could not be found [ ] [zeno_zsfft.dll] [FAILED] [zeno_zsfft.dll] Traceback (most recent call last): File "C:\Users\geramy.loveless\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\zenoblend\dll.py", line 45, in loadAutoloads ctypes.cdll.LoadLibrary(path) File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\ctypes\init__.py", line 452, in LoadLibrary return self._dlltype(name) File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\ctypes\init.py", line 374, in init__ self._handle = _dlopen(self._name, mode) FileNotFoundError: Could not find module 'zeno_zsfft.dll' (or one of its dependencies). Try using the full path with constructor syntax. Read blend: C:\Users\geramy.loveless\Documents\beach_scene.blend Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\taichi_elements\nodes\base.py", line 195, in update if not node_id in socket_nodes: TypeError: argument of type 'NoneType' is not iterable

location: :-1 updating by node edit updating by node edit updating by node edit updating by node edit updating by node edit updating by node edit updating by node edit updating by node edit updating by node edit updating by node edit updating by node edit updating by node edit blenderkit updater: Running background check for update blenderkit addon: Starting background checking thread blenderkit addon: Checking for update now in background blenderkit addon: Checking for update function blenderkit addon: Read in JSON settings from file blenderkit addon: Determined it's not yet time to check for updates blenderkit addon: Aborting check for updated, check interval not reached blenderkit addon: Finished check update, doing callback blenderkit addon: Running background update callback blenderkit addon: BG thread: Finished check update, no callback [23:34:34] delete_scene WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '-1' matches no enum in 'SpaceNodeEditor', '(null)', 'tree_type' WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '-1' matches no enum in 'SpaceNodeEditor', '(null)', 'tree_type' WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '-1' matches no enum in 'SpaceNodeEditor', '(null)', 'tree_type' WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '-1' matches no enum in 'SpaceNodeEditor', '(null)', 'tree_type' WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '-1' matches no enum in 'SpaceNodeEditor', '(null)', 'tree_type' WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '-1' matches no enum in 'SpaceNodeEditor', '(null)', 'tree_type' WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '-1' matches no enum in 'SpaceNodeEditor', '(null)', 'tree_type' WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '-1' matches no enum in 'SpaceNodeEditor', '(null)', 'tree_type' WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '-1' matches no enum in 'SpaceNodeEditor', '(null)', 'tree_type' WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '-1' matches no enum in 'SpaceNodeEditor', '(null)', 'tree_type' WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '-1' matches no enum in 'SpaceNodeEditor', '(null)', 'tree_type' WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '-1' matches no enum in 'SpaceNodeEditor', '(null)', 'tree_type' WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '-1' matches no enum in 'SpaceNodeEditor', '(null)', 'tree_type' WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '-1' matches no enum in 'SpaceNodeEditor', '(null)', 'tree_type'

Geramy commented 2 years ago

@archibate maybe it could be because I installed openvdb from the vcpkg but I presume it shouldn’t matter because it would have built your code using the openvdb from vcpkg if there was incompatibility it would have failed to build. Also I installed the latest cuda v10 I had to modify the cmake to detect the cuda version properly for it to build too. I’m not sure which files I’m missing in sure you will know. I am missing objdump and libdwarf but it builds anyways and they are not required.

Geramy commented 2 years ago

Maybe I am missing cuda dll files?

archibate commented 2 years ago

gmpm needs cuda 11 according to @littlemine.

无法顺畅的大口呼吸,是活着的最好证明

---Original--- From: @.> Date: Mon, Mar 28, 2022 14:51 PM To: @.>; Cc: @.**@.>; Subject: Re: [zenustech/zenoblend] PrimitiveToSDF Not showing up (Issue #19)

@archibate maybe it could be because I installed openvdb from the vcpkg but I presume it shouldn’t matter because it would have built your code using the openvdb from vcpkg if there was incompatibility it would have failed to build. Also I installed the latest cuda v10 I had to modify the cmake to detect the cuda version properly for it to build too. I’m not sure which files I’m missing in sure you will know. I am missing objdump and libdwarf but it builds anyways and they are not required.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

littlemine commented 2 years ago

@archibate maybe it could be because I installed openvdb from the vcpkg but I presume it shouldn’t matter because it would have built your code using the openvdb from vcpkg if there was incompatibility it would have failed to build. Also I installed the latest cuda v10 I had to modify the cmake to detect the cuda version properly for it to build too. I’m not sure which files I’m missing in sure you will know. I am missing objdump and libdwarf but it builds anyways and they are not required.

Currently we require cuda 11.3+ to build the cuda-related modules to access latest utilities including "cudaMallocAsync" (https://developer.nvidia.com/blog/enhancing-memory-allocation-with-new-cuda-11-2-features/), "cuGetProcAddress" (https://developer.nvidia.com/blog/exploring-the-new-features-of-cuda-11-3/), etc. In general, we encourage users and developers to use the latest CUDA version.

littlemine commented 2 years ago

Maybe I am missing cuda dll files?

When successfully build zeno with cuda but fails to load the dlls (reporting some dependencies missing), certain dlls from the CUDA toolkit need to be manually copied to folder zeno/zenqt/bin

Geramy commented 2 years ago

@archibate maybe it could be because I installed openvdb from the vcpkg but I presume it shouldn’t matter because it would have built your code using the openvdb from vcpkg if there was incompatibility it would have failed to build. Also I installed the latest cuda v10 I had to modify the cmake to detect the cuda version properly for it to build too. I’m not sure which files I’m missing in sure you will know. I am missing objdump and libdwarf but it builds anyways and they are not required.

Currently we require cuda 11.3+ to build the cuda-related modules to access latest utilities including "cudaMallocAsync" (https://developer.nvidia.com/blog/enhancing-memory-allocation-with-new-cuda-11-2-features/), "cuGetProcAddress" (https://developer.nvidia.com/blog/exploring-the-new-features-of-cuda-11-3/), etc. In general, we encourage users and developers to use the latest CUDA version.

I am on 11.6 what DLLs do I need to copy?

Geramy commented 2 years ago

@littlemine the only missing dll I could find was using dumpbin and it was nvcuda, I found it inside my WoW64 but I still am getting problems, the same failed errors happen, is there a way to get a more detailed report of what makes the DLL fail to load?

Geramy commented 2 years ago

I tracked down the required libraries I have all of them in the bin folder but its still a no go. image

Geramy commented 2 years ago

I will be doing one last rebuild, I added the path manually for the openvdb the one you guys have provided with zeno library. Once the compile is done I will let you know if it works. I seem to have narrowed it down to any dll using openvdb is not working. So I believe its related to openvdb. I will let you know. Would you guys be able to run a compile for Windows Blender 3.1? using its python?

Geramy commented 2 years ago

@archibate is it okay that i'm using openvdb 9.0 from vcpkg?

littlemine commented 2 years ago

@archibate is it okay that i'm using openvdb 9.0 from vcpkg?

I recently used this version for windows build, and openvdb 9.0 should be fine.

Geramy commented 2 years ago

@littlemine im using a newer GitHub version of Microsoft’s dependency checker if I view the Zeno db module and look at its dependencies I see Zeno checksum as incorrect. Other than that I cannot figure out why these dll files are not loading, any ideas or suggestions? Would you be able to do a blender 3.1 build?

archibate commented 2 years ago

In fact, the Blender 3.0 build we released on GitHub also doesn't have zenvdb FastFLIP because of the difficulty to set openvdb up...

无法顺畅的大口呼吸,是活着的最好证明

---Original--- From: @.> Date: Tue, Mar 29, 2022 14:45 PM To: @.>; Cc: @.**@.>; Subject: Re: [zenustech/zenoblend] PrimitiveToSDF Not showing up (Issue #19)

@littlemine im using a newer GitHub version of Microsoft’s dependency checker if I view the Zeno db module and look at its dependencies I see Zeno checksum as incorrect. Other than that I cannot figure out why these dll files are not loading, any ideas or suggestions? Would you be able to do a blender 3.1 build?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

Geramy commented 2 years ago

In fact, the Blender 3.0 build we released on GitHub also doesn't have zenvdb FastFLIP because of the difficulty to set openvdb up... 无法顺畅的大口呼吸,是活着的最好证明

@archibate I noticed that do you have any documentation as to why it’s not working? Everything compiles so it’s hard to believe “it just doesn’t work” if it can build it should be able to be loaded via win invoke with no problem, do you have issues in linux to?

Geramy commented 2 years ago

@archibate I have narrowed it down to being either tbb or openvdb, all modules that fail use both library, there are no other modules that use tbb which don't fail.

Geramy commented 2 years ago

I am thinking it could be tbb because you are using deprecated features of the newer tbb, maybe those features are more than a warning deprecation in the newer tbb?

Geramy commented 2 years ago

@archibate I'm not seeing any dll problems.

What are the other possible causes besides missing dll files? PS C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin> dlldiag trace zeno_zenvdb.dll DLL Diagnostic Tools version 0.0.18 Copyright (c) 2019-2021 Adam Rehn

Parsing module header and identifying non delay-loaded dependencies... done.

Identifying the module's delay-loaded dependencies... done.

Parsed module details: Module: C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\zeno_zenvdb.dll Type: Dynamic-Link Library Architecture: x64

The module imports 14 direct dependencies: api-ms-win-crt-heap-l1-1-0.dll api-ms-win-crt-locale-l1-1-0.dll api-ms-win-crt-math-l1-1-0.dll api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll api-ms-win-crt-time-l1-1-0.dll KERNEL32.dll libomp140.x86_64.dll MSVCP140.dll openvdb.dll tbb.dll VCRUNTIME140.dll VCRUNTIME140_1.dll zeno.dll

Performing LoadLibrary() trace for C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\zeno_zenvdb.dll... Performing LoadLibrary() trace for api-ms-win-crt-heap-l1-1-0.dll... Performing LoadLibrary() trace for api-ms-win-crt-locale-l1-1-0.dll... Performing LoadLibrary() trace for api-ms-win-crt-math-l1-1-0.dll... Performing LoadLibrary() trace for api-ms-win-crt-runtime-l1-1-0.dll... Performing LoadLibrary() trace for api-ms-win-crt-stdio-l1-1-0.dll... Performing LoadLibrary() trace for api-ms-win-crt-time-l1-1-0.dll... Performing LoadLibrary() trace for KERNEL32.dll... Performing LoadLibrary() trace for libomp140.x86_64.dll... Performing LoadLibrary() trace for MSVCP140.dll... Performing LoadLibrary() trace for openvdb.dll... Performing LoadLibrary() trace for tbb.dll... Performing LoadLibrary() trace for VCRUNTIME140.dll... Performing LoadLibrary() trace for VCRUNTIME140_1.dll... Performing LoadLibrary() trace for zeno.dll... Done.

Summary of LdrLoadDll calls: api-ms-win-core-fibers-l1-1-1 Loaded successfully api-ms-win-core-file-l1-2-1.dll Loaded successfully api-ms-win-core-localization-l1-2-1 Loaded successfully api-ms-win-core-synch-l1-2-0 Loaded successfully api-ms-win-crt-heap-l1-1-0.dll Loaded successfully api-ms-win-crt-locale-l1-1-0.dll Loaded successfully api-ms-win-crt-math-l1-1-0.dll Loaded successfully api-ms-win-crt-runtime-l1-1-0.dll Loaded successfully api-ms-win-crt-stdio-l1-1-0.dll Loaded successfully api-ms-win-crt-time-l1-1-0.dll Loaded successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\zeno_zenvdb.dll Loaded successfully kernel32 Loaded successfully KERNEL32.dll Loaded successfully libomp140.x86_64.dll Loaded successfully MSVCP140.dll Loaded successfully openvdb.dll Loaded successfully tbb.dll Loaded successfully VCRUNTIME140.dll Loaded successfully VCRUNTIME140_1.dll Loaded successfully zeno.dll Loaded successfully

Summary of LdrpLoadDllInternal calls: C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\zeno_zenvdb.dll Loaded successfully C:\Windows\SYSTEM32\kernelbase.dll Loaded successfully C:\Windows\SYSTEM32\ucrtbase.dll Loaded successfully kernel32.DLL Loaded successfully libomp140.x86_64.dll Loaded successfully MSVCP140.dll Loaded successfully NTDLL.DLL Loaded successfully openvdb.dll Loaded successfully tbb.dll Loaded successfully VCRUNTIME140.dll Loaded successfully VCRUNTIME140_1.dll Loaded successfully zeno.dll Loaded successfully

Summary of LdrpMinimalMapModule calls: C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\blosc.dll Mapped successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\lz4.dll Mapped successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\openvdb.dll Mapped successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\snappy.dll Mapped successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\tbb.dll Mapped successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\zeno.dll Mapped successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\zeno_zenvdb.dll Mapped successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\zlib1.dll Mapped successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\zstd.dll Mapped successfully C:\Windows\System32\ADVAPI32.dll Mapped successfully C:\Windows\SYSTEM32\dbghelp.dll Mapped successfully C:\Windows\SYSTEM32\libomp140.x86_64.dll Mapped successfully C:\Windows\System32\msvcrt.dll Mapped successfully C:\Windows\System32\RPCRT4.dll Mapped successfully C:\Windows\System32\sechost.dll Mapped successfully

Summary of LdrpResolveDllName calls: blosc.dll .\blosc.dll dbghelp.dll C:\Windows\SYSTEM32\dbghelp.dll libomp140.x86_64.dll C:\Windows\SYSTEM32\libomp140.x86_64.dll lz4.dll .\lz4.dll openvdb.dll .\openvdb.dll snappy.dll .\snappy.dll tbb.dll .\tbb.dll zeno.dll .\zeno.dll zeno_zenvdb.dll C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\zeno_zenvdb.dll zlib1.dll .\zlib1.dll zstd.dll .\zstd.dll

PS C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin> dlldiag trace openvdb.dll DLL Diagnostic Tools version 0.0.18 Copyright (c) 2019-2021 Adam Rehn

Parsing module header and identifying non delay-loaded dependencies... done.

Identifying the module's delay-loaded dependencies... done.

Parsed module details: Module: C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\openvdb.dll Type: Dynamic-Link Library Architecture: x64

The module imports 17 direct dependencies: ADVAPI32.dll api-ms-win-crt-convert-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-heap-l1-1-0.dll api-ms-win-crt-math-l1-1-0.dll api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll api-ms-win-crt-string-l1-1-0.dll api-ms-win-crt-time-l1-1-0.dll blosc.dll KERNEL32.dll MSVCP140.dll tbb.dll VCRUNTIME140.dll VCRUNTIME140_1.dll zlib1.dll

Performing LoadLibrary() trace for C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\openvdb.dll... Performing LoadLibrary() trace for ADVAPI32.dll... Performing LoadLibrary() trace for api-ms-win-crt-convert-l1-1-0.dll... Performing LoadLibrary() trace for api-ms-win-crt-environment-l1-1-0.dll... Performing LoadLibrary() trace for api-ms-win-crt-filesystem-l1-1-0.dll... Performing LoadLibrary() trace for api-ms-win-crt-heap-l1-1-0.dll... Performing LoadLibrary() trace for api-ms-win-crt-math-l1-1-0.dll... Performing LoadLibrary() trace for api-ms-win-crt-runtime-l1-1-0.dll... Performing LoadLibrary() trace for api-ms-win-crt-stdio-l1-1-0.dll... Performing LoadLibrary() trace for api-ms-win-crt-string-l1-1-0.dll... Performing LoadLibrary() trace for api-ms-win-crt-time-l1-1-0.dll... Performing LoadLibrary() trace for blosc.dll... Performing LoadLibrary() trace for KERNEL32.dll... Performing LoadLibrary() trace for MSVCP140.dll... Performing LoadLibrary() trace for tbb.dll... Performing LoadLibrary() trace for VCRUNTIME140.dll... Performing LoadLibrary() trace for VCRUNTIME140_1.dll... Performing LoadLibrary() trace for zlib1.dll... Done.

Summary of LdrLoadDll calls: ADVAPI32.dll Loaded successfully api-ms-win-crt-convert-l1-1-0.dll Loaded successfully api-ms-win-crt-environment-l1-1-0.dll Loaded successfully api-ms-win-crt-filesystem-l1-1-0.dll Loaded successfully api-ms-win-crt-heap-l1-1-0.dll Loaded successfully api-ms-win-crt-math-l1-1-0.dll Loaded successfully api-ms-win-crt-runtime-l1-1-0.dll Loaded successfully api-ms-win-crt-stdio-l1-1-0.dll Loaded successfully api-ms-win-crt-string-l1-1-0.dll Loaded successfully api-ms-win-crt-time-l1-1-0.dll Loaded successfully blosc.dll Loaded successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\openvdb.dll Loaded successfully KERNEL32.dll Loaded successfully MSVCP140.dll Loaded successfully tbb.dll Loaded successfully VCRUNTIME140.dll Loaded successfully VCRUNTIME140_1.dll Loaded successfully zlib1.dll Loaded successfully

Summary of LdrpLoadDllInternal calls: ADVAPI32.dll Loaded successfully blosc.dll Loaded successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\openvdb.dll Loaded successfully C:\Windows\SYSTEM32\kernelbase.dll Loaded successfully C:\Windows\SYSTEM32\ucrtbase.dll Loaded successfully KERNEL32.dll Loaded successfully MSVCP140.dll Loaded successfully NTDLL.DLL Loaded successfully tbb.dll Loaded successfully VCRUNTIME140.dll Loaded successfully VCRUNTIME140_1.dll Loaded successfully zlib1.dll Loaded successfully

Summary of LdrpMinimalMapModule calls: C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\blosc.dll Mapped successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\lz4.dll Mapped successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\openvdb.dll Mapped successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\snappy.dll Mapped successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\tbb.dll Mapped successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\zlib1.dll Mapped successfully C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\zstd.dll Mapped successfully C:\Windows\System32\ADVAPI32.dll Mapped successfully C:\Windows\System32\msvcrt.dll Mapped successfully C:\Windows\System32\RPCRT4.dll Mapped successfully C:\Windows\System32\sechost.dll Mapped successfully

Summary of LdrpResolveDllName calls: blosc.dll .\blosc.dll lz4.dll .\lz4.dll openvdb.dll C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin\openvdb.dll snappy.dll .\snappy.dll tbb.dll .\tbb.dll zlib1.dll .\zlib1.dll zstd.dll .\zstd.dll

PS C:\Users\Geramy\Downloads\zenoblend_master\zenoblend\bin>

Geramy commented 2 years ago

Has anyone else had more progress than I? @littlemine @archibate I have not found any missing dll's past nvcuda everything else has loaded I watched each failure from the procmon.exe and got all the dll's that where required in the bin directory. I checked using the dependency checker all dll's are the correct architecture.

The only not found files are from an old dependency checker which are the following files. I assume they are not actually needed. Could someone confirm? I don't see blender asking for these files either. and the dll load still fails even with all dependencies solved.

API-MS-WIN-CORE-APIQUERY-L1-1-0.DLL API-MS-WIN-CORE-APIQUERY-L1-1-1.DLL API-MS-WIN-CORE-APIQUERY-L2-1-0.DLL API-MS-WIN-CORE-APPCOMPAT-L1-1-0.DLL API-MS-WIN-CORE-APPCOMPAT-L1-1-1.DLL API-MS-WIN-CORE-APPINIT-L1-1-0.DLL API-MS-WIN-CORE-ATOMS-L1-1-0.DLL API-MS-WIN-CORE-CONSOLE-L1-2-1.DLL API-MS-WIN-CORE-CONSOLE-L2-2-0.DLL API-MS-WIN-CORE-CONSOLE-L3-2-0.DLL API-MS-WIN-CORE-CRT-L1-1-0.DLL API-MS-WIN-CORE-CRT-L2-1-0.DLL API-MS-WIN-CORE-DATETIME-L1-1-2.DLL API-MS-WIN-CORE-DELAYLOAD-L1-1-1.DLL API-MS-WIN-CORE-ERRORHANDLING-L1-1-2.DLL API-MS-WIN-CORE-ERRORHANDLING-L1-1-3.DLL API-MS-WIN-CORE-FIBERS-L2-1-0.DLL API-MS-WIN-CORE-FIBERS-L2-1-1.DLL API-MS-WIN-CORE-FILE-L1-2-2.DLL API-MS-WIN-CORE-FILE-L2-1-2.DLL API-MS-WIN-CORE-FILE-L2-1-3.DLL API-MS-WIN-CORE-HEAP-L2-1-0.DLL API-MS-WIN-CORE-JOB-L1-1-0.DLL API-MS-WIN-CORE-LARGEINTEGER-L1-1-0.DLL API-MS-WIN-CORE-LIBRARYLOADER-L1-2-0.DLL API-MS-WIN-CORE-LIBRARYLOADER-L1-2-1.DLL API-MS-WIN-CORE-LIBRARYLOADER-L1-2-2.DLL API-MS-WIN-CORE-LIBRARYLOADER-L2-1-0.DLL API-MS-WIN-CORE-LOCALIZATION-L1-1-0.DLL API-MS-WIN-CORE-LOCALIZATION-PRIVATE-L1-1-0.DLL API-MS-WIN-CORE-LOCALREGISTRY-L1-1-0.DLL API-MS-WIN-CORE-MISC-L1-1-0.DLL API-MS-WIN-CORE-NAMEDPIPE-L1-2-2.DLL API-MS-WIN-CORE-NAMESPACE-L1-1-0.DLL API-MS-WIN-CORE-PCW-L1-1-0.DLL API-MS-WIN-CORE-PROCESSSNAPSHOT-L1-1-0.DLL API-MS-WIN-CORE-PROCESSTHREADS-L1-1-3.DLL API-MS-WIN-CORE-PROCESSTOPOLOGY-L1-1-0.DLL API-MS-WIN-CORE-REGISTRY-L1-1-1.DLL API-MS-WIN-CORE-REGISTRY-L1-1-2.DLL API-MS-WIN-CORE-SIDEBYSIDE-L1-1-0.DLL API-MS-WIN-CORE-SYNCH-L1-2-1.DLL API-MS-WIN-CORE-SYSTEMTOPOLOGY-L1-1-0.DLL API-MS-WIN-CORE-SYSTEMTOPOLOGY-L1-1-1.DLL API-MS-WIN-CORE-WINDOWSERRORREPORTING-L1-1-0.DLL API-MS-WIN-CORE-WINDOWSERRORREPORTING-L1-1-1.DLL API-MS-WIN-CORE-WINDOWSERRORREPORTING-L1-1-2.DLL API-MS-WIN-CORE-WINDOWSERRORREPORTING-L1-1-3.DLL API-MS-WIN-CORE-WOW64-L1-1-1.DLL API-MS-WIN-CORE-WOW64-L1-1-3.DLL API-MS-WIN-CORE-XSTATE-L2-1-1.DLL API-MS-WIN-DOWNLEVEL-KERNEL32-L2-1-0.DLL API-MS-WIN-EVENTING-CONSUMER-L1-1-1.DLL API-MS-WIN-SECURITY-APPCONTAINER-L1-1-0.DLL API-MS-WIN-SECURITY-AUDIT-L1-1-0.DLL API-MS-WIN-SECURITY-AUDIT-L1-1-1.DLL API-MS-WIN-SECURITY-BASE-L1-2-0.DLL API-MS-WIN-SECURITY-BASE-PRIVATE-L1-1-0.DLL API-MS-WIN-SERVICE-CORE-L1-1-2.DLL API-MS-WIN-SERVICE-PRIVATE-L1-1-2.DLL API-MS-WIN-SERVICE-PRIVATE-L1-1-3.DLL API-MS-WIN-SERVICE-PRIVATE-L1-1-4.DLL API-MS-WIN-APPMODEL-IDENTITY-L1-2-0.DLL API-MS-WIN-APPMODEL-RUNTIME-INTERNAL-L1-1-1.DLL API-MS-WIN-APPMODEL-RUNTIME-INTERNAL-L1-1-2.DLL API-MS-WIN-APPMODEL-RUNTIME-INTERNAL-L1-1-3.DLL API-MS-WIN-APPMODEL-RUNTIME-INTERNAL-L1-1-7.DLL API-MS-WIN-APPMODEL-RUNTIME-L1-1-0.DLL API-MS-WIN-APPMODEL-RUNTIME-L1-1-1.DLL API-MS-WIN-APPMODEL-STATE-L1-2-0.DLL API-MS-WIN-APPMODEL-UNLOCK-L1-1-0.DLL API-MS-WIN-CONTAINERS-CMCLIENT-L1-1-0.DLL API-MS-WIN-CONTAINERS-CMCLIENT-L1-2-0.DLL API-MS-WIN-CORE-CALENDAR-L1-1-0.DLL API-MS-WIN-CORE-COM-L1-1-1.DLL API-MS-WIN-CORE-COM-L1-1-2.DLL API-MS-WIN-CORE-COM-L2-1-1.DLL API-MS-WIN-CORE-COM-MIDLPROXYSTUB-L1-1-0.DLL API-MS-WIN-CORE-COM-PRIVATE-L1-1-1.DLL API-MS-WIN-CORE-COM-PRIVATE-L1-2-0.DLL API-MS-WIN-CORE-COM-PRIVATE-L1-3-0.DLL API-MS-WIN-CORE-DEBUG-MINIDUMP-L1-1-0.DLL API-MS-WIN-CORE-FEATURESTAGING-L1-1-0.DLL API-MS-WIN-CORE-JOB-L2-1-0.DLL API-MS-WIN-CORE-LOCALIZATION-L1-2-2.DLL API-MS-WIN-CORE-MARSHAL-L1-1-0.DLL API-MS-WIN-CORE-MEMORY-L1-1-5.DLL API-MS-WIN-CORE-PATH-L1-1-0.DLL API-MS-WIN-CORE-PSM-APP-L1-1-0.DLL API-MS-WIN-CORE-PSM-APPNOTIFY-L1-1-0.DLL API-MS-WIN-CORE-PSM-KEY-L1-1-0.DLL API-MS-WIN-CORE-QUIRKS-L1-1-0.DLL API-MS-WIN-CORE-REALTIME-L1-1-1.DLL API-MS-WIN-CORE-REGISTRY-PRIVATE-L1-1-0.DLL API-MS-WIN-CORE-REGISTRYUSERSPECIFIC-L1-1-0.DLL API-MS-WIN-CORE-STRING-L2-1-1.DLL API-MS-WIN-CORE-SYNCH-ANSI-L1-1-0.DLL API-MS-WIN-CORE-SYSINFO-L2-1-0.DLL API-MS-WIN-CORE-TEXTINPUT-CLIENT-L1-1-0.DLL API-MS-WIN-CORE-TEXTINPUT-CLIENT-L1-1-1.DLL API-MS-WIN-CORE-TOOLHELP-L1-1-0.DLL API-MS-WIN-CORE-VERSION-L1-1-1.DLL API-MS-WIN-CORE-VERSION-PRIVATE-L1-1-0.DLL API-MS-WIN-CORE-VERSIONANSI-L1-1-0.DLL API-MS-WIN-CORE-VERSIONANSI-L1-1-1.DLL API-MS-WIN-CORE-WINRT-ERRORPRIVATE-L1-1-0.DLL API-MS-WIN-CORE-WINRT-PROPERTYSETPRIVATE-L1-1-0.DLL API-MS-WIN-CORE-WINRT-PROPERTYSETPRIVATE-L1-1-1.DLL API-MS-WIN-COREUI-SECRUNTIME-L1-1-0.DLL API-MS-WIN-DEVICES-QUERY-L1-1-0.DLL API-MS-WIN-DOWNLEVEL-ADVAPI32-L1-1-0.DLL API-MS-WIN-DOWNLEVEL-ADVAPI32-L2-1-0.DLL API-MS-WIN-DOWNLEVEL-KERNEL32-L1-1-0.DLL API-MS-WIN-DOWNLEVEL-NORMALIZ-L1-1-0.DLL API-MS-WIN-DOWNLEVEL-OLE32-L1-1-0.DLL API-MS-WIN-DOWNLEVEL-SHELL32-L1-1-0.DLL API-MS-WIN-DOWNLEVEL-SHLWAPI-L1-1-0.DLL API-MS-WIN-DOWNLEVEL-SHLWAPI-L2-1-0.DLL API-MS-WIN-DOWNLEVEL-USER32-L1-1-0.DLL API-MS-WIN-DOWNLEVEL-VERSION-L1-1-0.DLL API-MS-WIN-DWMAPI-L1-1-0.DLL API-MS-WIN-DX-D3DKMT-L1-1-0.DLL API-MS-WIN-DX-D3DKMT-L1-1-1.DLL API-MS-WIN-DX-D3DKMT-L1-1-3.DLL API-MS-WIN-DX-D3DKMT-L1-1-4.DLL API-MS-WIN-EVENTING-OBSOLETE-L1-1-0.DLL API-MS-WIN-EVENTING-TDH-L1-1-0.DLL API-MS-WIN-GDI-DPIINFO-L1-1-0.DLL API-MS-WIN-GDI-INTERNAL-UAP-L1-1-0.DLL API-MS-WIN-HTTP-TIME-L1-1-0.DLL API-MS-WIN-MM-MISC-L1-1-0.DLL API-MS-WIN-MM-MISC-L2-1-0.DLL API-MS-WIN-MM-MME-L1-1-0.DLL API-MS-WIN-MM-TIME-L1-1-0.DLL API-MS-WIN-NETWORKING-INTERFACECONTEXTS-L1-1-0.DLL API-MS-WIN-NTUSER-RECTANGLE-L1-1-0.DLL API-MS-WIN-NTUSER-SYSPARAMS-L1-1-0.DLL API-MS-WIN-OLE32-IE-L1-1-0.DLL API-MS-WIN-OOBE-NOTIFICATION-L1-1-0.DLL API-MS-WIN-POWER-BASE-L1-1-0.DLL API-MS-WIN-POWER-SETTING-L1-1-0.DLL API-MS-WIN-RTCORE-NTUSER-CLIPBOARD-L1-1-0.DLL API-MS-WIN-RTCORE-NTUSER-PRIVATE-L1-1-0.DLL API-MS-WIN-RTCORE-NTUSER-PRIVATE-L1-1-1.DLL API-MS-WIN-RTCORE-NTUSER-PRIVATE-L1-1-2.DLL API-MS-WIN-RTCORE-NTUSER-PRIVATE-L1-1-4.DLL API-MS-WIN-RTCORE-NTUSER-PRIVATE-L1-1-7.DLL API-MS-WIN-RTCORE-NTUSER-PRIVATE-L1-1-9.DLL API-MS-WIN-RTCORE-NTUSER-SHELL-L1-1-0.DLL API-MS-WIN-RTCORE-NTUSER-SYNCH-L1-1-0.DLL API-MS-WIN-RTCORE-NTUSER-WINDOW-L1-1-0.DLL API-MS-WIN-RTCORE-NTUSER-WINEVENT-L1-1-0.DLL API-MS-WIN-RTCORE-NTUSER-WMPOINTER-L1-1-0.DLL API-MS-WIN-SECURITY-ACCESSHLPR-L1-1-0.DLL API-MS-WIN-SECURITY-ACTIVEDIRECTORYCLIENT-L1-1-0.DLL API-MS-WIN-SECURITY-ACTIVEDIRECTORYCLIENT-L1-1-1.DLL API-MS-WIN-SECURITY-BASE-L1-2-1.DLL API-MS-WIN-SECURITY-BASE-PRIVATE-L1-1-1.DLL API-MS-WIN-SECURITY-CAPABILITY-L1-1-0.DLL API-MS-WIN-SECURITY-CREDENTIALS-L1-1-0.DLL API-MS-WIN-SECURITY-CREDENTIALS-L2-1-0.DLL API-MS-WIN-SECURITY-GROUPPOLICY-L1-1-0.DLL API-MS-WIN-SECURITY-ISOLATEDCONTAINER-L1-1-0.DLL API-MS-WIN-SECURITY-ISOLATIONPOLICY-L1-2-0.DLL API-MS-WIN-SECURITY-LOGON-L1-1-0.DLL API-MS-WIN-SECURITY-LOGON-L1-1-1.DLL API-MS-WIN-SECURITY-LSALOOKUP-ANSI-L2-1-0.DLL API-MS-WIN-SECURITY-LSALOOKUP-L1-1-0.DLL API-MS-WIN-SECURITY-LSALOOKUP-L1-1-1.DLL API-MS-WIN-SECURITY-LSALOOKUP-L1-1-2.DLL API-MS-WIN-SECURITY-SDDLPARSECOND-L1-1-0.DLL API-MS-WIN-SECURITY-SYSTEMFUNCTIONS-L1-1-0.DLL API-MS-WIN-SERVICE-CORE-L1-1-4.DLL API-MS-WIN-SHCORE-COMHELPERS-L1-1-0.DLL API-MS-WIN-SHCORE-OBSOLETE-L1-1-0.DLL API-MS-WIN-SHCORE-PATH-L1-1-0.DLL API-MS-WIN-SHCORE-REGISTRY-L1-1-0.DLL API-MS-WIN-SHCORE-REGISTRY-L1-1-1.DLL API-MS-WIN-SHCORE-SCALING-L1-1-0.DLL API-MS-WIN-SHCORE-SCALING-L1-1-1.DLL API-MS-WIN-SHCORE-STREAM-L1-1-0.DLL API-MS-WIN-SHCORE-STREAM-WINRT-L1-1-0.DLL API-MS-WIN-SHCORE-SYSINFO-L1-1-0.DLL API-MS-WIN-SHCORE-TASKPOOL-L1-1-0.DLL API-MS-WIN-SHCORE-THREAD-L1-1-0.DLL API-MS-WIN-SHCORE-UNICODEANSI-L1-1-0.DLL API-MS-WIN-SHELL-ASSOCIATIONS-L1-1-1.DLL API-MS-WIN-SHELL-CHANGENOTIFY-L1-1-0.DLL API-MS-WIN-SHELL-NAMESPACE-L1-1-0.DLL API-MS-WIN-SHELL-SHDIRECTORY-L1-1-0.DLL API-MS-WIN-SHELL-SHELLCOM-L1-1-0.DLL API-MS-WIN-SHELL-SHELLFOLDERS-L1-1-0.DLL API-MS-WIN-SHLWAPI-IE-L1-1-0.DLL API-MS-WIN-SHLWAPI-WINRT-STORAGE-L1-1-1.DLL API-MS-WIN-STATESEPARATION-HELPERS-L1-1-0.DLL API-MS-WIN-STORAGE-EXPORTS-EXTERNAL-L1-1-0.DLL API-MS-WIN-STORAGE-EXPORTS-INTERNAL-L1-1-0.DLL EXT-MS-MF-PAL-L2-1-0.DLL EXT-MS-ONECORE-APPDEFAULTS-L1-1-0.DLL EXT-MS-ONECORE-APPMODEL-STATEREPOSITORY-CACHE-L1-1-0.DLL EXT-MS-ONECORE-APPMODEL-STATEREPOSITORY-CACHE-L1-1-2.DLL EXT-MS-ONECORE-APPMODEL-STATEREPOSITORY-INTERNAL-L1-1-1.DLL EXT-MS-ONECORE-APPMODEL-STATEREPOSITORY-INTERNAL-L1-1-3.DLL EXT-MS-ONECORE-APPMODEL-STATEREPOSITORY-INTERNAL-L1-1-4.DLL EXT-MS-ONECORE-DCOMP-L1-1-0.DLL EXT-MS-ONECORE-HLINK-L1-1-0.DLL EXT-MS-ONECORE-ORIENTATION-L1-1-0.DLL EXT-MS-ONECORE-SERVICE-DEVICEDIRECTORY-CLAIMS-L1-1-0.DLL EXT-MS-ONECORE-SHELLCHROMEAPI-L1-1-0.DLL EXT-MS-WIN-ADSI-ACTIVEDS-L1-1-0.DLL EXT-MS-WIN-ADVAPI32-LSA-L1-1-0.DLL EXT-MS-WIN-ADVAPI32-MSI-L1-1-0.DLL EXT-MS-WIN-ADVAPI32-NPUSERNAME-L1-1-0.DLL EXT-MS-WIN-ADVAPI32-NTMARTA-L1-1-0.DLL EXT-MS-WIN-ADVAPI32-PSM-APP-L1-1-0.DLL EXT-MS-WIN-ADVAPI32-REGISTRY-L1-1-0.DLL EXT-MS-WIN-ADVAPI32-REGISTRY-L1-1-1.DLL EXT-MS-WIN-ADVAPI32-SAFER-L1-1-0.DLL EXT-MS-WIN-APPCOMPAT-AEINV-L1-1-0.DLL EXT-MS-WIN-APPCOMPAT-AEPIC-L1-1-0.DLL EXT-MS-WIN-APPCOMPAT-APPHELP-L1-1-0.DLL EXT-MS-WIN-APPMODEL-APPEXECUTIONALIAS-L1-1-0.DLL EXT-MS-WIN-APPMODEL-APPEXECUTIONALIAS-L1-1-1.DLL EXT-MS-WIN-APPMODEL-APPEXECUTIONALIAS-L1-1-2.DLL EXT-MS-WIN-APPMODEL-DAXCORE-L1-1-0.DLL EXT-MS-WIN-APPMODEL-DEPLOYMENT-L1-1-0.DLL EXT-MS-WIN-APPMODEL-RESTRICTEDAPPCONTAINER-INTERNAL-L1-1-0.DLL EXT-MS-WIN-APPMODEL-STATE-EXT-L1-2-0.DLL EXT-MS-WIN-APPMODEL-USERCONTEXT-L1-1-0.DLL EXT-MS-WIN-APPMODEL-VIEWSCALEFACTOR-L1-1-0.DLL EXT-MS-WIN-APPXDEPLOYMENTCLIENT-APPXDEPLOY-L1-1-0.DLL EXT-MS-WIN-APPXDEPLOYMENTCLIENT-APPXDEPLOYONECORE-L1-1-0.DLL EXT-MS-WIN-AUDIOCORE-PAL-L1-2-0.DLL EXT-MS-WIN-AUDIOCORE-SPATIAL-L1-1-0.DLL EXT-MS-WIN-AUTHZ-CONTEXT-L1-1-0.DLL EXT-MS-WIN-AUTHZ-REMOTE-L1-1-0.DLL EXT-MS-WIN-BIOMETRICS-WINBIO-CORE-L1-1-0.DLL EXT-MS-WIN-COM-APARTMENTRESTRICTION-L1-1-0.DLL EXT-MS-WIN-COM-CLBCATQ-L1-1-0.DLL EXT-MS-WIN-COM-COML2-L1-1-1.DLL EXT-MS-WIN-COM-OLE32-L1-1-0.DLL EXT-MS-WIN-COM-OLE32-L1-1-1.DLL EXT-MS-WIN-COM-OLE32-L1-1-2.DLL EXT-MS-WIN-COM-OLE32-L1-1-3.DLL EXT-MS-WIN-COM-OLE32-L1-1-4.DLL EXT-MS-WIN-COM-OLE32-L1-1-5.DLL EXT-MS-WIN-COM-PSMREGISTER-L1-1-0.DLL EXT-MS-WIN-COM-SUSPENDRESILIENCY-L1-1-0.DLL EXT-MS-WIN-CONTAINERS-POLICYMANAGERCLI-L1-1-0.DLL EXT-MS-WIN-CORE-PKEYHELPER-L1-1-0.DLL EXT-MS-WIN-CORE-RESOURCEPOLICY-L1-1-0.DLL EXT-MS-WIN-CORE-WINRT-REMOTE-L1-1-0.DLL EXT-MS-WIN-DESKTOPAPPX-L1-1-0.DLL EXT-MS-WIN-DESKTOPAPPX-L1-1-3.DLL EXT-MS-WIN-DEVMGMT-DM-L1-1-0.DLL EXT-MS-WIN-DEVMGMT-DM-L1-1-1.DLL EXT-MS-WIN-DEVMGMT-DM-L1-1-2.DLL EXT-MS-WIN-DEVMGMT-POLICY-L1-1-0.DLL EXT-MS-WIN-DEVMGMT-POLICY-L1-1-1.DLL EXT-MS-WIN-DIRECT2D-DESKTOP-L1-1-0.DLL EXT-MS-WIN-DOMAINJOIN-NETJOIN-L1-1-0.DLL EXT-MS-WIN-DRIVER-SETUP-L1-1-0.DLL EXT-MS-WIN-DWMAPI-EXT-L1-1-0.DLL EXT-MS-WIN-DWMAPIDXGI-EXT-L1-1-0.DLL EXT-MS-WIN-DWMAPIDXGI-EXT-L1-1-1.DLL EXT-MS-WIN-DX-D3DKMT-DXCORE-L1-1-0.DLL EXT-MS-WIN-DX-D3DKMT-GDI-L1-1-0.DLL EXT-MS-WIN-DXCORE-INTERNAL-L1-1-0.DLL EXT-MS-WIN-DXCORE-L1-1-0.DLL EXT-MS-WIN-EDPUTIL-POLICY-L1-1-0.DLL EXT-MS-WIN-EDPUTIL-POLICY-L1-1-1.DLL EXT-MS-WIN-ELS-ELSCORE-L1-1-0.DLL EXT-MS-WIN-EVENTING-RUNDOWN-L1-1-0.DLL EXT-MS-WIN-FAMILYSAFETY-CHILDACCOUNT-L1-1-0.DLL EXT-MS-WIN-FECLIENT-ENCRYPTEDFILE-L1-1-0.DLL EXT-MS-WIN-FECLIENT-ENCRYPTEDFILE-L1-1-1.DLL EXT-MS-WIN-FECLIENT-ENCRYPTEDFILE-L1-1-2.DLL EXT-MS-WIN-FECLIENT-ENCRYPTEDFILE-L1-1-3.DLL EXT-MS-WIN-FIREWALLAPI-WEBPROXY-L1-1-0.DLL EXT-MS-WIN-FVEAPI-QUERY-L1-1-0.DLL EXT-MS-WIN-GDI-CLIPPING-L1-1-0.DLL EXT-MS-WIN-GDI-DC-CREATE-L1-1-0.DLL EXT-MS-WIN-GDI-DC-L1-2-0.DLL EXT-MS-WIN-GDI-DC-L1-2-1.DLL EXT-MS-WIN-GDI-DEVCAPS-L1-1-0.DLL EXT-MS-WIN-GDI-DRAW-L1-1-0.DLL EXT-MS-WIN-GDI-DRAW-L1-1-1.DLL EXT-MS-WIN-GDI-DRAW-L1-1-2.DLL EXT-MS-WIN-GDI-DRAW-L1-1-3.DLL EXT-MS-WIN-GDI-FONT-L1-1-0.DLL EXT-MS-WIN-GDI-FONT-L1-1-1.DLL EXT-MS-WIN-GDI-FONT-L1-1-2.DLL EXT-MS-WIN-GDI-FONT-L1-1-3.DLL EXT-MS-WIN-GDI-GDIPLUS-L1-1-0.DLL EXT-MS-WIN-GDI-INTERNAL-DESKTOP-L1-1-0.DLL EXT-MS-WIN-GDI-INTERNAL-DESKTOP-L1-1-1.DLL EXT-MS-WIN-GDI-INTERNAL-DESKTOP-L1-1-2.DLL EXT-MS-WIN-GDI-INTERNAL-DESKTOP-L1-1-3.DLL EXT-MS-WIN-GDI-METAFILE-L1-1-0.DLL EXT-MS-WIN-GDI-METAFILE-L1-1-1.DLL EXT-MS-WIN-GDI-METAFILE-L1-1-2.DLL EXT-MS-WIN-GDI-PATH-L1-1-0.DLL EXT-MS-WIN-GDI-PRINT-L1-1-0.DLL EXT-MS-WIN-GDI-PRIVATE-L1-1-0.DLL EXT-MS-WIN-GDI-RENDER-L1-1-0.DLL EXT-MS-WIN-GDI-WCS-L1-1-0.DLL EXT-MS-WIN-GPAPI-GROUPPOLICY-L1-1-0.DLL EXT-MS-WIN-GUI-DUI70-L1-1-0.DLL EXT-MS-WIN-IMM-L1-1-0.DLL EXT-MS-WIN-KERNEL32-APPCOMPAT-L1-1-0.DLL EXT-MS-WIN-KERNEL32-DATETIME-L1-1-0.DLL EXT-MS-WIN-KERNEL32-ERRORHANDLING-L1-1-0.DLL EXT-MS-WIN-KERNEL32-FILE-L1-1-0.DLL EXT-MS-WIN-KERNEL32-LOCALIZATION-L1-1-0.DLL EXT-MS-WIN-KERNEL32-PACKAGE-CURRENT-L1-1-0.DLL EXT-MS-WIN-KERNEL32-PACKAGE-L1-1-0.DLL EXT-MS-WIN-KERNEL32-PACKAGE-L1-1-2.DLL EXT-MS-WIN-KERNEL32-QUIRKS-L1-1-0.DLL EXT-MS-WIN-KERNEL32-QUIRKS-L1-1-1.DLL EXT-MS-WIN-KERNEL32-REGISTRY-L1-1-0.DLL EXT-MS-WIN-KERNEL32-SIDEBYSIDE-L1-1-0.DLL EXT-MS-WIN-KERNELBASE-PROCESSTHREAD-L1-1-0.DLL EXT-MS-WIN-KERNELBASE-PROCESSTHREAD-L1-1-1.DLL EXT-MS-WIN-MININPUT-INPUTHOST-L1-1-0.DLL EXT-MS-WIN-MPR-MULTIPLEPROVIDERROUTER-L1-1-0.DLL EXT-MS-WIN-MRMCORER-RESMANAGER-L1-1-0.DLL EXT-MS-WIN-NETWORKING-WCMAPI-L1-1-0.DLL EXT-MS-WIN-NETWORKING-WLANAPI-L1-1-0.DLL EXT-MS-WIN-NETWORKING-WLANSTORAGE-L1-1-0.DLL EXT-MS-WIN-NTDSAPI-ACTIVEDIRECTORYCLIENT-L1-1-0.DLL EXT-MS-WIN-NTDSAPI-ACTIVEDIRECTORYCLIENT-L1-1-1.DLL EXT-MS-WIN-NTUSER-DC-ACCESS-EXT-L1-1-0.DLL EXT-MS-WIN-NTUSER-DIALOGBOX-L1-1-0.DLL EXT-MS-WIN-NTUSER-DRAW-L1-1-0.DLL EXT-MS-WIN-NTUSER-DRAW-L1-1-1.DLL EXT-MS-WIN-NTUSER-DRAW-L1-1-2.DLL EXT-MS-WIN-NTUSER-GUI-L1-1-0.DLL EXT-MS-WIN-NTUSER-KEYBOARD-L1-1-0.DLL EXT-MS-WIN-NTUSER-MENU-L1-1-2.DLL EXT-MS-WIN-NTUSER-MESSAGE-L1-1-0.DLL EXT-MS-WIN-NTUSER-MESSAGE-L1-1-1.DLL EXT-MS-WIN-NTUSER-MESSAGE-L1-1-2.DLL EXT-MS-WIN-NTUSER-MISC-L1-1-0.DLL EXT-MS-WIN-NTUSER-MISC-L1-2-0.DLL EXT-MS-WIN-NTUSER-MISC-L1-5-0.DLL EXT-MS-WIN-NTUSER-MISC-L1-5-1.DLL EXT-MS-WIN-NTUSER-MOUSE-L1-1-0.DLL EXT-MS-WIN-NTUSER-PRIVATE-L1-1-0.DLL EXT-MS-WIN-NTUSER-PRIVATE-L1-1-1.DLL EXT-MS-WIN-NTUSER-PRIVATE-L1-2-0.DLL EXT-MS-WIN-NTUSER-PRIVATE-L1-3-1.DLL EXT-MS-WIN-NTUSER-PRIVATE-L1-3-2.DLL EXT-MS-WIN-NTUSER-PRIVATE-L1-3-3.DLL EXT-MS-WIN-NTUSER-RECTANGLE-EXT-L1-1-0.DLL EXT-MS-WIN-NTUSER-ROTATIONMANAGER-L1-1-0.DLL EXT-MS-WIN-NTUSER-SERVER-L1-1-0.DLL EXT-MS-WIN-NTUSER-STRING-L1-1-0.DLL EXT-MS-WIN-NTUSER-SYNCH-L1-1-0.DLL EXT-MS-WIN-NTUSER-UICONTEXT-EXT-L1-1-0.DLL EXT-MS-WIN-NTUSER-WINDOW-L1-1-0.DLL EXT-MS-WIN-NTUSER-WINDOW-L1-1-1.DLL EXT-MS-WIN-NTUSER-WINDOW-L1-1-2.DLL EXT-MS-WIN-NTUSER-WINDOW-L1-1-3.DLL EXT-MS-WIN-NTUSER-WINDOWCLASS-L1-1-0.DLL EXT-MS-WIN-NTUSER-WINDOWSTATION-L1-1-0.DLL EXT-MS-WIN-ODBC-ODBC32-L1-1-0.DLL EXT-MS-WIN-OLE32-BINDCTX-L1-1-0.DLL EXT-MS-WIN-OLE32-IE-EXT-L1-1-0.DLL EXT-MS-WIN-OLE32-OLEAUTOMATION-L1-1-0.DLL EXT-MS-WIN-OLEACC-L1-1-1.DLL EXT-MS-WIN-OOBE-QUERY-L1-1-0.DLL EXT-MS-WIN-PRINTER-PRNTVPT-L1-1-0.DLL EXT-MS-WIN-PROFILE-EXTENDER-L1-1-0.DLL EXT-MS-WIN-PROFILE-USERENV-L1-1-0.DLL EXT-MS-WIN-PROFILE-USERENV-L1-1-1.DLL EXT-MS-WIN-RAS-RASAPI32-L1-1-0.DLL EXT-MS-WIN-RAS-TAPI32-L1-1-1.DLL EXT-MS-WIN-RDR-DAVHLPR-L1-1-0.DLL EXT-MS-WIN-REINFO-QUERY-L1-1-0.DLL EXT-MS-WIN-RESOURCEMANAGER-CRM-L1-2-0.DLL EXT-MS-WIN-RESOURCES-DEPLOYMENT-L1-1-0.DLL EXT-MS-WIN-RESOURCES-LANGUAGEOVERLAY-L1-1-0.DLL EXT-MS-WIN-RESOURCES-LANGUAGEOVERLAY-L1-1-1.DLL EXT-MS-WIN-RO-TYPERESOLUTION-L1-1-0.DLL EXT-MS-WIN-RPC-SSL-L1-1-0.DLL EXT-MS-WIN-RTCORE-GDI-DEVCAPS-L1-1-0.DLL EXT-MS-WIN-RTCORE-GDI-OBJECT-L1-1-0.DLL EXT-MS-WIN-RTCORE-GDI-RGN-L1-1-0.DLL EXT-MS-WIN-RTCORE-GDI-RGN-L1-1-1.DLL EXT-MS-WIN-RTCORE-MINUSER-INPUT-L1-1-1.DLL EXT-MS-WIN-RTCORE-MINUSER-INTERNAL-L1-1-0.DLL EXT-MS-WIN-RTCORE-MINUSER-PRIVATE-EXT-L1-1-0.DLL EXT-MS-WIN-RTCORE-MINUSER-PRIVATE-EXT-L1-1-1.DLL EXT-MS-WIN-RTCORE-NTUSER-CURSOR-L1-1-0.DLL EXT-MS-WIN-RTCORE-NTUSER-DC-ACCESS-L1-1-0.DLL EXT-MS-WIN-RTCORE-NTUSER-DPI-L1-1-0.DLL EXT-MS-WIN-RTCORE-NTUSER-DPI-L1-2-0.DLL EXT-MS-WIN-RTCORE-NTUSER-DPI-L1-2-1.DLL EXT-MS-WIN-RTCORE-NTUSER-IAM-L1-1-0.DLL EXT-MS-WIN-RTCORE-NTUSER-INTEGRATION-L1-1-0.DLL EXT-MS-WIN-RTCORE-NTUSER-RAWINPUT-L1-1-0.DLL EXT-MS-WIN-RTCORE-NTUSER-SYNCH-EXT-L1-1-0.DLL EXT-MS-WIN-RTCORE-NTUSER-SYSCOLORS-L1-1-0.DLL EXT-MS-WIN-RTCORE-NTUSER-SYSPARAMS-L1-1-0.DLL EXT-MS-WIN-RTCORE-NTUSER-WINDOW-EXT-L1-1-0.DLL EXT-MS-WIN-RTCORE-NTUSER-WINDOW-EXT-L1-1-1.DLL EXT-MS-WIN-SECUR32-TRANSLATENAME-L1-1-0.DLL EXT-MS-WIN-SECURITY-AUTHZ-HELPER-L1-1-0.DLL EXT-MS-WIN-SECURITY-CAPAUTHZ-L1-1-0.DLL EXT-MS-WIN-SECURITY-CAPAUTHZ-L1-1-1.DLL EXT-MS-WIN-SECURITY-CHAMBERS-L1-1-0.DLL EXT-MS-WIN-SECURITY-CREDUI-INTERNAL-L1-1-0.DLL EXT-MS-WIN-SECURITY-CREDUI-L1-1-0.DLL EXT-MS-WIN-SECURITY-CREDUI-L1-1-1.DLL EXT-MS-WIN-SECURITY-CRYPTUI-L1-1-0.DLL EXT-MS-WIN-SECURITY-CRYPTUI-L1-1-1.DLL EXT-MS-WIN-SECURITY-EFS-L1-1-0.DLL EXT-MS-WIN-SECURITY-EFSWRT-L1-1-0.DLL EXT-MS-WIN-SECURITY-EFSWRT-L1-1-1.DLL EXT-MS-WIN-SECURITY-NGC-LOCAL-L1-1-0.DLL EXT-MS-WIN-SECURITY-SLC-L1-1-0.DLL EXT-MS-WIN-SECURITY-WINSCARD-L1-1-0.DLL EXT-MS-WIN-SECURITY-WINSCARD-L1-1-1.DLL EXT-MS-WIN-SESSION-USERMGR-L1-1-0.DLL EXT-MS-WIN-SESSION-USERTOKEN-L1-1-0.DLL EXT-MS-WIN-SESSION-WINSTA-L1-1-0.DLL EXT-MS-WIN-SESSION-WTSAPI32-L1-1-0.DLL EXT-MS-WIN-SETUPAPI-INF-L1-1-0.DLL EXT-MS-WIN-SETUPAPI-INF-L1-1-1.DLL EXT-MS-WIN-SHELL-DIRECTORY-L1-1-0.DLL EXT-MS-WIN-SHELL-EMBEDDEDMODE-L1-1-0.DLL EXT-MS-WIN-SHELL-FILEPLACEHOLDER-L1-1-0.DLL EXT-MS-WIN-SHELL-SHELL32-L1-2-0.DLL EXT-MS-WIN-SHELL-SHLWAPI-L1-1-0.DLL EXT-MS-WIN-SHELL32-SHELLCOM-L1-1-0.DLL EXT-MS-WIN-SHELL32-SHELLFOLDERS-L1-1-0.DLL EXT-MS-WIN-SMBSHARE-BROWSERCLIENT-L1-1-0.DLL EXT-MS-WIN-STORAGE-SENSE-L1-1-0.DLL EXT-MS-WIN-STORAGE-SENSE-L1-2-0.DLL EXT-MS-WIN-SXS-OLEAUTOMATION-L1-1-0.DLL EXT-MS-WIN-TSF-MSCTF-L1-1-0.DLL EXT-MS-WIN-TSF-MSCTF-L1-1-1.DLL EXT-MS-WIN-UI-VIEWMANAGEMENT-L1-1-0.DLL EXT-MS-WIN-USP10-L1-1-0.DLL EXT-MS-WIN-WER-UI-L1-1-0.DLL EXT-MS-WIN-WER-XBOX-L1-1-0.DLL EXT-MS-WIN-WEVTAPI-EVENTLOG-L1-1-0.DLL EXT-MS-WIN-WINRT-DEVICE-ACCESS-L1-1-0.DLL EXT-MS-WIN-WINRT-STORAGE-L1-1-0.DLL EXT-MS-WIN-WLAN-ONEXUI-L1-1-0.DLL EXT-MS-WIN-WLAN-SCARD-L1-1-0.DLL EXT-MS-WIN-WPC-WEBFILTER-L1-1-0.DLL EXT-MS-WIN-WWAN-WWAPI-L1-1-0.DLL EXT-MS-WIN-WWAN-WWAPI-L1-1-1.DLL EXT-MS-WIN32-SUBSYSTEM-QUERY-L1-1-0.DLL EXT-MS-WINDOWSCORE-DEVICEINFO-L1-1-0.DLL HVSIFILETRUST.DLL IESHIMS.DLL

Geramy commented 2 years ago

Got it working.

Geramy commented 2 years ago

Working release for 3.1 on windows with cuda, mpm, openvdb fastflip etc.... https://github.com/Geramy/zenoblend/releases/tag/2022.3.27