GpuZelenograd / memtest_vulkan

Vulkan compute tool for testing video memory stability
https://github.com/GpuZelenograd/memtest_vulkan/blob/main/Readme.md
zlib License
291 stars 14 forks source link

Can you fix the Vulkan usage in a set of emulators? #5

Closed Zero3K closed 1 year ago

Zero3K commented 1 year ago

One of the emulators in the set works for the most part (It just has black overlaying the game) while the other has an error when creating the compute pipeline. The source code for them can be found at https://sourceforge.net/projects/hpsx64/files/Source/v0410/hpsx64v0410.tar.xz/download.

galkinvv commented 1 year ago

Unfortunately I'm not the expert in graphics development - I specialize in graphics cards repair and the memtest_vulkan tool is my side project.

If you have some details about the "error while creating the compute pipeline" share it, maybe I can give some ideas if the problem would be similar to the problems I see during memtest_vulkan development.

However I'll definitely will NOT edit the code of those emulators myself - I've already have too much projects for now, to enter one more, hope for understanding

Zero3K commented 1 year ago

It might be an issue with the driver itself. I will see if the guy will send me the fix for the compute error in RE7 that he offered to other people a while ago and then see if it fixes this issue once I get and install it. If that doesn't fix it, then I will see what Intel finds regarding it.

Zero3K commented 1 year ago

Never mind, the fix for RE7 is a custom launcher. So, I will wait for Intel to give me more info. Maybe one of them can offer a fix to the program since it is open source. If they do offer a fix, I will look into seeing if the other issue (black color overlapping the game) can also be fixed by them.