Still can't open a wallet with lots of transactions in 0.90.99.7. Repeating errors:
2014-04-06 23:09 (ERROR) -- BDM.py:1383 - Error processing BDM input
2014-04-06 23:09 (ERROR) -- BDM.py:1385 - Received inputTuple: Passthrough [15, 4547982, True, 'scanRegisteredTxForWallet', ::value_type' at 0x1a50c91b0> >, None]
2014-04-06 23:09 (ERROR) -- BDM.py:1386 - Error processing ID (4547982)
2014-04-06 23:09 (ERROR) -- BDM.py:1387 - ERROR:
Traceback (most recent call last):
File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/armoryengine/BDM.py", line 1343, in run
output = getattr(self.bdm, funcName)(*funcArgs)
File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/CppBlockUtils.py", line 1882, in scanRegisteredTxForWallet
def scanRegisteredTxForWallet(self, *args): return _CppBlockUtils.BlockDataManager_LevelDB_scanRegisteredTxForWallet(self, *args)
NotImplementedError: Wrong number or type of arguments for overloaded function 'BlockDataManager_LevelDB_scanRegisteredTxForWallet'.
Possible C/C++ prototypes are:
BlockDataManager_LevelDB::scanRegisteredTxForWallet(BtcWallet &,uint32_t,uint32_t)
BlockDataManager_LevelDB::scanRegisteredTxForWallet(BtcWallet &,uint32_t)
BlockDataManager_LevelDB::scanRegisteredTxForWallet(BtcWallet &)
2014-04-06 23:09 (ERROR) -- ArmoryQt.py:5947 - Error in heartbeat function
Traceback (most recent call last):
File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/ArmoryQt.py", line 5850, in Heartbeat
self.finishLoadBlockchain()
File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/armoryengine/Timer.py", line 99, in inner
ret = func(*args, **kwargs)
File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/ArmoryQt.py", line 2557, in finishLoadBlockchain
self.createCombinedLedger()
File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/armoryengine/Timer.py", line 99, in inner
ret = func(*args, **kwargs)
File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/ArmoryQt.py", line 2720, in createCombinedLedger
unconfFunds += wlt.getBalance('Unconfirmed')
File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/armoryengine/PyBtcWallet.py", line 401, in getBalance
return self.cppWallet.getUnconfirmedBalance(currBlk, IGNOREZC)
File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/CppBlockUtils.py", line 1713, in getUnconfirmedBalance
def getUnconfirmedBalance(self, *args): return _CppBlockUtils.BtcWallet_getUnconfirmedBalance(self, *args)
NotImplementedError: Wrong number or type of arguments for overloaded function 'BtcWallet_getUnconfirmedBalance'.
Possible C/C++ prototypes are:
BtcWallet::getUnconfirmedBalance(uint32_t,bool)
BtcWallet::getUnconfirmedBalance(uint32_t)