Script failed an OP_EQUALVERIFY operation
This often pop-up if there's a problem with your transaction's signature or inputs.
Maybe it came from a non-existing address with huge balance that was caused by the "
wallet corruption error" that you've seen during startup. (
from your screenshots)
Your corrupted wallet might have signed the tx using an invalid private key and/or there's an unspendable input included.
i believe OP may not honest about where he got this wallet and/or transaction.
he says he has created it himself but yet the addresses (outputs) that he is spending in his transaction don't seem to relate to each other really. it seems to me like someone created a transaction spending 13 of random high value transactions outputs worth 2200
BTC and signed them with "a random" private keys. which is why each scriptsig in his transaction contains a different signature while having the same
unrelated public key and as a result the OP_EQUALVERIFY step fails right in the beginning.
you can not sign transactions through Electrum or any normal wallet like this, because since the outpoints differ, the wallet doesn't just sign all with same key. this transaction is custom made with a code outside of any wallet.