protonscr

meson.build:42:2: ERROR: Problem encountered: Missing Vulkan-Headers

dxvkclosed
doitsujin/dxvk#4321 · opened 2024-10-04 by LUser-12 · updated 2024-10-05 · 16 comments · github
1 matching comments, n / p to jump
LLUser-12 2024-10-04 github

Hello so i am trying to setup wine manually to play a game and so when i use thios command

./package-release.sh master /your/target/directory --no-package

i get this Error :
Check usable header "vulkan/vulkan.h" : NO

meson.build:42:2: ERROR: Problem encountered: Missing Vulkan-Headers

and i am on Pop-OS 22.04
cpu: intel core i7 8550U
igpu : uhd graphics 620

BBlisto91 2024-10-04 github

git submodule update --init --recursive should solve it.

Remember to clone with submodules https://github.com/doitsujin/dxvk#build-instructions

LLUser-12 2024-10-04 github

fixed it thank you

LLUser-12 2024-10-04 github

git submodule update --init --recursive should solve it.

Remember to clone with submodules https://github.com/doitsujin/dxvk#build-instructions

hey so now i got a new error which is :
meson.build:176:0: ERROR: Program 'glslang glslangValidator' not found or not executable

BBlisto91 2024-10-04 github

That is a system package dependency you need to install https://github.com/doitsujin/dxvk#requirements
I don't know what it is called on Pop-OS

LLUser-12 2024-10-04 github

ok ty

BBlisto91 2024-10-04 github

Maybe glslang-tools

LLUser-12 2024-10-04 github

Maybe glslang-tools

now when i use this command ./package-release.sh master /your/target/directory --no-package
i get a jumble of incoherent text and this error: ninja: build stopped: subcommand failed.

BBlisto91 2024-10-04 github

Attach the text in a file or GitHub gist.

And just in case, note that you should replace /your/target/directory with a path to a directory you want the files to build in to.

LLUser-12 2024-10-04 github

log.txt
and yes i know i need to replace the path

BBlisto91 2024-10-04 github
LLUser-12 2024-10-04 github

For those errors see this section https://github.com/doitsujin/dxvk#build-troubleshooting

so when i choose the posix alternate it tells me Permission Denied :
update-alternatives: error: error creating symbolic link '/etc/alternatives/x86_64-w64-mingw32-gcc.dpkg-tmp': Permission denied

BBlisto91 2024-10-04 github

You likely need to run it with sudo to get elevated privileges

LLUser-12 2024-10-04 github

You likely need to run it with sudo to get elevated privileges

did it and all worked but now i got another error
log.txt

BBlisto91 2024-10-04 github

I don't know specifically how to solve that issue as i have never encountered it on Arch, but you can try some of the things suggested in https://github.com/doitsujin/dxvk/issues/3328

LLUser-12 2024-10-04 github

ah thank you for all of your time

LLUser-12 2024-10-05 github

I don't know specifically how to solve that issue as i have never encountered it on Arch, but you can try some of the things suggested in #3328

hey so i fixed it i looked at mingw-w64 and it was on v.8.0.0 so i manualy installed these deb pkg
https://packages.ubuntu.com/noble/mingw-w64-common
https://packages.ubuntu.com/noble/mingw-w64-i686-dev
https://packages.ubuntu.com/noble/mingw-w64
https://packages.ubuntu.com/noble/mingw-w64-x86-64-dev

Upstream links