Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pob 3.24 Build - Error when trying to open in Pob #8136

Closed
2 tasks done
mas0ny1 opened this issue Aug 8, 2024 · 3 comments · Fixed by #8192
Closed
2 tasks done

Pob 3.24 Build - Error when trying to open in Pob #8136

mas0ny1 opened this issue Aug 8, 2024 · 3 comments · Fixed by #8192
Labels
bug Something isn't working

Comments

@mas0ny1
Copy link

mas0ny1 commented Aug 8, 2024

Check version

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

Check for duplicates

  • I've checked for duplicate open and closed issues by using the search function of the issue tracker

What platform are you running Path of Building on?

Windows

How is Path of Building expected to behave?

Pob should load this pob link without any errors
https://pobb.in/gZZjfLkiq6Se

How does Path of Building behave?

When I click open, the following error appears
image

How to reproduce the issue

  1. Open up https://pobb.in/gZZjfLkiq6Se in browser
  2. Click on "Open"
  3. Wait for POB to load and produce the error.

Character build code

https://pobb.in/gZZjfLkiq6Se

Screenshots

image

@mas0ny1 mas0ny1 added the bug Something isn't working label Aug 8, 2024
@Nightblade
Copy link
Contributor

Can confirm.

Seems to have something to do with having two Penance Brand of Dissipation skill gems enabled, as I can load the build if I first edit the xml and delete one of them, or by changing enabled to false on one of the parent groups.

<Gem enableGlobal2="true" level="21" gemId="Metadata/Items/Gems/SkillGemPenanceBrand" variantId="PenanceBrandAltX" skillId="MagmaSigilAltX" quality="23" skillPart="2" qualityId="Default" enableGlobal1="true" enabled="true" count="2" nameSpec="Penance Brand of Dissipation"/>

<Gem enableGlobal2="true" level="20" gemId="Metadata/Items/Gems/SkillGemPenanceBrand" variantId="PenanceBrandAltX" skillId="MagmaSigilAltX" quality="23" skillPart="2" qualityId="Default" enableGlobal1="true" enabled="true" count="2" nameSpec="Penance Brand of Dissipation"/>

@Paliak
Copy link
Contributor

Paliak commented Aug 8, 2024

Mostlikely caused by #7678. I'll take a look.

This is caused by the limited processing flag being removed from the one of the penance brand skill groups when the other one is processed.

@mas0ny1
Copy link
Author

mas0ny1 commented Aug 18, 2024

@Paliak thank you for your work :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants