-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build from source #278
Comments
Why CMake generate command without any arguments? cd /home/klementievd/Ashes/build/source/ashes/renderer/GlRenderer && /usr/bin/cmake -E copy_if_different |
Which compiler (with version) are you using ? And what was your cmake command line ? |
On that machine (Fedora 38) I used the latest version of the g++ compiler (gcc-c++-13.1.1-2.fc38). When building, I created a new cmake ../
make |
And Ok I built the source code on another machine, but now I have another problem, I can not run the game. I tried to run Dota 2 from Steam with the following launch parameters:
vkEnumerateInstanceExtensionProperties failed to find the VK_KHR_surface extension.
Do you have a compatible Vulkan installable client driver (ICD) installed?
Please look at the Getting Started guide for additional information.
ERROR: [Loader Message] Code 0 : /usr/lib/./libashesGlRenderer.so.1: undefined symbol: wl_egl_window_get_attached_size
ERROR: [Loader Message] Code 0 : loader_icd_scan: Failed loading library associated with ICD JSON /usr/lib/./libashesGlRenderer.so.1. Ignoring this JSON
ERROR: [Loader Message] Code 0 : vkCreateInstance: Found no drivers!
Cannot create Vulkan instance.
This problem is often caused by a faulty installation of the Vulkan driver or attempting to use a GPU that does not support Vulkan.
ERROR at /usr/src/debug/vulkan-tools/Vulkan-Tools-1.3.245/vulkaninfo/vulkaninfo.h:677:vkCreateInstance failed with ERROR_INCOMPATIBLE_DRIVER
|
You also need to specify the build type with that option: |
Yeah, I already tried that. It worked, but now I get a |
The text was updated successfully, but these errors were encountered: