bitcoal / bitcoalwallet

BitCoal GUI Wallet
GNU Lesser General Public License v3.0
6 stars 10 forks source link

Crash on Sync. #3

Open I28ko opened 6 years ago

I28ko commented 6 years ago

OS : Ubuntu 16.04

Hi,

After compilation, wallet seems crash on sync start.

You can find console retranscription above :

2018-01-07 13:52:11.976 [info] [Application] Initializing...
2018-01-07 13:52:11.977 [info] [ApplicationEventHandler] 1
2018-01-07 13:52:12.112 [info] [Application] observer
2018-01-07 13:52:12.113 [info] [RPC node] Connection state: Disconnected
2018-01-07 13:52:19.512 [info] [Embedded node] InProcessNode initializing...
2018-01-07 13:52:19.514 [info] [Embedded node] InProcessNode init result: 0
2018-01-07 13:52:19.514 [info] [Embedded node] Waiting...
2018-01-07 13:52:19.517 [info] [Blockchain explorer] Initializing...
2018-01-07 13:52:19.519 [info] [Application] Initialized successfully
2018-01-07 13:52:19.650 [info] [Wallet] Loading wallet...
2018-01-07 13:52:19.741 [info] [Wallet] Wallet load result: 0
2018-01-07 13:53:51.712 [info] [Embedded node] Event: Peer count updated: 1
2018-01-07 13:54:03.147 [info] [Embedded node] Event: Peer count updated: 2
BitCoal: /home/guy/Téléchargements/bitcoalwallet-1.0.0/cryptonote/src/CryptoNoteCore/DatabaseBlockchainCache.cpp :1242 : virtual std::vector<long unsigned int> CryptoNote::DatabaseBlockchainCache::getLastUnits(size_t, uint32_t, CryptoNote::UseGenesis, std::function<long unsigned int(const CryptoNote::CachedBlockInfo&)>) const:  l'assertion « count <= std::numeric_limits<uint32_t>::max() » a échoué.
Abandon (core dumped)

I'm open to any suggestion to make it work before start mining

Thank in advance

I28ko commented 6 years ago

Mmmmm... is this project still alive ?

SaschaKuhnigk commented 6 years ago

I created https://github.com/bitcoal/bitcoalwallet/pull/6 which shows (and hopefully fix) the problem