Upgraded to Titans, game won't load when launched from Steam

Discussion in 'Support!' started by nathan173ab, June 29, 2016.

  1. nathan173ab

    nathan173ab New Member

    Messages:
    15
    Likes Received:
    3
    My system ran the original PA fine but, when I launch Titans, the windows shows up but just hangs there for a few minutes before finally crashing, no graphics or sound. This only happens when I launch the game from Steam. When I launch the game using the "PA" executable in its Steam directory, it runs fine.

    I'm on Xubuntu 16.04 64-bit, Nvidia driver 367.27. System specs: i5-6500, 2x4GB DDR4, 4GB GTX 960.
  2. mikeyh

    mikeyh Post Master General

    Messages:
    1,869
    Likes Received:
    1,509
  3. nathan173ab

    nathan173ab New Member

    Messages:
    15
    Likes Received:
    3
    Here is one from the most recent attempt at launching through Steam.

    Attached Files:

  4. mikeyh

    mikeyh Post Master General

    Messages:
    1,869
    Likes Received:
    1,509
    Try with command line option:
    • --software-ui
  5. helium2s1

    helium2s1 New Member

    Messages:
    2
    Likes Received:
    0
    I'm having the same issue, Ubuntu 16.04. I can't even get it to launch from the folder, however, and the switch suggested did nothing. Running steam from terminal I can see the following error almost immediately after trying to launch Titans (PA works fine).
    *** Error in `/home/helium2s1/.steam/steam/steamapps/common/Planetary Annihilation Titans/PA': free(): invalid pointer: 0x00007f06e384fb78 ***
  6. nathan173ab

    nathan173ab New Member

    Messages:
    15
    Likes Received:
    3
    I put that launch option in Steam; same result.
  7. DeathByDenim

    DeathByDenim Post Master General

    Messages:
    4,327
    Likes Received:
    2,125
    There's a bug in Steam where outdated audio libraries in the Steam runtime environment don't work well with the much newer system libraries. Your log stop exactly when the the audio library is supposed to be initialized. Could you try running Steam like this:
    Code:
    LD_PRELOAD="/usr/lib/i386-linux-gnu/libasound.so.2:/usr/lib/x86_64-linux-gnu/libasound.so.2" steam
    Does that help?
  8. DeathByDenim

    DeathByDenim Post Master General

    Messages:
    4,327
    Likes Received:
    2,125
    Do you have a log too? Yours sounds like a different problem.
  9. helium2s1

    helium2s1 New Member

    Messages:
    2
    Likes Received:
    0
  10. DeathByDenim

    DeathByDenim Post Master General

    Messages:
    4,327
    Likes Received:
    2,125
    Yeah, Steam for Linux issue #4139. I hope they'll fix that one day...
    Anyway, thanks for reporting back!

Share This Page