proto-extractor icon indicating copy to clipboard operation
proto-extractor copied to clipboard

Problems with the new version of Hearthstone.

Open Scylin232 opened this issue 3 years ago • 2 comments

At the moment of patch number 23.X - extracting files gives an error: Sequence contains no matching element; (.NET Core Version, File SilentOrbitInspector.CS, Line 138) I've tried changing the query from First to FirstOrDefault, or setting conditions for failed attempts, but that only retrieves the Telemetry files. Am I doing something wrong or is the program no longer compatible with new versions of the game?

Cheers.

Scylin232 avatar May 25 '22 22:05 Scylin232

Hey! Just leaving a note that I'm not actively maintaining this repository. Hopefully someone else comes along with a solution, otherwise it's up to yourself. Good luck!

Bert-Proesmans avatar May 27 '22 11:05 Bert-Proesmans

Hi, thanks for the reply!

My advice to other people, try wrapping this function in a try/catch, and just skip failed attempts in that context. This will extract the files, albeit with out-of-order and some errors, hopefully we can move forward with this.

Scylin232 avatar May 27 '22 14:05 Scylin232