hearthstone_hdt_linux icon indicating copy to clipboard operation
hearthstone_hdt_linux copied to clipboard

Is there any fix for card image loading not working?

Open Alaharon123 opened this issue 5 years ago • 5 comments

When hovering over a card in the overlay or main thing, it's supposed to show a popup of the card. Instead the popup just says loading and never loads. Anyone know a fix for this?

image

Alaharon123 avatar Feb 11 '21 00:02 Alaharon123

I have made a script for downloading all card images, which fixes this: https://gist.github.com/2c605e87840139ec002782df1ca2a223

To use it:

python3 -mpip install --user httpx tqdm
curl https://gist.githubusercontent.com/Tyilo/2c605e87840139ec002782df1ca2a223/raw/c1a1470d91efb4b4ea77732fb8d25b59506bf47e/download_cards -o /tmp/download_cards
cd "$HOME/.wine.hearthstone/drive_c/users/$USER/Application Data/HearthstoneDeckTracker/Images/CardImages"
python3 /tmp/download_cards

tyilo avatar Feb 23 '21 13:02 tyilo

it is not working with lots of error after patch 20.0.2.

mereong269 avatar Apr 14 '21 17:04 mereong269

This still works for me. Try re-running it.

tyilo avatar Apr 15 '21 16:04 tyilo

it works now. ^^;

mereong269 avatar Apr 15 '21 18:04 mereong269

I found that tinkertown-technician works well and grabs the correct art. https://github.com/CharString/tinkertown-technician

mtbhuskies avatar Sep 06 '21 16:09 mtbhuskies