I have isntalled with
apt install yuzu
and install vulkan driver with
sudo apt install mesa-vulkan-drivers mesa-utils vulkan-tools
But when i try to runa game but after loading menu it crash. Here is the output log :
herobrine@pi5:~ $ yuzu
QStandardPaths: wrong permissions on runtime directory /run/user/1000, 0770 instead of 0700
libpng warning: iCCP: known incorrect sRGB profile
assertion failed: !is_executing
Message:(none)terminate called without an active exception
Aborted
herobrine@pi5:~ $ sudo /usr/games/yuzu
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
libpng warning: iCCP: known incorrect sRGB profile
qt.qpa.xcb: QXcbConnection: XCB error: 10 (BadAccess), sequence: 2056, resource id: 6291503, major code: 130 (Unknown), minor code: 1
qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 2058, resource id: 6291527, major code: 146 (Unknown), minor code: 4
qt.qpa.xcb: QXcbConnection: XCB error: 10 (BadAccess), sequence: 2060, resource id: 6291527, major code: 130 (Unknown), minor code: 1
qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 2062, resource id: 6291531, major code: 146 (Unknown), minor code: 4
qt.qpa.xcb: QXcbConnection: XCB error: 10 (BadAccess), sequence: 2064, resource id: 6291531, major code: 130 (Unknown), minor code: 1
qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 2066, resource id: 6291535, major code: 146 (Unknown), minor code: 4
qt.qpa.xcb: QXcbConnection: XCB error: 10 (BadAccess), sequence: 2068, resource id: 6291535, major code: 130 (Unknown), minor code: 1
qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 2070, resource id: 6291539, major code: 146 (Unknown), minor code: 4
assertion failed: !is_executing
Message:(none)Unhandled SIGSEGV at pc 0x000055559305b4e4
terminate called without an active exception
Segmentation fault
Can somone help me please ?