1
Assist Support / Re: I can't install the game or start 25Assist in Ubuntu 14.04.02
« on: Sunday, May 17, 2015, 16:09:08 PM »
Ok, I found the solution. The problem was that terminal didn't return any error, just 'no file or directory'. The answer in Ubuntu 14.04.2 LTS 64-bit with Unity is to install two libraries like this:
and then start this with:
This should work in all other Ubuntu based distros.
Of course, if you want to install 32-bit packages on 64-bit system, you will have to install multiarch first https://www.howtoforge.com/multiarch-how-to-use-32bit-packages-on-a-64bit-system-debian-7-wheezy:
*edit1:
After this I was able to start 25Assist, but the game stoped at splash screen. The solution was here
http://aao25.com/forum/general-chat-90/help-running-25assist-on-ubuntu/15/
I installed 'not-recommended in 14.04' ia32-libs
Code: [Select]
sudo apt-get install libgtk2.0-0:i386
and then:Code: [Select]
sudo apt-get install lib32stdc++6
After that you should make 25Assist executable if it is not already, like this:Code: [Select]
sudo chmod +x 25Assist
and then start this with:
Code: [Select]
./25Assist
This should work in all other Ubuntu based distros.
Of course, if you want to install 32-bit packages on 64-bit system, you will have to install multiarch first https://www.howtoforge.com/multiarch-how-to-use-32bit-packages-on-a-64bit-system-debian-7-wheezy:
Code: [Select]
sudo dpkg --add-architecture i386
sudo apt-get update
*edit1:
After this I was able to start 25Assist, but the game stoped at splash screen. The solution was here
http://aao25.com/forum/general-chat-90/help-running-25assist-on-ubuntu/15/
I installed 'not-recommended in 14.04' ia32-libs
Code: [Select]
sudo -i cd /etc/apt/sources.list.d
echo "deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
apt-get update
apt-get install ia32-libs
Quote
PS:In this way,you can install ia32-libs.However, we add the source of 13.04 instead,so, there may be some problem unknown。After install ia32-libs,I recommend you to remove the ia32-libs-raring.list in /etc/apt/sources.list.d,and do sudo apt-get update.