Advertisement
General_101

MEK Error

Apr 10th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. Loading 00a_introduction.map.dtz...
  2. Traceback (most recent call last):
  3. File "C:\Users\Steven\AppData\Local\Programs\Python\Python38\lib\site-packages\supyr_struct\field_type_methods\parsers.py", line 426, in struct_parser
  4. desc[i]['TYPE'].parser(desc[i], None, node, i, rawdata,
  5. File "C:\Users\Steven\AppData\Local\Programs\Python\Python38\lib\site-packages\supyr_struct\field_type_methods\parsers.py", line 692, in f_s_data_parser
  6. rawdata.seek(root_offset + offset)
  7. File "C:\Users\Steven\AppData\Local\Programs\Python\Python38\lib\site-packages\supyr_struct\buffer.py", line 247, in seek
  8. raise IndexError('seek position out of range')
  9. IndexError: seek position out of range
  10.  
  11. The above exception was the direct cause of the following exception:
  12.  
  13. Traceback (most recent call last):
  14. File "C:\Users\Steven\AppData\Local\Programs\Python\Python38\lib\site-packages\refinery\main.py", line 1046, in load_maps
  15. new_map = self.load_map(map_path, False, ask_close_open, **kw)
  16. File "C:\Users\Steven\AppData\Local\Programs\Python\Python38\lib\site-packages\refinery\main.py", line 1000, in load_map
  17. new_map = RefineryCore.load_map(
  18. File "C:\Users\Steven\AppData\Local\Programs\Python\Python38\lib\site-packages\refinery\core.py", line 531, in load_map
  19. map_header = get_map_header(f, True)
  20. File "C:\Users\Steven\AppData\Local\Programs\Python\Python38\lib\site-packages\reclaimer\meta\halo_map.py", line 152, in get_map_header
  21. return header_def.build(rawdata=map_file)
  22. File "C:\Users\Steven\AppData\Local\Programs\Python\Python38\lib\site-packages\supyr_struct\defs\block_def.py", line 224, in build
  23. new_block.parse(**kwargs)
  24. File "C:\Users\Steven\AppData\Local\Programs\Python\Python38\lib\site-packages\supyr_struct\blocks\list_block.py", line 814, in parse
  25. desc['TYPE'].parser(**kwargs)
  26. File "C:\Users\Steven\AppData\Local\Programs\Python\Python38\lib\site-packages\supyr_struct\field_type_methods\parsers.py", line 460, in struct_parser
  27. raise error from e
  28. supyr_struct.exceptions.FieldParseError:
  29. Error occurred while attempting to parse <class 'supyr_struct.blocks.list_block.ListBlock'>.
  30. map_header, index:None, offset:0, field_type:<FieldType:'Struct', endian:'=', enc:'None'>
  31.  
  32. Error occurred while attempting to load map.
  33. If this is a PermissionError and the map is located in
  34. a protected location, Refinery may need to run as admin.
  35. Make sure the map you are accessing is not read-only.
  36. Refinery opens maps in read-write mode in case edits are
  37. made, and opening in this mode fails on read-only files.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement