Guest User

Untitled

a guest
May 4th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. C:\Users\pawkets\Documents\Scripts\RePoE>C:\Python37-64\python RePoE.py --file "C:\Games\Path of Exile\Content.ggpk" gems
  2. 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
  3. from collections import Iterable, OrderedDict, defaultdict
  4. Loading GGPK ... Done!
  5. Running module 'gems'
  6. Traceback (most recent call last):
  7. File "RePoE.py", line 2, in <module>
  8. RePoE.main('data/')
  9. File "C:\Users\pawkets\Documents\Scripts\RePoE\RePoE\__init__.py", line 66, in main
  10. translation_file_cache=tfc, ot_file_cache=otfc)
  11. File "C:\Users\pawkets\Documents\Scripts\RePoE\RePoE\gems.py", line 556, in write_gems
  12. converter = GemConverter(ggpk, relational_reader, translation_file_cache)
  13. File "C:\Users\pawkets\Documents\Scripts\RePoE\RePoE\gems.py", line 112, in __init__
  14. for gepl in self.relational_reader['GrantedEffectsPerLevel.dat']:
  15. File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\dat.py", line 976, in __getitem__
  16. return self.get_file(item).reader
  17. File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\dat.py", line 1066, in get_file
  18. df_other_reader = self[spec_row.key]
  19. File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\dat.py", line 976, in __getitem__
  20. return self.get_file(item).reader
  21. File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\dat.py", line 1058, in get_file
  22. df = self._create_instance(file_name)
  23. File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\shared\cache.py", line 214, in _create_instance
  24. f.read(**self._get_read_args(file_name=file_name, *args, **kwargs))
  25. File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\shared\__init__.py", line 192, in read
  26. return self.get_read_buffer(file_path_or_raw, self._read, *args, **kwargs)
  27. File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\shared\__init__.py", line 151, in get_read_buffer
  28. return function(*args, buffer=file_path_or_raw, **kwargs)
  29. File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\dat.py", line 917, in _read
  30. self.reader.read(buffer.read())
  31. File "c:\users\pawkets\documents\scripts\pypoe\PyPoE\poe\file\dat.py", line 810, in read
  32. 'cast_size': self.table_record_length
  33. PyPoE.poe.file.specification.errors.SpecificationError: <ERRORS.RUNTIME_ROWSIZE_MISMATCH: 3002>: "GrantedEffects.dat": Specification row size 93 vs real size 94
  34.  
  35. C:\Users\pawkets\Documents\Scripts\RePoE>
Advertisement
Add Comment
Please, Sign In to add comment