Advertisement
N3rdsWithGame

Patch Tool Test

Feb 25th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Processed File 25
  2. Processed File 26
  3. Processed File 27
  4. Exception in Tkinter callback
  5. Traceback (most recent call last):
  6. File "PatchTool.py", line 186, in yaz0decBytes
  7. fileuncomp = open('./patchfiles/TempComp.bin.yaz0 0.rarc','rb')
  8. FileNotFoundError: [Errno 2] No such file or directory: './patchfiles/TempComp.bin.yaz0 0.rarc'
  9.  
  10. During handling of the above exception, another exception occurred:
  11.  
  12. Traceback (most recent call last):
  13. File "C:\Users\Jeff\Anaconda3\lib\tkinter\__init__.py", line 1699, in __call__
  14. return self.func(*args)
  15. File "PatchTool.py", line 72, in applypatch
  16. status = usez64patch(self.ROMpath,patchfilepath,newROMname)
  17. File "PatchTool.py", line 278, in usez64patch
  18. VFileBytes = yaz0decBytes(PFileBytes)
  19. File "PatchTool.py", line 189, in yaz0decBytes
  20. fileuncomp.close()
  21. UnboundLocalError: local variable 'fileuncomp' referenced before assignment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement