Skip to content
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

Graphical issue on intel core ultra 5 (arch linux) #710

Open
kmwagnera opened this issue Jan 1, 2025 · 4 comments
Open

Graphical issue on intel core ultra 5 (arch linux) #710

kmwagnera opened this issue Jan 1, 2025 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@kmwagnera
Copy link

kmwagnera commented Jan 1, 2025

Issue

I can start gothic 2 but there are graphical issues.
Is there any way available to solve this issue?
Bildschirmfoto_20250101_150717

Logs

logfile
If I activate -v flag, I have very much cli output... maybe it helps?
log.txt

@Try
Copy link
Owner

Try commented Jan 1, 2025

Hi, @kmwagnera !

I've looked into the log, seem to be 2 issues there:

If primitiveFragmentShadingRateMeshShader is VK_TRUE then primitiveFragmentShadingRate also needs to be VK_TRUE.

Issue here is engine requests all mesh-shader features that gpu claim to support, without accounting that other dependency has to be meet.
Since no reason to care about VRS - just need to set primitiveFragmentShadingRateMeshShader to false.

Second:

vkCmdUpdateBuffer(): dstBuffer (VkBuffer 0xe5277c0000000317[]) was created with VK_BUFFER_USAGE_2_TRANSFER_SRC_BIT_KHR|VK_BUFFER_USAGE_2_UNIFORM_BUFFER_BIT_KHR|VK_BUFFER_USAGE_2_STORAGE_BUFFER_BIT_KHR|VK_BUFFER_USAGE_2_SHADER_DEVICE_ADDRESS_BIT_KHR but requires VK_BUFFER_USAGE_TRANSFER_DST_BIT.

Need to add VK_BUFFER_USAGE_TRANSFER_DST_BIT usage for, what seem to be uniform buffer.

@Try Try added the help wanted Extra attention is needed label Jan 1, 2025
@Try
Copy link
Owner

Try commented Jan 1, 2025

Can't quite fix it immediatly, as my windows-laptop died, but can do code-reviews.

@Try Try added good first issue Good for newcomers and removed good first issue Good for newcomers labels Jan 1, 2025
@kmwagnera
Copy link
Author

The issue happens on my archlinux system...
If I can test anything, please come back to me and I will give it a try :)
Thank you!

@Try
Copy link
Owner

Try commented Jan 2, 2025

my windows-laptop died
The issue happens on my archlinux system...

I mean I have nothing that can run vulkan at the moment :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants