bru7us / HS-DeckTrack

A Terminal-based Deck Tracker for Hearthstone
MIT License
19 stars 2 forks source link

Stoped working after 22/09 Patch #9

Closed caioincau closed 9 years ago

caioincau commented 9 years ago

Error:

mismatched tag at line 14219, column 2, byte 967665 at /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/XML/Parser.pm line 187.

bru7us commented 9 years ago

Thanks - I've found the problem, just working on a solution now. They've changed the data structure a little bit in the unity3d database file.

bru7us commented 9 years ago

Fixed by https://github.com/bru7us/HS-DeckTrack/commit/532a2dc020325f8d997030511858752ef5bfb6e0

bru7us commented 9 years ago

I should add, if you have experience the error, the cache needs to be re-generated, you will need to delete the file HS-DeckTrack.app/Contents/Resources/Scripts/extracted_cards.xml and then re-run.

caioincau commented 9 years ago

Thanks @bru7us !