Hazel
Hazel copied to clipboard
Dll Error
I am getting this error on running the program on the latest build , can someone help me with this?

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

See #463.
You need to copy the mentioned file from the Vulkan SDK directory to the output directory.
Wasn't this not handled in PR #437 , where the post build command automatically copies the required dlls. to the build directory?
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.
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)