ssjshields / archetype-counter

PowerShell WinForm script for the online video game PokeMMO. Automatically track encounters (Horde, Safari, etc.) and manually track when you receive Eggs or Fossils. Utilizes ImageMagick and OCR technology.
41 stars 17 forks source link

Failed Scans - Sleep Status Icon #24

Closed ofir-mev closed 9 months ago

ofir-mev commented 10 months ago

DEBUG_OCR_OUTPUT.txt ArchetypeScreenshot ArchetypeScreenshotEncounter ArchetypeScreenshotMagick

happen to me two times already :(

ssjshields commented 10 months ago

@ofir-mev Sleep status icon is causing scan to be processed as "uFearow".

Open the CounterConfig_PokemonNameFix text file and add to a new line: uFearow; Fearow should resolve this issue. The problem is if it is not consistently processing as "uFearow", it will still happen.

Please make sure you're on the latest Counter build (main) and standby for more information regarding this issue.

This does not occur in Archetype theme as our sleep icon doesn't get picked up.

In future updates, @AnonymousPoke is changing the Counter from Windows OCR to tesseract, which should help with these niche cases.

AnonymousPoke commented 9 months ago

@ofir-mev, downloading the latest main build should now resolve this issue.