Getting PA working on Ubuntu 13.04

Discussion in 'Mac and Linux' started by liamdawe, June 15, 2013.

  1. liamdawe

    liamdawe Active Member

    Messages:
    349
    Likes Received:
    61
    Used the others as basis for this thank you everyone.

    First of all you need to delete steam.txt as per: viewtopic.php?f=73&t=47957 not sure if you need to verify the cache or if it auto downloads when you try to launch (its not stated) i verified and it re-downloaded it.

    On 13.04 64bit you will run into an issue of PA not being able to find "libudev.so.0" Ubuntu 13.04 is using libudev.so.1 so we just need to make a symbolic link for it.

    Took a bit of digging but I found where Ubuntu has it:

    Code:
    cd /lib/x86_64-linux-gnu
    sudo ln -s libudev.so.1 libudev.so.0
    You will also find it complains about cannot find "libTelemetryX64c.so" though the game will run without this (so I am not sure if this is 100% needed or not).

    As stated in the other threads the fix for this is
    The issue of not being able to select anything without dragging a box around it is present here too, bug report is here: http://pa.lennardf1989.com/Tracker/inde ... &sort=desc
    That bug needs to be a priority for Linux & Mac I hope they fix it soon.
  2. Znecka

    Znecka New Member

    Messages:
    1
    Likes Received:
    0
    Nothing exciting, but build 49595 still requires the libudev.so.0 -> libudev.so.1 link incase anyone was curious.

Share This Page