engine-sim icon indicating copy to clipboard operation
engine-sim copied to clipboard

Vukan-1.dll not found

Open fvkelley opened this issue 2 years ago • 2 comments

When trying to run the simulator under 1.5.a it cannot run because it says: "The code execution cannot proceed because vukan-1.dll was not found. Reinstalling the program may fix this problem."

fvkelley avatar Aug 14 '22 21:08 fvkelley

I'll see about adding this DLL to the build.

ange-yaghi avatar Aug 14 '22 23:08 ange-yaghi

Duplicate of #45

@fvkelley You need to install this: https://developer.nvidia.com/vulkan-driver

EndlessFractal avatar Aug 14 '22 23:08 EndlessFractal

what if you dont have a nvidia gpu? i have intel hd and cant download that, how am i supposed to run the engine sim?

klertimalaj avatar Aug 18 '22 10:08 klertimalaj

@NotoriusNeo Ahhh, thanks. However, i am running this on a laptop, an old latitude, and @klertimalaj is right, can I run a nvidia file on my laptop? P.S.: I am sorry about the duplicate; I did not see it.

fvkelley avatar Aug 18 '22 20:08 fvkelley

I found it! You can just download a dll vulkan file from chrome and you're good to go!

klertimalaj avatar Aug 19 '22 04:08 klertimalaj

Vulkan DLL should be bundled with your graphic card drivers. First check that your GPU does have support for Vulkan Graphic API, and then check your drivers are up to date.

@ange-yaghi You could ship the dll with the app, but I'm not sure it is recommended. There is this SO thread where the different approaches are discussed : https://stackoverflow.com/questions/38334158/vulkan-sdk-redistributables It is said that for the majority, it should go with the installed drivers of the users' graphic card. But you can also use their "Vulkan RunTime Installer" in order to install the needed dependencies for Vulkan.

Krenodeno avatar Aug 19 '22 12:08 Krenodeno