TheCherno / Hazel

Hazel Engine
Apache License 2.0
11.75k stars 1.51k forks source link

Dll Error #480

Open aadipoddar opened 3 years ago

aadipoddar commented 3 years ago

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

Isho312 commented 3 years ago

See #463.

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

CybernetHacker14 commented 3 years ago

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

CybernetHacker14 commented 3 years ago

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.

LovelySanta commented 3 years ago

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)