Bug 1:Fixed in rc2, missed that further down the topic.
Bug 2:https://i.imgur.com/cvjUU2w.jpgThe option for "don't do a online check" and "disable updates" doesn't seem to actually work. An outgoing connection is made anyway.
Bug 3:https://i.imgur.com/Ka8Z2xN.jpgIt's impossible to close the "wallet consistency check" dialogue on Windows, the window jumps to the front and can't be closed by right clicking or with the close button.
Bug 4:https://i.imgur.com/LhjGnFu.jpgOn windows the "backup wallet" dialogue text is smushed when creating a new wallet, but not when clicking the "backup" button in the wallet properties area.
Bug 5:https://i.imgur.com/4ZzJ4VI.jpghttps://i.imgur.com/Ek79dZw.jpgThe "address book" icon in the message signing window is hidden by the window being too small. Expanding the window again allows it to be seen and used, but it's invisible and un-findable otherwise.
Bug 6:https://i.imgur.com/QkaDCwZ.jpgThe "create clickable link" window is spawned above the top of the screen and is fairly useless as a result. Worked the first time but subsequent ones failed in the manor shown.
Bug 7:/Applications/Armory.app/Contents/MacOS/Armory: line 23: 39855 Segmentation fault: 11 $DIRNAME/Python $ARMORYDIR/ArmoryQt.py
Clicking around the "wallet properties" area on OSX (sorting, opening addresses, closing windows, payment requests) often causes a segfault, though I can't find a reliable trigger other than random exploration and sorting. I'll keep searching with this one.
Bug 8:https://i.imgur.com/7kJG5CK.jpgWallet passwords can't be removed. Attempting to remove the encryption leaves the wallet encrypted, and errors in the log.
(ERROR) ArmoryUtils.py:2786 - Error in pybkgdthread: No passphrase/key provided to unlock wallet!
Traceback (most recent call last):
File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/armoryengine/ArmoryUtils.py", line 2784, in run
self.output = self.func()
File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/armoryengine/ArmoryUtils.py", line 2721, in funcPartial
return thefunc(*args, **kwargs)
File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/qtdialogs.py", line 13214, in exec_async
raise e
PassphraseError: No passphrase/key provided to unlock wallet!
Bug 9:Crash while low on memory but scanning the blockchain. Should be using swap, but seems to have decided not to.
Python(39931,0x107904000) malloc: *** mach_vm_map(size=18446744073709490176) failed (error code=3)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
libc++abi.dylib: terminating with uncaught exception of type std::bad_alloc: std::bad_alloc
/Applications/Armory.app/Contents/MacOS/Armory: line 23: 39931 Abort trap: 6 $DIRNAME/Python $ARMORYDIR/ArmoryQt.py
Bug 10:https://i.imgur.com/mGuCSqX.jpgThe "No Wallet Error Found" looks like a "no wallet found" error not a "consistency check passed" sort of thing. It made me jump the first time I saw it, expecting to have had all of my wallets deleted. I don't think I'm alone in finding that one confusing.
In the latest RC it just reads "Wallet Consistency Check" and no further information given which is even more confusing.
Style more than bug:
https://i.imgur.com/OegZanN.jpgMuch less of an issue, but the two labels aren't opposites. "Encrypted" and "not encrypted" would make more sense, it's always struck me as a bit strange whenever I see it.