Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on startup #47

Closed
PanicPaintbrush opened this issue Nov 14, 2021 · 2 comments
Closed

Error on startup #47

PanicPaintbrush opened this issue Nov 14, 2021 · 2 comments

Comments

@PanicPaintbrush
Copy link

Describe the issue

Error appears on start up (during loading flash screen):
Microsoft Visual C++ Runtime Library
Assertion Failed!
Program: C:\Program Files\RaptoreumCore\raptoreum-qt.exe
File: evo/evodb.cpp
Line: 71
Expression: hashBestBlock == hashBlockIndex

Abort/Retry/Ignore
Selecting 'Ignore' seems to allow the wallet to start.

Can you reliably reproduce the issue? Yes

If so, please list the steps to reproduce below:

  1. Start Raptoreum core
  2. Wait
  3. Error appears

Expected behaviour

Tell us what should happen.
Raptoreum should start without errors.

Actual behaviour

Tell us what happens instead
Raptoreum should started with errors.

Screenshots.

rap-error

What version of Raptoreum Core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.

Machine specs:

  • OS: Windows 10 21H1 19043.1348
  • CPU: 5900X
  • RAM: 64GB 3600 C16
  • Disk size: 2TB
  • Disk Type (HD/SDD): SSD

Any extra information that might be useful in the debugging process.

Wallet sync has not completed yet.

@Bigpiggy01
Copy link
Collaborator

Bigpiggy01 commented Nov 14, 2021

Fixed on current testnet build if it is the same corruption error. Temp fix is:

Update your Visual C++ runtime

Download: https://github.com/Raptor3um/raptoreum/releases/download/1.2.15.2/bootstrap.zip

  • Stop wallet or daemon
  • In your wallets data directory delete folders:
    -- blocks
    -- chainstate
    -- evodb
    -- llmq
  • Unzip bootstrap and copy folder into your data directory
  • Start wallet

@PanicPaintbrush
Copy link
Author

@Bigpiggy01 The temp fixed seemed to clear things up so I imagine it's the same error. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants