OmegaK2 / PyPoE

Collection of Python Tools for Path of Exile
Other
240 stars 93 forks source link

can't export dat - Specification row size error #96

Open lutel opened 5 years ago

lutel commented 5 years ago

PyPoE.poe.file.specification.errors.SpecificationError: <ERRORS.RUNTIME_ROWSIZE_MISMATCH: 3002>: "FragmentStashTabLayout.dat": Specification row size 32 vs real size 33

This "specification row" error is very common, would it be possible to throw warning and skip table, instead of stoping the process?

OmegaK2 commented 5 years ago

I'd just try to export the files you need instead of everything. I can add an option to the script to turn that specific error into a warning instead though.

frepe698 commented 5 years ago

I get this issue on every file I try to export. Do you know a way around it?