Just trying to run the game, but it crash on startup. Any suggestion? I am using the Linux version As additional information, when running from the folder instead of from Steam, it works, but then I have no access to any server, also, I did not found the way to register myself in the game (the sign-in system do not work and the login require an account). Thanks. Log [19:02:03.783] INFO Started at 2016-02-16 19:02:03 [19:02:03.783] INFO SDL: Built w/ v2.0.3, linked w/ v2.0.3 [19:02:04.041] INFO Looks like we are running via Steam [19:02:04.123] INFO Loading mod : scenario_demo_mode [19:02:04.131] INFO Loading mod : server_browser_show_cheat_servers [19:02:04.131] INFO listDir failed to open directory: xxx/.local/Uber Entertainment/Planetary Annihilation/mods [19:02:04.131] INFO LoadedLocalModCollection::loadLocalModCollection: Failed listDir call for "xxx/.local/Uber Entertainment/Planetary Annihilation/mods"; no mods will be loaded from this path [19:02:04.131] WARN LoadedLocalModCollection::loadLocalModCollection: Could not open xxx/.local/Uber Entertainment/Planetary Annihilation/mods/mods.json file; mods will not be mounted [19:02:04.131] INFO Client loaded 2 mods, mounted 0 [19:02:04.166] INFO Loading mod : cheat_allow_change_control [19:02:04.167] INFO Loading mod : cheat_allow_change_vision [19:02:04.171] INFO Loading mod : cheat_allow_create_unit [19:02:04.172] INFO Loading mod : cheat_allow_mod_data_updates [19:02:04.172] INFO listDir failed to open directory: xxx/.local/Uber Entertainment/Planetary Annihilation/server_mods [19:02:04.172] INFO LoadedLocalModCollection::loadLocalModCollection: Failed listDir call for "xxx/.local/Uber Entertainment/Planetary Annihilation/server_mods"; no mods will be loaded from this path [19:02:04.172] WARN LoadedLocalModCollection::loadLocalModCollection: Could not open xxx/.local/Uber Entertainment/Planetary Annihilation/server_mods/mods.json file; mods will not be mounted [19:02:04.276] INFO build version 89755, id 2015102089755 [19:02:04.277] INFO Log file xxx/.local/Uber Entertainment/Planetary Annihilation/log/PA-2016-02-16_190204.txt opened [19:02:04.278] INFO Starting async parallel for driver with 1 threads [19:02:05.043] INFO Successfully created context with configuration 1/8: v4.4 (core) [19:02:05.043] INFO HAL initializing... [19:02:05.043] INFO OpenGL Vendor: NVIDIA Corporation [19:02:05.043] INFO OpenGL Renderer: GeForce GTX 460/PCIe/SSE2 [19:02:05.043] INFO OpenGL Version: 4.4.0 NVIDIA 352.79 [19:02:05.043] INFO OpenGL Shader Language Version: 4.40 NVIDIA via Cg compiler [19:02:05.044] INFO Vendor flag set to NVidia [19:02:05.044] INFO Supported rasterizer capabilities: Gamma correct pipeline, Ranged mapping, Advanced instancing, Advanced shaders, Compute shaders [19:02:05.044] INFO Unsupported rasterizer capabilities: Persistent buffer mapping [19:02:05.044] INFO Buffer textures enabled. [19:02:05.045] INFO initial size 1920x1200 [19:02:05.155] INFO Loading effects from file /shaders/post.json [19:02:05.620] INFO Loading effects from file /shaders/content.json [19:02:06.667] INFO Loading effects from file /shaders/impostors.json [19:02:06.731] INFO Loading effects from file /shaders/misc.json [19:02:06.874] INFO Loading effects from file /shaders/particle.json [19:02:07.901] INFO Loading effects from file /shaders/scene.json [19:02:08.319] INFO Loading effects from file /shaders/vtex.json [19:02:08.544] INFO Coherent content root: "coui://ui/" [19:02:08.544] INFO Coherent host dir: "xxxxxx/Planetary Annihilation Titans/host" [19:02:08.544] INFO Coherent local store: "xxx/.local/Uber Entertainment/Planetary Annihilation/localstore" [19:02:08.544] INFO Coherent crash dumps: "xxx/.local/Uber Entertainment/Planetary Annihilation/log" [19:02:08.544] INFO [COUI] Additional host options detected. Please note that these options are experimental, untested and not officially supported, they might cause unexpected behaviour. [19:02:08.545] INFO [COUI] AdditionalHostOptions {--resource-buffer-max-allocation-size=134217728 --resource-buffer-size=2097152} [19:02:08.621] INFO ClientInterface constructed
It seems to crash when it tries to access the fmod (audio) libraries as that should have been the next line in the log. Can you try adding --no-audio to the launch parameters in Steam to test if that is the cause? Which Linux distro are you on by the way?
Correct, I have no FMod installed and with your parameter it work. I am using OpenSuse Leap (latest version). What I still not understand is why standalone it run. Any idea of what to do to solve that? Why is not installed with the game? What is the version so I could try to found it?
You should have FMOD, it's one of the libraries that comes with PA. There should be stuff like "libfmodex64-4.44.44.so" in your PA directory. PA wouldn't run outside of Steam if you didn't have those. Something clearly goes wrong when running through Steam though. At least running with --no-audio narrowed it down. Now Steam does set up custom library paths, so maybe that messes up things. Can you start Steam from the command line and see if it complains about any missing libraries when you start PA from Steam? Possibly PulseAudio related.
Here is the steam log since the app starting. Game update: AppID 386070 "Planetary Annihilation: TITANS", ProcID 8068, IP 0.0.0.0:0 ERROR: ld.so: object '/<path_to_steam>/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/<path_to_steam>/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. [20:56:50.306] INFO Started at 2016-02-17 20:56:50 [20:56:50.306] INFO SDL: Built w/ v2.0.3, linked w/ v2.0.3 Setting breakpad minidump AppID = 386070 Steam_SetMinidumpSteamID: Caching Steam ID: <steam_id> [API loaded no] [20:56:50.400] INFO Looks like we are running via Steam [20:56:50.439] INFO Loading mod : scenario_demo_mode [20:56:50.440] INFO Loading mod : server_browser_show_cheat_servers [20:56:50.440] INFO listDir failed to open directory: /<path_to_home_PA>/Planetary Annihilation/mods [20:56:50.440] INFO LoadedLocalModCollection::loadLocalModCollection: Failed listDir call for "/<path_to_home_PA>/Planetary Annihilation/mods"; no mods will be loaded from this path [20:56:50.440] WARN LoadedLocalModCollection::loadLocalModCollection: Could not open /<path_to_home_PA>/Planetary Annihilation/mods/mods.json file; mods will not be mounted [20:56:50.440] INFO Client loaded 2 mods, mounted 0 [20:56:50.442] INFO Loading mod : cheat_allow_change_control [20:56:50.442] INFO Loading mod : cheat_allow_change_vision [20:56:50.443] INFO Loading mod : cheat_allow_create_unit [20:56:50.443] INFO Loading mod : cheat_allow_mod_data_updates [20:56:50.443] INFO listDir failed to open directory: /<path_to_home_PA>/Planetary Annihilation/server_mods [20:56:50.443] INFO LoadedLocalModCollection::loadLocalModCollection: Failed listDir call for "/<path_to_home_PA>/Planetary Annihilation/server_mods"; no mods will be loaded from this path [20:56:50.443] WARN LoadedLocalModCollection::loadLocalModCollection: Could not open /<path_to_home_PA>/Planetary Annihilation/server_mods/mods.json file; mods will not be mounted [20:56:50.477] INFO build version 89755, id 2015102089755 [20:56:50.479] INFO Log file /<path_to_home_PA>/Planetary Annihilation/log/PA-2016-02-17_205650.txt opened [20:56:50.480] INFO Starting async parallel for driver with 1 threads [20:56:51.291] INFO Successfully created context with configuration 1/8: v4.4 (core) [20:56:51.291] INFO HAL initializing... [20:56:51.291] INFO OpenGL Vendor: NVIDIA Corporation [20:56:51.291] INFO OpenGL Renderer: GeForce GTX 460/PCIe/SSE2 [20:56:51.291] INFO OpenGL Version: 4.4.0 NVIDIA 352.79 [20:56:51.291] INFO OpenGL Shader Language Version: 4.40 NVIDIA via Cg compiler [20:56:51.291] INFO Vendor flag set to NVidia [20:56:51.292] INFO Supported rasterizer capabilities: Gamma correct pipeline, Ranged mapping, Advanced instancing, Advanced shaders, Compute shaders [20:56:51.292] INFO Unsupported rasterizer capabilities: Persistent buffer mapping [20:56:51.292] INFO Buffer textures enabled. [20:56:51.292] INFO initial size 1920x1200 [20:56:51.407] INFO Loading effects from file /shaders/post.json [20:56:51.779] INFO Loading effects from file /shaders/content.json [20:56:52.699] INFO Loading effects from file /shaders/impostors.json [20:56:52.820] INFO Loading effects from file /shaders/misc.json [20:56:52.984] INFO Loading effects from file /shaders/particle.json [20:56:53.000] INFO Loading effects from file /shaders/scene.json [20:56:54.820] INFO Loading effects from file /shaders/vtex.json [20:56:55.022] INFO Coherent content root: "coui://ui/" [20:56:55.022] INFO Coherent host dir: "/<path_to_steamapps_common>/Planetary Annihilation Titans/host" [20:56:55.022] INFO Coherent local store: "/<path_to_home_PA>/Planetary Annihilation/localstore" [20:56:55.022] INFO Coherent crash dumps: "/<path_to_home_PA>/Planetary Annihilation/log" [20:56:55.023] INFO [COUI] Additional host options detected. Please note that these options are experimental, untested and not officially supported, they might cause unexpected behaviour. [20:56:55.023] INFO [COUI] AdditionalHostOptions {--resource-buffer-max-allocation-size=134217728 --resource-buffer-size=2097152} [20:56:55.054] INFO ClientInterface constructed ERROR: ld.so: object '/<path_to_steam>/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/<path_to_steam>/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. [8079:8079:ERROR:nss_util.cc(686)] Failed to load NSS libraries. ERROR: ld.so: object '/<path_to_steam>/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. *** Error in `/<path_to_steamapps_common>/Planetary Annihilation Titans/PA': munmap_chunk(): invalid pointer: 0x00000000051641d0 ***
======= Backtrace: ========= /lib64/libc.so.6(+0x727ff)[0x7f63323f57ff] /lib64/libc.so.6(+0x7806e)[0x7f63323fb06e] /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libasound.so.2(snd_device_name_free_hint+0x29)[0x7f63163b24e9] /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libasound.so.2(snd_device_name_hint+0x1dd)[0x7f63163b26ed] /<path_to_steamapps_common>/Planetary Annihilation Titans/libfmodex64-4.44.44.so(+0xc943a)[0x7f63338a143a] /<path_to_steamapps_common>/Planetary Annihilation Titans/libfmodex64-4.44.44.so(+0xc95d0)[0x7f63338a15d0] /<path_to_steamapps_common>/Planetary Annihilation Titans/libfmodex64-4.44.44.so(+0xc962a)[0x7f63338a162a] /<path_to_steamapps_common>/Planetary Annihilation Titans/libfmodex64-4.44.44.so(+0x4a915)[0x7f6333822915] /<path_to_steamapps_common>/Planetary Annihilation Titans/libfmodex64-4.44.44.so(_ZN4FMOD6System13getDriverCapsEiPjPiP16FMOD_SPEAKERMODE+0x38)[0x7f6333892778] /<path_to_steamapps_common>/Planetary Annihilation Titans/PA[0x901642] /<path_to_steamapps_common>/Planetary Annihilation Titans/PA[0x4c2997] /<path_to_steamapps_common>/Planetary Annihilation Titans/PA[0x8a229b] /<path_to_steamapps_common>/Planetary Annihilation Titans/PA[0x41eb6d] /lib64/libc.so.6(__libc_start_main+0xf5)[0x7f63323a4b05] /<path_to_steamapps_common>/Planetary Annihilation Titans/PA[0x4259d1] ======= Memory map: ======== 00400000-00ced000 r-xp 00000000 08:14 192886 /<path_to_steamapps_common>/Planetary Annihilation Titans/PA 00eed000-00eee000 r--p 008ed000 08:14 192886 /<path_to_steamapps_common>/Planetary Annihilation Titans/PA 00eee000-00ef5000 rw-p 008ee000 08:14 192886 /<path_to_steamapps_common>/Planetary Annihilation Titans/PA 00ef5000-00f08000 rw-p 00000000 00:00 0 01e39000-052b7000 rw-p 00000000 00:00 0 [heap] 40831000-40833000 r-xs 00000000 00:33 22460 /<path_to_tmp>/.glaWDxTk (deleted) 40d68000-40e07000 rw-p 00000000 00:00 0 7f6310000000-7f6310021000 rw-p 00000000 00:00 0 7f6310021000-7f6314000000 ---p 00000000 00:00 0 7f631637c000-7f6316462000 r-xp 00000000 08:14 193772 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libasound.so.2 7f6316462000-7f6316662000 ---p 000e6000 08:14 193772 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libasound.so.2 7f6316662000-7f6316668000 r--p 000e6000 08:14 193772 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libasound.so.2 7f6316668000-7f6316669000 rw-p 000ec000 08:14 193772 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libasound.so.2 7f6316669000-7f631666a000 ---p 00000000 00:00 0 7f631666a000-7f6318000000 rw-p 00000000 00:00 0 [stack:8076] 7f6318000000-7f6318212000 rw-p 00000000 00:00 0 7f6318212000-7f631c000000 ---p 00000000 00:00 0 7f631c000000-7f631c021000 rw-p 00000000 00:00 0 7f631c021000-7f6320000000 ---p 00000000 00:00 0 7f6320000000-7f6320021000 rw-p 00000000 00:00 0 7f6320021000-7f6324000000 ---p 00000000 00:00 0 7f6324065000-7f63241ea000 rw-p 00000000 00:00 0 7f63243c9000-7f63243ca000 rw-p 00000000 00:00 0 7f63243ca000-7f63243cb000 r--p 00000000 00:23 115556 <path_to_local_lib>en_GB.utf8/LC_IDENTIFICATION 7f63243cb000-7f63243cc000 r--p 00000000 00:23 118187 <path_to_local_lib>en_GB.utf8/LC_MEASUREMENT 7f63243cc000-7f63243cd000 r--p 00000000 00:23 118330 <path_to_local_lib>en_GB.utf8/LC_TELEPHONE 7f63243cd000-7f63243ce000 r--p 00000000 00:23 115555 <path_to_local_lib>en_GB.utf8/LC_ADDRESS 7f63243ce000-7f63243cf000 r--p 00000000 00:23 118329 <path_to_local_lib>en_GB.utf8/LC_NAME 7f63243cf000-7f63243d0000 r--p 00000000 00:23 118191 <path_to_local_lib>en_GB.utf8/LC_PAPER 7f63243d0000-7f63243d1000 r--p 00000000 00:23 118216 <path_to_local_lib>en_GB.utf8/LC_MESSAGES/SYS_LC_MESSAGES 7f63243d1000-7f63243d2000 r--p 00000000 00:23 118328 <path_to_local_lib>en_GB.utf8/LC_MONETARY 7f63243d2000-7f6324502000 r--p 00000000 00:23 118185 <path_to_local_lib>en_GB.utf8/LC_COLLATE 7f6324502000-7f6324503000 r--p 00000000 00:23 118384 <path_to_local_lib>en_GB.utf8/LC_TIME 7f6324503000-7f6324542000 r--p 00000000 00:23 118186 <path_to_local_lib>en_GB.utf8/LC_CTYPE 7f6324542000-7f6324546000 rw-s 00000000 00:12 646748 /dev/shm/com.CoherentLabs.CoherentUI.shmem.host-72b16c73-b492-4a31-9768-3a0d32704cc6 7f6324546000-7f6324586000 rw-s 00000000 00:12 646747 /dev/shm/0fc17616-9d56-4874-96dd-bcbc603f85be_0 7f6324586000-7f6324593000 rw-s 00000000 00:12 646745 /dev/shm/0fc17616-9d56-4874-96dd-bcbc603f85be 7f6324593000-7f63245d3000 rw-s 00000000 00:12 646744 /dev/shm/8f2249e0-339b-4dde-96d9-72ffa1bfd7ff_0 7f63245d3000-7f63245e0000 rw-s 00000000 00:12 646742 /dev/shm/8f2249e0-339b-4dde-96d9-72ffa1bfd7ff 7f63245e0000-7f6324660000 rw-s 13adc0000 00:06 9422 /dev/nvidiactl 7f6324660000-7f63246e0000 rw-s 5b05f000 00:06 9422 /dev/nvidiactl 7f63246e0000-7f6324760000 rw-s 5b4ad000 00:06 9422 /dev/nvidiactl 7f6324760000-7f6324860000 rw-s 10614f000 00:06 9422 /dev/nvidiactl 7f6324860000-7f6324914000 rw-s 20e636000 00:06 9422 /dev/nvidiactl 7f6324914000-7f6324956000 r-xp 00000000 08:14 194272 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/lib/x86_64-linux-gnu/libdbus-1.so.3 7f6324956000-7f6324b56000 ---p 00042000 08:14 194272 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/lib/x86_64-linux-gnu/libdbus-1.so.3 7f6324b56000-7f6324b57000 r--p 00042000 08:14 194272 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/lib/x86_64-linux-gnu/libdbus-1.so.3 7f6324b57000-7f6324b58000 rw-p 00043000 08:14 194272 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/lib/x86_64-linux-gnu/libdbus-1.so.3 7f6324b58000-7f6324b5c000 r-xp 00000000 08:14 193125 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 7f6324b5c000-7f6324d5b000 ---p 00004000 08:14 193125 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 7f6324d5b000-7f6324d5c000 r--p 00003000 08:14 193125 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 7f6324d5c000-7f6324d5d000 rw-p 00004000 08:14 193125 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 7f6324d5d000-7f6324d5f000 r-xp 00000000 08:14 193439 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXss.so.1 7f6324d5f000-7f6324f5e000 ---p 00002000 08:14 193439 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXss.so.1 7f6324f5e000-7f6324f5f000 r--p 00001000 08:14 193439 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXss.so.1 7f6324f5f000-7f6324f60000 rw-p 00002000 08:14 193439 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXss.so.1 7f6324f60000-7f6324f67000 r-xp 00000000 08:14 193116 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXrandr.so.2 7f6324f67000-7f6325166000 ---p 00007000 08:14 193116 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXrandr.so.2 7f6325166000-7f6325167000 r--p 00006000 08:14 193116 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXrandr.so.2 7f6325167000-7f6325168000 rw-p 00007000 08:14 193116 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXrandr.so.2 7f6325168000-7f6325176000 r-xp 00000000 08:14 193424 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXi.so.6 7f6325176000-7f6325375000 ---p 0000e000 08:14 193424 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXi.so.6 7f6325375000-7f6325376000 r--p 0000d000 08:14 193424 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXi.so.6 7f6325376000-7f6325377000 rw-p 0000e000 08:14 193424 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXi.so.6 7f6325377000-7f6325379000 r-xp 00000000 08:14 193441 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXinerama.so.1 7f6325379000-7f6325578000 ---p 00002000 08:14 193441 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXinerama.so.1 7f6325578000-7f6325579000 r--p 00001000 08:14 193441 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXinerama.so.1
7f6325579000-7f632557a000 rw-p 00002000 08:14 193441 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXinerama.so.1 7f632557a000-7f632557f000 r-xp 00000000 08:14 194354 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXfixes.so.3 7f632557f000-7f632577e000 ---p 00005000 08:14 194354 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXfixes.so.3 7f632577e000-7f632577f000 r--p 00004000 08:14 194354 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXfixes.so.3 7f632577f000-7f6325780000 rw-p 00005000 08:14 194354 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXfixes.so.3 7f6325780000-7f6325789000 r-xp 00000000 08:14 193909 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXrender.so.1 7f6325789000-7f6325988000 ---p 00009000 08:14 193909 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXrender.so.1 7f6325988000-7f6325989000 r--p 00008000 08:14 193909 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXrender.so.1 7f6325989000-7f632598a000 rw-p 00009000 08:14 193909 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXrender.so.1 7f632598a000-7f6325993000 r-xp 00000000 08:14 193895 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXcursor.so.1 7f6325993000-7f6325b92000 ---p 00009000 08:14 193895 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXcursor.so.1 7f6325b92000-7f6325b93000 r--p 00008000 08:14 193895 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXcursor.so.1 7f6325b93000-7f6325b94000 rw-p 00009000 08:14 193895 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libXcursor.so.1 7f6325b94000-7f6325b95000 ---p 00000000 00:00 0 7f6325b95000-7f6326395000 rw-p 00000000 00:00 0 [stack:8075] 7f6326395000-7f6326396000 ---p 00000000 00:00 0 7f6326396000-7f6326b96000 rw-p 00000000 00:00 0 [stack:8074] 7f6326b96000-7f6327ca3000 r-xp 00000000 00:36 465277 /<path_to_steam>/linux64/steamclient.so 7f6327ca3000-7f6327ea2000 ---p 0110d000 00:36 465277 /<path_to_steam>/linux64/steamclient.so 7f6327ea2000-7f6327f6a000 r--p 0110c000 00:36 465277 /<path_to_steam>/linux64/steamclient.so 7f6327f6a000-7f6327f83000 rw-p 011d4000 00:36 465277 /<path_to_steam>/linux64/steamclient.so 7f6327f83000-7f6327fc9000 rw-p 00000000 00:00 0 7f6327fc9000-7f6327fca000 ---p 00000000 00:00 0 7f6327fca000-7f63287ca000 rw-p 00000000 00:00 0 [stack:8073] 7f63287ca000-7f63287cb000 ---p 00000000 00:00 0 7f63287cb000-7f6328fcb000 rw-p 00000000 00:00 0 [stack:8072] 7f6328fcb000-7f6328fcc000 ---p 00000000 00:00 0 7f6328fcc000-7f63297cc000 rw-p 00000000 00:00 0 [stack:8071] 7f63297cc000-7f632a7cd000 rw-s 00000000 00:12 646283 /dev/shm/<user_name>-Shm_c85de9f5 7f632a7cd000-7f632a8ce000 rw-s 00000000 00:12 646282 /dev/shm/<user_name>-Shm_18cdc24b 7f632a8ce000-7f632a8da000 r-xp 00000000 00:23 1311 /lib64/libcrypt-2.19.so 7f632a8da000-7f632aad9000 ---p 0000c000 00:23 1311 /lib64/libcrypt-2.19.so 7f632aad9000-7f632aada000 r--p 0000b000 00:23 1311 /lib64/libcrypt-2.19.so 7f632aada000-7f632aadb000 rw-p 0000c000 00:23 1311 /lib64/libcrypt-2.19.so 7f632aadb000-7f632ab09000 rw-p 00000000 00:00 0 7f632ab09000-7f632aba7000 r-xp 00000000 08:14 193112 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libsqlite3.so.0 7f632aba7000-7f632ada7000 ---p 0009e000 08:14 193112 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libsqlite3.so.0 7f632ada7000-7f632ada9000 r--p 0009e000 08:14 193112 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libsqlite3.so.0 7f632ada9000-7f632adab000 rw-p 000a0000 08:14 193112 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libsqlite3.so.0 7f632adab000-7f632adac000 rw-p 00000000 00:00 0 7f632adac000-7f632adf1000 r-xp 00000000 08:14 193810 /<path_to_steamapps_common>/Planetary Annihilation
Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libhx509.so.5 7f632adf1000-7f632aff1000 ---p 00045000 08:14 193810 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libhx509.so.5 7f632aff1000-7f632aff3000 r--p 00045000 08:14 193810 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libhx509.so.5 7f632aff3000-7f632aff5000 rw-p 00047000 08:14 193810 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libhx509.so.5 7f632aff5000-7f632aff6000 rw-p 00000000 00:00 0 7f632aff6000-7f632b004000 r-xp 00000000 08:14 193331 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libheimbase.so.1 7f632b004000-7f632b203000 ---p 0000e000 08:14 193331 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libheimbase.so.1 7f632b203000-7f632b204000 r--p 0000d000 08:14 193331 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libheimbase.so.1 7f632b204000-7f632b205000 rw-p 0000e000 08:14 193331 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libheimbase.so.1 7f632b205000-7f632b22d000 r-xp 00000000 08:14 193453 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libwind.so.0 7f632b22d000-7f632b42c000 ---p 00028000 08:14 193453 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libwind.so.0 7f632b42c000-7f632b42d000 r--p 00027000 08:14 193453 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libwind.so.0 7f632b42d000-7f632b42e000 rw-p 00028000 08:14 193453 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libwind.so.0 7f632b42e000-7f632b431000 r-xp 00000000 08:14 193715 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/lib/x86_64-linux-gnu/libkeyutils.so.1 7f632b431000-7f632b630000 ---p 00003000 08:14 193715 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/lib/x86_64-linux-gnu/libkeyutils.so.1 7f632b630000-7f632b631000 r--p 00002000 08:14 193715 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/lib/x86_64-linux-gnu/libkeyutils.so.1 7f632b631000-7f632b632000 rw-p 00003000 08:14 193715 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/lib/x86_64-linux-gnu/libkeyutils.so.1 7f632b632000-7f632b646000 r-xp 00000000 08:14 193083 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libroken.so.18 7f632b646000-7f632b845000 ---p 00014000 08:14 193083 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libroken.so.18 7f632b845000-7f632b846000 r--p 00013000 08:14 193083 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libroken.so.18 7f632b846000-7f632b847000 rw-p 00014000 08:14 193083 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libroken.so.18 7f632b847000-7f632b878000 r-xp 00000000 08:14 193062 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libhcrypto.so.4 7f632b878000-7f632ba78000 ---p 00031000 08:14 193062 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libhcrypto.so.4 7f632ba78000-7f632ba79000 r--p 00031000 08:14 193062 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libhcrypto.so.4 7f632ba79000-7f632ba7a000 rw-p 00032000 08:14 193062 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libhcrypto.so.4 7f632ba7a000-7f632ba7b000 rw-p 00000000 00:00 0 7f632ba7b000-7f632bb16000 r-xp 00000000 08:14 193287 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libasn1.so.8 7f632bb16000-7f632bd15000 ---p 0009b000 08:14 193287 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libasn1.so.8 7f632bd15000-7f632bd17000 r--p 0009a000 08:14 193287 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libasn1.so.8 7f632bd17000-7f632bd1b000 rw-p 0009c000 08:14 193287 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libasn1.so.8 7f632bd1b000-7f632bd9b000 r-xp 00000000 08:14 194534 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libkrb5.so.26 7f632bd9b000-7f632bf9b000 ---p 00080000 08:14 194534 /<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libkrb5.so.26Dump written to /<path_to_tmp>/7ef84ea2-1c56-f55c-48dce17e-5e71ff0c.dmp ERROR: ld.so: object '/<path_to_steam>/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. Crash uploaded, link developer to <LINK> Previous crashes stored in /<path_to_tmp>/checkpoint.cpk crashupload returned success Game removed: AppID 386070 "Planetary Annihilation: TITANS", ProcID 8069
So the crash is all the way down in libasound. That's kind of weird. Especially since the same file should be used when running PA stand-alone. But maybe it doesn't, so could you try renaming the libasound libraries in "/<path_to_steamapps_common>/Planetary Annihilation Titans/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/" to libasound.bak or something like that and try again. Technically, it should pick up your system libraries instead of the copies that ship with PA. You can also try renaming steam-runtime to steam-runtime.bak altogether to use only system libraries. (Also, it's probably easier to save those logs to a .txt file which you can then attach to posts with the "Upload a File" button on this forum. Saves you a bit of hassle.)