-snip- What is likely the problem?
That can be determined by an error line in your "
debug.log" file.
I am trying to download Bitcoin Core, but I keep running into the problem: "Unable to replay blocks. You will need to rebuild the database using reindex chainstate."
This message suggests you to start bitcoin core with
--reindex-chainstate command line arg.
That will delete your existing UTXO set and rebuild it using your existing blockchain on disk.
However, for pruned mode, you'll have to redownload the blockchain to do that so in case you've enabled "
pruned block storage" setting, you'll basically need to start from scratch.