[GH-ISSUE #796] shadPS4 can't detect any video devices #210

Closed
opened 2026-02-27 21:05:09 +03:00 by kerem · 1 comment
Owner

Originally created by @m0tholith on GitHub (Sep 5, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/796

I compiled shadPS4 per the build guide (both SDL and Qt versions) and both don't work at all, seemingly for the same reason:

# SDL version
❯ shadps4 ~/Downloads/Tetris_eboot.bin
[Loader] <Info> emulator.cpp:Emulator:52: Starting shadps4 emulator v0.2.0 
[Loader] <Info> emulator.cpp:Emulator:53: Revision GITDIR-NOTFOUND
[Loader] <Info> emulator.cpp:Emulator:54: Branch GIT-NOTFOUND
[Loader] <Info> emulator.cpp:Emulator:55: Description GIT-NOTFOUND
[Kernel.Vmm] <Info> address_space.cpp:Impl:319: System managed virtual memory region: 0x400000 - 0x7ffffbfff
[Kernel.Vmm] <Info> address_space.cpp:Impl:322: System reserved virtual memory region: 0x7ffffc000 - 0xfffffffff
[Kernel.Vmm] <Info> address_space.cpp:Impl:324: User virtual memory region: 0x1000000000 - 0x10fffffffff
[Kernel.Vmm] <Info> memory.cpp:MemoryManager:33: Usable memory address space: 1087_GB
[Kernel.Vmm] <Info> memory.cpp:MemoryManager:33: Usable memory address space: 1087_GB
[Debug] <Critical> sdl_window.cpp:WindowSDL:26: Unreachable code!
Failed to initialize SDL video subsystem: No available video device

# Qt version
❯ shadps4
terminate called after throwing an instance of 'std::runtime_error'
  what():  Failed to load vulkan library!

System info:

  • OS: Linux 6.10.6 (NixOS)
  • Environment: Hyprland
  • CPU: Intel Core i7-12650H
  • GPU: Nvidia RTX 3050 Ti (Driver version 560.31.02)
    I also double checked that Vulkan is working.
Originally created by @m0tholith on GitHub (Sep 5, 2024). Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/796 I compiled shadPS4 per the build guide (both SDL and Qt versions) and both don't work at all, seemingly for the same reason: ```bash # SDL version ❯ shadps4 ~/Downloads/Tetris_eboot.bin [Loader] <Info> emulator.cpp:Emulator:52: Starting shadps4 emulator v0.2.0 [Loader] <Info> emulator.cpp:Emulator:53: Revision GITDIR-NOTFOUND [Loader] <Info> emulator.cpp:Emulator:54: Branch GIT-NOTFOUND [Loader] <Info> emulator.cpp:Emulator:55: Description GIT-NOTFOUND [Kernel.Vmm] <Info> address_space.cpp:Impl:319: System managed virtual memory region: 0x400000 - 0x7ffffbfff [Kernel.Vmm] <Info> address_space.cpp:Impl:322: System reserved virtual memory region: 0x7ffffc000 - 0xfffffffff [Kernel.Vmm] <Info> address_space.cpp:Impl:324: User virtual memory region: 0x1000000000 - 0x10fffffffff [Kernel.Vmm] <Info> memory.cpp:MemoryManager:33: Usable memory address space: 1087_GB [Kernel.Vmm] <Info> memory.cpp:MemoryManager:33: Usable memory address space: 1087_GB [Debug] <Critical> sdl_window.cpp:WindowSDL:26: Unreachable code! Failed to initialize SDL video subsystem: No available video device # Qt version ❯ shadps4 terminate called after throwing an instance of 'std::runtime_error' what(): Failed to load vulkan library! ``` System info: - OS: Linux 6.10.6 (NixOS) - Environment: Hyprland - CPU: Intel Core i7-12650H - GPU: Nvidia RTX 3050 Ti (Driver version 560.31.02) I also double checked that Vulkan is working.
kerem closed this issue 2026-02-27 21:05:09 +03:00
Author
Owner

@Hermiten commented on GitHub (Oct 1, 2024):

Hello, any update about this ?

<!-- gh-comment-id:2386400308 --> @Hermiten commented on GitHub (Oct 1, 2024): Hello, any update about this ?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#210
No description provided.