Post
Topic
Board Armory
Topic OP
Armory Offline wont start (0.96.3)
by
[Roy]
on 09/08/2019, 21:06:27 UTC
Alright, so i wanted to upgrade my 0.92.1 Armory Offline to a newer version. Since i only run gcc 4.7 on my air-gapped device i did not wanted to upgrade to 0.96.5.
So i downloaded :
Code:
https://github.com/goatpig/BitcoinArmory/releases/download/v0.96.2/armory_0.96.2-ubuntu14.04-amd64_offline.tar.gz

and installed both packages on my air-gapped device which all went fine. It would not launch.
So after that i also upgraded to 0.96.3
Code:
https://github.com/goatpig/BitcoinArmory/releases/download/v0.96.3/armory_0.96.3-gcc4.7_amd64.deb)
which also went fine.

For some reason when i now launch Armory in Offline mode this happens:

Code:
$ /usr/bin/armory --offline
(ERROR) ArmoryUtils.py:1245 - Error getting system details:
Traceback (most recent call last):
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1243, in
    SystemSpecs = GetSystemDetails()
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1238, in GetSystemDetails
    out.HddAvailB = getHddSize(BTC_HOME_DIR)    / (1024**3)
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1235, in getHddSize
    s = os.statvfs(adir)
OSError: [Errno 2] No such file or directory: '/home/REDACTED/.bitcoin'
(ERROR) ArmoryUtils.py:1246 - Skipping.
(ERROR) ArmoryUtils.py:3719 - Unsupported language  specified. Defaulting to English (en)
/usr/lib/armory/armoryengine/Transaction.py:2882: SyntaxWarning: import * only allowed at module level
  def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):
Illegal instruction (core dumped)

No idea whats the problem but Armory wont boot. There are no errors in the armorylog file.
Please help me out. Thanks.