It's failing to see new blocks. You need 0.96.0.4 for the fix. Otherwise, rebuild & rescan.
I was unable to properly build 0.96.0.4 using exactly the same methods outlined here for 0.96.0.2 (except for checking out the different git tag):
https://bitcointalk.org/index.php?topic=1964192.msg19524336#msg19524336In spite of running "git submodule init" and "git submodule update" before compiling, I still end up with
$ /Applications/Armory.app/Contents/MacOS/Armory
/Applications/Armory.app/Contents/MacOS/Python: can't open file '/Applications/Armory.app/Contents/MacOS/py/usr/local/lib/armory/ArmoryQt.py':
[Errno 2] No such file or directory
I also tried this alternative approach you suggested back then:
git submodule init
git submodule update
make clean
make distclean
sh autogen.sh
./configure
make -j8
Unlike back then, at least the commands are doing something. However, when doing "./configure" I get this error:
checking python module: psutil... no
configure: error: failed to find required python module: psutil
How to rectify this on macOS? I'm using exactly the install recommended in the macOS build notes: Clean virtual machine with macOS 10.11.6 and Xcode 7.3.1.