[Release] Path of Exile Item Info Script - Affix Breakdown and More (Version 1.8.6)

"
Lord_Kamster wrote:

Hopefully this can be fixed, game feels terrible without this script!


Quoted for truth, and its painfuly sad that poe needs two 3rd party programs to feel complete. (the other being poe.xyz)

Thanks for the info guyz, the temp fix is ok i think (at least for now), and ill probably w8 for an update from AHK. New information on the matter is always appreciated though.
Inundated with cockroaches, I am

https://www.pathofexile.com/forum/view-thread/1609216 - labyrinth rework ideas/suggestions
Last edited by Regulator on Jun 11, 2015, 6:43:09 AM
Guys i have problem a big one even if i play in windowed the stats still flicker like when u play in full screen so i did reinstall everything more then ten times and still the same problem i don`t have idea how to fix this can someone help me or tell me what to do please ? Tnx
I have the same issue. It worked, so I took a break and restarted my computer had not worked since. If I press ctrl + c I can see it come up and disappear so fast I see nothing, so flicker I suppose.
Naix92 and Ambro789, you need to read back a page for a workaround. This is an AHK problem after a Windows update.



"
JackM wrote:
Just found a workaround until this script is fixed.

Edit the script and search for the following line:
ToolTip, %String%, X - 135, Y + 35

Place a semi-colon (;) at the start of this line to comment it then add the following line just below:

MsgBox %String%




"
Bahnzo wrote:
Have to wait for a fix I think. The above technically fixes it, but the functionality isn't nearly as nice as before.

Edit: change the line suggested above to: MsgBox, 4096,, %String% and that should make sure the box stays on top and not behind POE.
Last edited by Cossont on Jun 11, 2015, 4:07:01 PM
"
Jalish wrote:
"
JackM wrote:
Hi hazydoc,

Thanks for your very useful script.

However, I've found an issue with this script and one the latest Microsoft Windows 8.1 x64 update (KB3059317) from June 09 2015. This update when installed prevents your script's tooltip from being displayed correctly: either it does not appear or it just flashes briefly on the screen.

Maybe this issue is not with your script but with AutoHotkey (I'm using v. 1.1.22.02 U64).

Anyway, have you any idea to solve this problem?



Great work identifying the cause JackM.

The KB3059317 update is to address the following issue ( from https://support.microsoft.com/en-us/kb/3059317 ):
"This security update resolves a vulnerability in Windows that could allow remote code execution if a user clicks a specially crafted link or a link to specially crafted content and then invokes F12 developer tools in Internet Explorer."

If you don't use IE or are not too concerned about the chance/risk of this vulnerability affecting you, removing the update from Windows resolves the issue. Edit: This update will come back if you automatically install all updates or don't tell Windows not to apply it.

If you are concerned, then I think you will have to wait for an update from AHK.


I did a little troubleshooting last nite, and I'm unsure how much this an issue with AHK. You can still get a tooltip to display just fine in POE. And of course as we've seen with this script it still does display, it just flashes for a second and then it's gone. So I wonder if it has something to do with how the tooltip is removed in the script?
IGN: Bahnzo <--- that should find me.
PoE Item Info Script: https://www.pathofexile.com/forum/view-thread/1463814
Last edited by Bahnzo on Jun 11, 2015, 4:29:05 PM
has anyone made hazydoc (creator) aware of this problem?
My summoner guide: https://www.pathofexile.com/forum/view-thread/1765329
My shop thread: https://www.pathofexile.com/forum/view-thread/1748967
"
Bahnzo wrote:
"
Jalish wrote:
"
JackM wrote:
Hi hazydoc,

Thanks for your very useful script.

However, I've found an issue with this script and one the latest Microsoft Windows 8.1 x64 update (KB3059317) from June 09 2015. This update when installed prevents your script's tooltip from being displayed correctly: either it does not appear or it just flashes briefly on the screen.

Maybe this issue is not with your script but with AutoHotkey (I'm using v. 1.1.22.02 U64).

Anyway, have you any idea to solve this problem?



Great work identifying the cause JackM.

The KB3059317 update is to address the following issue ( from https://support.microsoft.com/en-us/kb/3059317 ):
"This security update resolves a vulnerability in Windows that could allow remote code execution if a user clicks a specially crafted link or a link to specially crafted content and then invokes F12 developer tools in Internet Explorer."

If you don't use IE or are not too concerned about the chance/risk of this vulnerability affecting you, removing the update from Windows resolves the issue. Edit: This update will come back if you automatically install all updates or don't tell Windows not to apply it.

If you are concerned, then I think you will have to wait for an update from AHK.


I did a little troubleshooting last nite, and I'm unsure how much this an issue with AHK. You can still get a tooltip to display just fine in POE. And of course as we've seen with this script it still does display, it just flashes for a second and then it's gone. So I wonder if it has something to do with how the tooltip is removed in the script?


It appears that this is currently the best workaround, to uninstall the Windows Update KB3059317. However, if you are not too keen on uninstalling updates, there is another workaround, a little less invasive than the MsgBox suggestion. You can use what is called a TrayTip. Similar to a ToolTip, but it will display in the bottom right corner, where your Clock.

To apply this fix, search for:
ToolTip, %String%, X - 135, Y + 35

and replace it with (or comment out and put this below):
TrayTip, "PoE Item Info", %String%

Hope this helps as well!

p34nUt
Ok so it seems I found the problematic line, find this line in your script:

SendMessage, 0x30, NewFont, 1,, ahk_class tooltips_class32 ahk_exe %AhkExe%

and comment it out with a semicolon like so:

;SendMessage, 0x30, NewFont, 1,, ahk_class tooltips_class32 ahk_exe %AhkExe%

save, reload, should be good to go. You won't have a fixed font size anymore, small price to pay to have the tooltip back however.

Not really sure what the underlying problem is, I'll let the script devs work that out ;)
Last edited by WitchKiller on Jun 12, 2015, 2:58:42 AM
thanks WitchKiller :)
IGN Riddericke ▪ UTC+1 ▪ SHOP 498896
Last edited by riddie on Jun 12, 2015, 3:14:35 AM
Nice work, WitchKiller.
Guard us from the she-wolf and the wolf, and guard us from the
thief, oh Night, and so be good for us to pass.

Report Forum Post

Report Account:

Report Type

Additional Info