I foud the same results for the addresses you sent me. For transparency, I'll quote myself here:
For privacy, I used
my own list of addresses instead of Blockchair. This is what I get:
~list of addresses~
The gray ones are empty, the other balances are in satoshi. I don't know what happened to your wallet file, but if this is correct, you should try to get the private keys out.
I would try this in Console (starting with the lowest balance, just in case):
dumpprivkey 1NCHQD3tP7gSR9wVo3qnwqFDSSshEBweCq
DO NOT share the private key!
If there's a password on your wallet, enter this first:
walletpassphrase "passphrase" timeout
Examples:
Unlock the wallet for 60 seconds
> bitcoin-cli walletpassphrase "my pass phrase" 60
If you can get the private key, there are several options from there. If you can't get the private key, I'm not sure what's next to try.