Jump to content

Radon

Member
  • Posts

    9
  • Joined

  • Last visited

    Never

Posts posted by Radon

  1. Ok, I've find the solution. You have to install the graphics libraries drivers [nouveau, nvidia, etc.] of 32 architecture. For exemple, I'd to type on my archlinux 64 OS:

    $> sudo pacman -S lib32-nvidia-utils

    Because I'm using nvidia drivers.

    The installer is not mandatory pacman, it depends of your distribution (pacman, yum, apt-get, yaourt, ...).

    The name of the lib32 package also depends of your distribution.

     

    Then, you may meet an other issue while you launch Avadon.

    If your output on your shell is like this:

    Code:
    /usr/local/games/avadon/Avadon Avadon: Installed in '/usr/local/games/avadon'.Avadon: Using amd64 version../Avadon-amd64: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory

    You will have to install openal lib32 package.

    After this, it should work.

  2. Ok, I've find the solution. You have to install the graphics libraries drivers [nouveau, nvidia, etc.] of 32 architecture. For exemple, I'd to type on my archlinux 64 OS:

    $> sudo pacman -S lib32-nvidia-utils

    Because I'm using nvidia drivers.

    The installer is not mandatory pacman, it depends of your distribution (pacman, yum, apt-get, yaourt, ...).

    The name of the lib32 package also depends of your distribution.

     

    Then, you may meet an other issue while you launch Avadon.

    If your output on your shell is like this:

    Code:
    /usr/local/games/avadon/Avadon Avadon: Installed in '/usr/local/games/avadon'.Avadon: Using amd64 version../Avadon-amd64: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory

    You will have to install openal lib32 package.

    After this, it should work.

×
×
  • Create New...