1) Can't export Log File. On a new Linux install, Core 0.10.0 and in Supernode go to "File" > "Export Log File" > "OK"
(DEBUG) ArmoryQt.py:4038 - exportLogFile
(ERROR) Traceback (most recent call last):
File "/usr/lib/armory/ArmoryQt.py", line 4049, in exportLogFile
if self.logFilePrivacyWarning(wCancel=True):
File "/usr/lib/armory/ArmoryQt.py", line 4132, in logFilePrivacyWarning
review."""), wCancel=wCancel, yesStr="&Ok")
File "/usr/lib/armory/qtdefines.py", line 477, in MsgBoxCustom
dlg = dlgWarn(wtype, title, msg, wCancel, yesStr, noStr)
File "/usr/lib/armory/qtdefines.py", line 408, in __init__
super(dlgWarn, self).__init__(None)
TypeError: __init__() takes exactly 3 arguments (2 given)
Traceback (most recent call last):
File "/usr/lib/armory/ArmoryQt.py", line 4049, in exportLogFile
if self.logFilePrivacyWarning(wCancel=True):
File "/usr/lib/armory/ArmoryQt.py", line 4132, in logFilePrivacyWarning
review."""), wCancel=wCancel, yesStr="&Ok")
File "/usr/lib/armory/qtdefines.py", line 477, in MsgBoxCustom
dlg = dlgWarn(wtype, title, msg, wCancel, yesStr, noStr)
File "/usr/lib/armory/qtdefines.py", line 408, in __init__
super(dlgWarn, self).__init__(None)
TypeError: __init__() takes exactly 3 arguments (2 given)
2) On Windows it correctly displays "You are using the latest version of core Bitcoin (0.10.0)" while on Linux using 0.10.0 gives "Core Bitcoin version 0.9.3 is available [Secure Downloader]"
Linux:
http://i.imgur.com/wn4jnR8.pngWindows:
http://i.imgur.com/jYTCXhh.png