Closed brakhane closed 6 months ago
Update: the Radeon user just confirmed that reverting that commit (and the following "fix linux" commit) also fixes it for them.
Reverted to previous shader compiler release for linux
That seems to have fixed it. There's another segfault happening right after shader compilation, but that seems to be unrelated, I'll open a new bugreport for that once I have more information
The current master causes a crash during start due to a failed assertion (Intel Xe iGPU):
CreateShader returns VK_ERROR_UNKNOWN (An unknown error has occurred; either the application has provided invalid input, or an implementation failure has occurred.).
Using git bisect I managed to find the offending commit to be ced5b7ae8efb454c6ae7cb379ed19af24699583f, which updates dxcompiler to the May 2024 version.
Given the Vulkan error code, it could be a bug in the Intel driver, but since there have been other reports in the Discord about the recent Linux builds crashing on CreateShader on Radeon, there might be more to it.