SecondFaceSoftware / PortalRevolution-Issues

Issue tracker for Portal: Revolution
https://www.portalrevolution.com
6 stars 2 forks source link

Unable to launch the game (“Unable to find a Vulkan 1.3 compatible GPU”) #194

Closed quarthex closed 9 months ago

quarthex commented 9 months ago

Game Version

1.2.0 (Februar 13th)

Describe the bug

The Portal 2 game runs well. Portal Revolution used to work.

To Reproduce

Execute launch_game.sh

Expected behavior

N/A

Screenshots

zenity: symbol lookup error: /usr/lib/libgtk-4.so.1: undefined symbol: cairo_xlib_surface_create_for_bitmap
[S_API] SteamAPI_Init(): Loaded '~/.local/share/Steam/linux64/steamclient.so' OK.
Setting breakpad minidump AppID = 601360
SteamInternal_SetMinidumpSteamID:  Caching Steam ID:  76561198125632619 [API loaded no]
SDL video target is 'x11'
info:  Game: revolution
info:  DXVK: v2.1
info:  Built-in extension providers:
info:    SDL2 WSI
info:  Vulkan: Found vkGetInstanceProcAddr in libvulkan.so @ 0x7e901c1b0f50
info:  Enabled instance extensions:
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_xlib_surface
warn:  Skipping Vulkan 1.2 adapter: NVIDIA GeForce GTX 660
warn:  DXVK: No adapters found. Please check your device filter settings and Vulkan setup.
Tried to set a base path in gameinfo.txt (platform). Ignoring...
Got ISteamNetworkingSockets user interfaces from steam lib
USRLOCAL path using Steam profile data folder:
~/.local/share/Steam/userdata/165366891/601360/local
SDL video target is 'x11'
Did not detect any valid joysticks.
Timed out waiting for game mapping!
Failed to parse local Steam Input IGA file!
Successfully Initialized Steam Controller Configuration.
Trying to set dxlevel (90) which is higher than the card can support (0)!
zenity: symbol lookup error: /usr/lib/libgtk-4.so.1: undefined symbol: cairo_xlib_surface_create_for_bitmap
Unable to find a Vulkan 1.3 compatible GPU! Make sure your drivers are up to date and ensure your GPU supports Vulkan 1.3
System (VMaterialSystem080) failed during stage INITIALIZATION
zenity: symbol lookup error: /usr/lib/libgtk-4.so.1: undefined symbol: cairo_xlib_surface_create_for_bitmap
Missing shutdown function for Steam3Client().Activate() : Steam3Client().Shutdown()
Missing shutdown function for Sys_InitFilesystem( m_StartupInfo.m_pInitialMod ) : Sys_ShutdownFileSystem()

Desktop

OS: GNU/Linux 6.7.4 (Archlinux) GPU: NVIDIA GeForce GTX 660 CPU: Intel Core i5-4460 CPU @ 3.2GHz RAM: 7.7GiB

StefanH-AT commented 9 months ago

The error "Unable to find a Vulkan 1.3 compatible GPU" indicates that the game is unable to find a vulkan 1.3 compatible gpu. Your GeForce GTX 660 doesn't support Vulkan 1.3, which is required by the game, as indicated by our hardware specifications on Steam

quarthex commented 9 months ago

So, why dit it work beforehand? Why does Portal 2 work? Does this game use another game engine?