My Bitcoin Core is fully synced and I tried opening this wallet but get stuck on "Opening Wallet. Not sure what do next.
It's likely that Bitcoin Core was "rescanning" your "new" wallet with all the recovered keys in it... it will be starting from basically block 0... and this can take several hours to complete.
Check the debug.log in your Bitcoin Core datadir... you should hopefully see a bunch of debug lines like this:
...
2021-05-19T05:59:34Z [default_wallet] Still rescanning. At block 538973. Progress=0.525272
2021-05-19T06:00:34Z [default_wallet] Still rescanning. At block 544471. Progress=0.538657
2021-05-19T06:01:34Z [default_wallet] Still rescanning. At block 550317. Progress=0.555550
2021-05-19T06:02:34Z [default_wallet] Still rescanning. At block 555563. Progress=0.571671
2021-05-19T06:03:34Z [default_wallet] Still rescanning. At block 561564. Progress=0.590429
...
It should also give you an idea how how quickly it is syncing... note that the progress value is from 0 to 1.0, where 1.0 == 100%... so in the lines above... the last line was at just over 59% complete
I'm in the same boat as this guy. Except things are shuffled in the wallet. I can find ke and y1 and na and me but pywallet leads to the same error. Also don't remember getting that windows error. I did try --recover but no keys or possible wallets were found. Any ideas what command to try or where to proceed next?
Sounds like a corrupted recovery... or possibly the text editor you're using is formatting the binary data in a really weird way... what text editor did you use? I'd recommend Notepad++
If Pywallet isn't able to find any keys to recover, then it's possible the recovered wallet is too badly damaged or the data has been overwritten on disk, so it wasn't able to find anything resembling a wallet.dat.
It can be a bit "hit and miss"... so maybe try different recovery software... or maybe raw image the drive then try scanning the raw image for the hex markers for wallet.dat fields/private keys etc