Why won't it work?

  • physiboy1234
    4th Jul 2015 Member 1 Permalink

    When i click powder,powder64, or powder-legacy, none of them work. Also thee external '.deb' download or TPT will not download anything..

    OS: Ubuntu 14.04.1 / 14.04.2 / 14.04

    Browser: Firefox (That comes with Ubuntu)

    Problem: Cannot use TPT :(

  • jacksonmj
    4th Jul 2015 Developer 2 Permalink

    What happens if you try running them from a terminal? If the answer is that you get some error messages about missing libraries, try installing those libraries.

    Edited once by jacksonmj. Last: 4th Jul 2015
  • CeeJayBee
    5th Jul 2015 Member 0 Permalink
    This happened to me for a bit too and I can't for the life of me remember how I fixed it. Just keep trying!
  • jacob1
    5th Jul 2015 Developer 0 Permalink
    to be more specific, you probably want these libraries:
    sudo apt-get install libsdl1.2debian libfftw3-3 liblua5.1-0 libbz2-1.0

    future proof installs:
    libsdl2-2.0-0 liblua5.2-0 libluajit-5.1-2

    I think fftw3 is already static so it might not be required, lua is supposed to be static but isn't in the 64 builds at the moment. I don't control the compiling so can't fix any issues in the official releases.