Skip to content

Program crash: "No Pseudo Attributes loaded."

brather1ng edited this page Jun 27, 2017 · 3 revisions

This page helps to solve a frequently occuring crash. If PoESkillTree crashes on startup and you find the following exception in the debug.txt, you can find a solution here.

Exception: POESKillTree.TreeGenerator.Model.PseudoAttributes.PseudoAttributeDataInvalidException:
  No Pseudo Attributes loaded.
  Make sure C:\Users\UserName\AppData\Roaming\PoESkillTree - expansion\Data\PseudoAttributes is not empty.
  1. Go to https://github.com/EmmittJ/PoESkillTree/releases/latest
  2. Download the zip-release (PoESkillTree-expansion-2.x.y.zip)
  3. Open the zip and copy the contents of PoESkillTree/Data/PseudoAttributes
  4. Paste these into the directory mentioned in the debug.txt (C:\Users\UserName\AppData\Roaming\PoESkillTree - expansion\Data\PseudoAttributes)
  5. Start PoESkillTree and it should no longer crash

We don't know what causes this crash, so we can't fix it atm.