mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[GH-ISSUE #793] Invalid device on startup #206
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#206
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bdzerr on GitHub (Sep 5, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/793
I have all perquisites, tried different builds and also building it myself and I must be missing something as i get the error below while trying to start the app,it happens after I select the install location for games, could someone point out what I'm doing wrong?
ERROR: vkDestroyFramebuffer: Invalid device [VUID-vkDestroyFramebuffer-device-parameter]
14900K
RTX 4090, Driver Ver: Latest 560.94
@bdzerr commented on GitHub (Sep 11, 2024):
Further looking with event viewer shows the error in vulkan-1.dll, Ive tried reinstalling NV drivers, using the Vulkan installer standalone, neither has helped codes are:
Exception code: 0xc0000409
Fault offset: 0x00000000000b5345
@Hermiten commented on GitHub (Oct 1, 2024):
I'm clsing it because little information and not followed up
@bdzerr commented on GitHub (Oct 3, 2024):
Well the issue is still present, I was asking for help and gave every but of information i could what information is needed rather then closing it?
@Hermiten commented on GitHub (Oct 4, 2024):
Maybe which platform and which version ?
@Devirex commented on GitHub (Oct 21, 2024):
I had a similar issue with one layer blocking my device on windows. Run Powershell:
$env:VK_LOADER_DEBUG="error,warn,layer"run software
Output:
I had to set the disable env var of the someotherapp layer to true '$env:DISABLE_VK_LAYER_someapp_layer_1="true"'
running software again and issue was gone