Hazel icon indicating copy to clipboard operation
Hazel copied to clipboard

Dll Error

Open aadipoddar opened this issue 4 years ago • 4 comments

I am getting this error on running the program on the latest build , can someone help me with this?

image

I am getting these warnings as well that it cannot find spirv file image

aadipoddar avatar Sep 12 '21 07:09 aadipoddar

See #463.

You need to copy the mentioned file from the Vulkan SDK directory to the output directory.

Isho312 avatar Sep 12 '21 07:09 Isho312

Wasn't this not handled in PR #437 , where the post build command automatically copies the required dlls. to the build directory?

CybernetHacker14 avatar Sep 18 '21 06:09 CybernetHacker14

Also, you can try deleting the Hazel\vendor\premake\bin folder, as a probably newer version of premake is needed for the copy command of that premake file to be executed, and older versions don't have that command.

CybernetHacker14 avatar Sep 18 '21 07:09 CybernetHacker14

Do a clean of the build and then rebuild, if the postbuild command failed, it should show in the build log... (and if it succeeded it will also mention it)

LovelySanta avatar Sep 18 '21 08:09 LovelySanta