Bitcoin Forum

Bitcoin => Armory => Topic started by: Onno on July 05, 2017, 09:03:02 PM



Title: Armory 0.96.0 on Netbook Asus R417N with Ubuntu and / or MATE 16.04
Post by: Onno on July 05, 2017, 09:03:02 PM
Installing Armory seems simple enough but I can't get it to work a new Asus Netbook R417N.

At this point I tried Ubuntu 16.04 and Ubuntu MATE 16.04. Both with same results.

When I use the shortcut it just disappears after some time.

On command line I see
Code:
user@asus:~$ armory
/home/user
Illegal instruction (core dumped)
user@asus:~$

For installation I do for example:
Code:
sudo apt-get install python-qt4 python-twisted python-psutil
wget https://github.com/goatpig/BitcoinArmory/releases/download/v0.96/armory_0.96-gcc5.4_amd64.deb
sudo dpkg -i armory_0.96-gcc5.4_amd64.deb


On another high-end Dell laptop with Ubuntu 16.04 and a server with Ubuntu 14.04 Armory installs and runs without problems.

So this issue seems hardware dependent. Can Armory run on a netbook? How can fix this issue?

There is btw no log file!
Thanks and Regards,
Onno


Title: Re: Armory 0.96.0 on Netbook Asus R417N with Ubuntu and / or MATE 16.04
Post by: goatpig on July 05, 2017, 09:30:05 PM
Your CPU does not have registers for SSE4 or Intel AES. You need to build the testing branch from source or wait for 0.96.1.


Title: Re: Armory 0.96.0 on Netbook Asus R417N with Ubuntu and / or MATE 16.04
Post by: Onno on July 07, 2017, 11:20:48 AM
Ok, thanks I will wait for next version and try again