While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Dungeon Clawler will grab hold of your free time now it's in Early Access, plus keys to give away
- Steam getting proper Season Pass support with clearer guidelines and refunds for cancellations
- itch.io store now requires AI generated content disclosures for assets
- Mesa 24.3.0 graphics drivers for Linux released with many new features and bug fixes
- Huge new Proton 9.0-4 update for Steam Deck / Linux now in need of testing
- > See more over 30 days here
-
Steam Autumn Sale is live for you to empty your wallets…
- Cloversheen -
New Steam Controller 2 and VR controller designs got le…
- johnny-linux -
Steam Autumn Sale is live for you to empty your wallets…
- Cloversheen -
Steam Autumn Sale is live for you to empty your wallets…
- Liam Dawe -
New Steam Controller 2 and VR controller designs got le…
- sarmad - > See more comments
- New Desktop Screenshot Thread
- Hamish - Spare gog keys
- Pyrate - Nintendo-style gaming, without Nintendo!
- Talon1024 - What have you been listening to?
- Linux_Rocks - More updates - social media related
- Klaas - See more posts
It just seg faults for me .
Tried runtime and native steam.
View PC info
Also vulkainfo could provide some clues. Just run this in terminal to get it:
vulkaninfo --summary
couldGame works for me and here's what mine looks like:
WARNING: radv is not a conformant Vulkan implementation, testing use only.
==========
VULKANINFO
==========
Vulkan Instance Version: 1.2.198
Instance Extensions: count = 18
-------------------------------
VK_EXT_acquire_drm_display : extension revision 1
VK_EXT_acquire_xlib_display : extension revision 1
VK_EXT_debug_report : extension revision 10
VK_EXT_debug_utils : extension revision 2
VK_EXT_direct_mode_display : extension revision 1
VK_EXT_display_surface_counter : extension revision 1
VK_KHR_device_group_creation : extension revision 1
VK_KHR_display : extension revision 23
VK_KHR_external_fence_capabilities : extension revision 1
VK_KHR_external_memory_capabilities : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2 : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2 : extension revision 1
VK_KHR_surface : extension revision 25
VK_KHR_surface_protected_capabilities : extension revision 1
VK_KHR_xcb_surface : extension revision 6
VK_KHR_xlib_surface : extension revision 6
Instance Layers: count = 5
--------------------------
VK_LAYER_MESA_device_select Linux device selection layer 1.2.73 version 1
VK_LAYER_VALVE_steam_fossilize_32 Steam Pipeline Caching Layer 1.2.136 version 1
VK_LAYER_VALVE_steam_fossilize_64 Steam Pipeline Caching Layer 1.2.136 version 1
VK_LAYER_VALVE_steam_overlay_32 Steam Overlay Layer 1.2.136 version 1
VK_LAYER_VALVE_steam_overlay_64 Steam Overlay Layer 1.2.136 version 1
Devices:
========
GPU0:
apiVersion = 4202691 (1.2.195)
driverVersion = 88092676 (0x5403004)
vendorID = 0x1002
deviceID = 0x73bf
deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
deviceName = AMD RADV SIENNA_CICHLID
driverID = DRIVER_ID_MESA_RADV
driverName = radv
driverInfo = Mesa 21.3.4
conformanceVersion = 1.2.3.0
Done all that , All other vulkan games run + DXVK games.
It is a little baffling.
I even checked to see if it was a permissions thing too.
Running Steam through the console shows nothing of help either.
Using breakpad crash handler
[S_API] SteamAPI_Init(): Loaded '/home/pete/.local/share/Steam/linux64/steamclient.so' OK.
Setting breakpad minidump AppID = 1902490
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
SteamInternal_SetMinidumpSteamID: Caching Steam ID: 76561198035812722 [API loaded yes]
SteamInternal_SetMinidumpSteamID: Setting Steam ID: 76561198035812722
src/tcmalloc.cc:390] Attempt to free invalid pointer: 0x55a01ec76750
crash_20220305103102_2.dmp[69340]: Uploading dump (out-of-process)
/tmp/dumps/crash_20220305103102_2.dmp
Aborted (core dumped)
[pete@com1 linuxsteamrt64]$ crash_20220305103102_2.dmp[69340]: Finished uploading minidump (out-of-process): success = yes
crash_20220305103102_2.dmp[69340]: response: CrashID=bp-720890b9-cff5-4c96-92e8-d03ca2220305
crash_20220305103102_2.dmp[69340]: file ''/tmp/dumps/crash_20220305103102_2.dmp'', upload yes: ''CrashID=bp-720890b9-cff5-4c96-92e8-d03ca2220305''
View PC info
That pretty much shows that it crashes. You can take a look inside those with strings command. There should be proper tools for opening them, but I haven't gotten around figuring that out.
I found also that somebody else has had problem starting up the game: https://github.com/ValveSoftware/Source-1-Games/issues/3863