Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\pawkets\Documents\Scripts\RePoE>C:\Python37-64\python RePoE.py --file "C:\Games\Path of Exile\Content.ggpk" gems
- c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\translations.py:118: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
- from collections import Iterable, OrderedDict, defaultdict
- Loading GGPK ... Done!
- Running module 'gems'
- Traceback (most recent call last):
- File "RePoE.py", line 2, in <module>
- RePoE.main('data/')
- File "C:\Users\pawkets\Documents\Scripts\RePoE\RePoE\__init__.py", line 66, in main
- translation_file_cache=tfc, ot_file_cache=otfc)
- File "C:\Users\pawkets\Documents\Scripts\RePoE\RePoE\gems.py", line 556, in write_gems
- converter = GemConverter(ggpk, relational_reader, translation_file_cache)
- File "C:\Users\pawkets\Documents\Scripts\RePoE\RePoE\gems.py", line 112, in __init__
- for gepl in self.relational_reader['GrantedEffectsPerLevel.dat']:
- File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\dat.py", line 976, in __getitem__
- return self.get_file(item).reader
- File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\dat.py", line 1066, in get_file
- df_other_reader = self[spec_row.key]
- File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\dat.py", line 976, in __getitem__
- return self.get_file(item).reader
- File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\dat.py", line 1058, in get_file
- df = self._create_instance(file_name)
- File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\shared\cache.py", line 214, in _create_instance
- f.read(**self._get_read_args(file_name=file_name, *args, **kwargs))
- File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\shared\__init__.py", line 192, in read
- return self.get_read_buffer(file_path_or_raw, self._read, *args, **kwargs)
- File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\shared\__init__.py", line 151, in get_read_buffer
- return function(*args, buffer=file_path_or_raw, **kwargs)
- File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\dat.py", line 917, in _read
- self.reader.read(buffer.read())
- File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\dat.py", line 810, in read
- 'cast_size': self.table_record_length
- PyPoE.poe.file.specification.errors.SpecificationError: <ERRORS.RUNTIME_ROWSIZE_MISMATCH: 3002>: "GrantedEffects.dat": Specification row size 93 vs real size 94
- C:\Users\pawkets\Documents\Scripts\RePoE>
Advertisement
Add Comment
Please, Sign In to add comment