PathOfBuilding icon indicating copy to clipboard operation
PathOfBuilding copied to clipboard

Error In "OnFrame" with equipped "Atziri's Rule, Judgement Staff"

Open mrzhnex opened this issue 3 years ago • 3 comments

Check version

  • [X] I'm running the latest version of Path of Building and I've verified this by checking the changelog

Check for duplicates

  • [X] I've checked for duplicate issues by using the search function of the issue tracker

What is the expected behaviour/value?

At least, not crash

What is the actual behaviour/value?

When i move my mouse cursor into:

  1. items from "new item search tab"
  2. Equipped weapon - "Atziri's Rule, Judgement Staff"
  3. New item in "craft item" menu an error pop up. I notice that when i move cursor at "non weapon" item - error doesn't work and app working like it suppose to (showing item's stats etc). I came to conclusion, that problem is "Atziri's Rule, Judgement Staff" and how it works/adds new spells.

How to reproduce the issue

  1. Equip "Atziri's Rule, Judgement Staff"
  2. Select in "Main Skill" - "Storm of Judgement"
  3. Move to "Items" tab
  4. Move mouse cursor into "weapon" items

Character build code

https://pastebin.com/WDPbqjqs

Screenshots

test test2

mrzhnex avatar Aug 04 '22 06:08 mrzhnex

This seems to be related to having unleash socketed in the staff a minion skill present, storm/flame of judgement selected as main skill and hovering over the staff. https://pobb.in/gfyrSsKBRSM_

QuickStick123 avatar Aug 04 '22 06:08 QuickStick123

The skills granted by the staff seem to disappear after being moused over. Possibly something to do with the env overrrides in calcs.initEnv(build, mode, override, specEnv). Possibly related to #4631 .

Paliak avatar Aug 10 '22 06:08 Paliak

Seems to be caused by the way triggered skill are handled. #4599 Should fix it.

Paliak avatar Dec 04 '22 17:12 Paliak

This is fixed afaik. image

QuickStick123 avatar Jan 12 '24 10:01 QuickStick123