I ran into an issue recently where I tried to copy a battle.net game (Heroes of the Storm) from a backup folder on my NAS onto a new computer. Once the copy was completed I couldn’t get battle.net to update the game. It kept failing with error code:
BLZBNTAGT00000840
file update failed for an unknown reason.
After much digging I found this post which mentions it’s due to the fact that the updater apparertly can’t update files with the hidden attribute. The hidden file attribute gets applied by the NAS because the file in question has a dot in front of it in the filename. For some reason the updater can’t touch it.
The fix is to change all files in the game folder to not have the hidden attribute. The easiest way to do this is via the command line. Navigate to the folder of the game you copied over and execute the following:
attrib -H .* /S
Finally, I can copy Blizzard game backups without agonizing over why they won’t patch.
Thank you! Finally something worked. Much gratitude!
This finally fixed my issue! I put Diablo 3 on a external drive after running out of space on my normal drive. Moved it back and could not get it updated. Awesome!
Wow, this was it. I knew QNAP does funky stuff but this just makes sense!
I’m glad this helped. Awesome music by the way!
This info needs to be in the blizzard help for the error code BLZBNTAGT00000840. You are a wonderful person! Thank you!
Thank You very much !
Why if i unselect the hidden attribut via a window that don’t work?
that works only with CMD !
?