Open kirillp opened 2 years ago
I'm also running the game on 2560x1440 and it works fine for me. What does --show-capture-image display? What's your image scaling?
default it set to Scanner window: x=88, y=316, width=362, height=362 which is not correct, the window is about (112,383) wh=( 640 640)
IF I set imagescale to 0.8461 it crash with
Missing Items: [] Exception in Tkinter callback
Traceback (most recent call last): File "tkinter__init.py", line 1892, in call__ File "UIOverlay.py", line 87, in _scan File "ImageScanner.py", line 79, in scan IndexError: list index out of range
What does --show-capture-image display?
That's very strange. Are you playing PoE in windowed mode perchance? Does PoE have the same resolution as the monitor?
Could you try adjusting scanner-window-{x,y,width,height} so your scanner-capture-image would look like this:
Also for 2560x1440 image scaling should be around 0.91.
Are you playing PoE in windowed mode perchance?
I'm playing in a maximized window, the tool does not work for fill screen windowed as well
Does PoE have the same resolution as the monitor?
Could you try adjusting scanner-window-{x,y,width,height} so your scanner-capture-image would look like this:
poe_arch_scanner.exe --scanner-window-x 144 --scanner-window-y 462 --scanner-window-width 540 --scanner-window-height 540 --show-capture-image
in that case I get
Scanner window: x=144, y=462, width=540, height=540
Exception in Tkinter callback
Traceback (most recent call last):
File "tkinter\__init__.py", line 1892, in __call__
File "UIOverlay.py", line 87, in _scan
File "ImageScanner.py", line 79, in scan
IndexError: list index out of range
I'm also having issues on 1440p
Scans.. but shows absolutely nothing at all
Log:
Scanner window: x=156, y=459, width=586, height=586 row=1, column=1 is empty row=1, column=2 is empty row=1, column=3 is empty row=1, column=4 is empty row=1, column=5 is empty row=1, column=6 is empty row=1, column=7 is empty row=1, column=8 is empty row=2, column=1 is empty row=2, column=2 is empty row=2, column=3 is empty row=2, column=4 is empty row=2, column=5 is empty row=2, column=6 is empty row=2, column=7 is empty row=2, column=8 is empty row=3, column=1 is empty row=3, column=2 is empty row=3, column=3 is empty row=3, column=4 is empty row=3, column=5 is empty row=3, column=6 is empty row=3, column=7 is empty row=3, column=8 is empty row=4, column=1 is empty row=4, column=2 is empty row=4, column=3 is empty row=4, column=4 is empty row=4, column=5 is empty row=4, column=6 is empty row=4, column=7 is empty row=4, column=8 is empty row=5, column=1 is empty row=5, column=2 is empty row=5, column=3 is empty row=5, column=4 is empty row=5, column=5 is empty row=5, column=6 is empty row=5, column=7 is empty row=5, column=8 is empty row=6, column=1 is empty row=6, column=2 is empty row=6, column=3 is empty row=6, column=4 is empty row=6, column=5 is empty row=6, column=6 is empty row=6, column=7 is empty row=6, column=8 is empty row=7, column=1 is empty row=7, column=2 is empty row=7, column=3 is empty row=7, column=4 is empty row=7, column=5 is empty row=7, column=6 is empty row=7, column=7 is empty row=7, column=8 is empty row=8, column=1 is empty row=8, column=2 is empty row=8, column=3 is empty row=8, column=4 is empty row=8, column=5 is empty row=8, column=6 is empty row=8, column=7 is empty row=8, column=8 is empty Items found: 0/64 Missing Items: ['Innocence-Touched', 'Brine King-Touched', 'Treant Horde', 'Tukohama-Touched', 'Abberath-Touched', 'Lunaris-Touched', 'Solaris-Touched', 'Mirror Image', 'Mana Siphoner', 'Ice Prison', 'Storm Strider', 'Heralding Minions', 'Toxic', 'Sentinel', 'Steel-Infused', 'Bonebreaker', 'Executioner', 'Magma Barrier', 'Flame Strider', 'Frenzied', 'Rejuvenating', 'Invulnerable', 'Frost Strider', 'Empowered Minions', 'Invulnerable', 'Magma Barrier', 'Empowered Minions', 'Echoist', 'Soul Conduit', 'Consecrator', 'Dynamo', 'Permafrost', 'Sentinel', 'Stormweaver', 'Hasted', 'Dynamo', 'Arcane Buffer', 'Frenzied', 'Berserker', 'Incendiary', 'Bonebreaker', 'Flameweaver', 'Hasted', 'Gargantuan', 'Vampiric', 'Sentinel', 'Juggernaut', 'Consecrator', 'Frostweaver', 'Hasted', 'Necromancer', 'Executioner', 'Gargantuan', 'Sentinel', 'Juggernaut', 'Consecrator', 'Incendiary', 'Bonebreaker', 'Necromancer', 'Executioner', 'Gargantuan', 'Bombardier', 'Overcharged', 'Frenzied', 'Berserker', 'Bombardier', 'Overcharged', 'Frenzied', 'Berserker']
Tried latest version 2.2 I also tried to directly set window location
poe_arch_scanner.exe --scanner-window-x 112 --scanner-window-y 383 --scanner-window-width 640 --scanner-window-height 640