https://bugs.winehq.org/show_bug.cgi?id=53697
Jens N jens.n@godlike.biz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jens.n@godlike.biz
--- Comment #4 from Jens N jens.n@godlike.biz --- (In reply to kolAflash from comment #0)
WORKAROUNDS
Updating games: Replace Agent.exe in "Agent.8009" folder with old "Agent.7984\Agent.exe".
Installing Battle.net with wine-staging-7.17: Just replace the file while the installing process is being stuck. Afterwards the installation should automatically continue.
Installing Battle.net with wine-7.17: DIFFICULT -> try to use wine-staging-7.17 instead! Run Battle.net-Setup.exe once until you get the "BLZBNTAGT000008FC" error. Then close the setup and place Agent.exe version 7984 in that folder an protect it from being overwritten. sudo chattr +i /path/to/Agent.8009/ (may only work on ext4 filesystems) Important: Use "chattr" on the folder "Agent.8009", not on the "Agent.exe" file. The run the Battle.net setup again. You won't be able to delete the "Agent.8009" folder until you run the reverse command sudo chattr -i /path/to/Agent.8009/
SEE ALSO https://www.reddit.com/r/linux_gaming/comments/xgb5fx/ problems_with_battlenet_today/ https://us.forums.blizzard.com/en/blizzard/t/last-update-completely-breaks- wine-compatibility/33122/11
I've made a script to simplify the workaround, but unfortunally I'm not having any success with it. Did they break that as well? I'll try to attach the shell script I made for that.