Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. (c) Корпорация Майкрософт (Microsoft Corp.), 2009. Все права защищены.
  3.  
  4. C:\Windows\system32>cd C:\Users\USSR\Desktop\AutoROM\AutoROM-master
  5.  
  6. C:\Users\USSR\Desktop\AutoROM\AutoROM-master>autorom.py -h
  7. usage: autorom.py [-h] [-c] [-i INPUT] [-l]
  8. [-r {matrix_rom_16x16_256,matrix_rom_8x8_64}] [-o OUTPUT]
  9.  
  10. AutoROM is a utility for importing files into TUNG as read-only memory.
  11.  
  12. optional arguments:
  13. -h, --help show this help message and exit
  14. -c, --clean Clean all local files.
  15. -i INPUT, --input INPUT
  16. Input file. Extension determines parsing behaviour,
  17. this is a mandatory parameter.
  18. -l, --listrom List information for all available ROM boards.
  19. -r {matrix_rom_16x16_256,matrix_rom_8x8_64}, --romtype {matrix_rom_16x16_256,m
  20. atrix_rom_8x8_64}
  21. Name of ROM board to load data into. This is mandatory
  22. parameter.
  23. -o OUTPUT, --output OUTPUT
  24. Output file. By default, the filename will be a
  25. combination of the selected ROM board and the name of
  26. the file from which it was initialised.
  27.  
  28. C:\Users\USSR\Desktop\AutoROM\AutoROM-master>autorom.py -l
  29. List of available ROM boards:
  30. matrix_rom_16x16_256:
  31. Capacity: 65536
  32. Path: matrix-16x16-256.tungboard
  33. matrix_rom_8x8_64:
  34. Capacity: 4096
  35. Path: matrix-8x8-64.tungboard
  36.  
  37. C:\Users\USSR\Desktop\AutoROM\AutoROM-master>autorom.py -i afile -r matrix_rom_8
  38. x8_64
  39. B2J binaries not present, installing...
  40. Traceback (most recent call last):
  41. File "C:\Users\USSR\Desktop\AutoROM\AutoROM-master\autorom.py", line 116, in <
  42. module>
  43. main()
  44. File "C:\Users\USSR\Desktop\AutoROM\AutoROM-master\autorom.py", line 80, in ma
  45. in
  46. b2j.install()
  47. File "C:\Users\USSR\Desktop\AutoROM\AutoROM-master\util\b2j.py", line 71, in i
  48. nstall
  49. tungAsmPath = tung.find_file(tungAsmFile)
  50. File "C:\Users\USSR\Desktop\AutoROM\AutoROM-master\util\tung.py", line 36, in
  51. find_file
  52. return util.find_file(name, get_install_dir())
  53. File "C:\Users\USSR\Desktop\AutoROM\AutoROM-master\util\tung.py", line 31, in
  54. get_install_dir
  55. env.set_var(__TUNG_DIR_VAR, tungDir)
  56. File "C:\Users\USSR\Desktop\AutoROM\AutoROM-master\util\env.py", line 39, in s
  57. et_var
  58. __save()
  59. File "C:\Users\USSR\Desktop\AutoROM\AutoROM-master\util\env.py", line 17, in _
  60. _save
  61. with open(__ENV_PATH, "w") as file:
  62. FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\USSR\\Deskto
  63. p\\AutoROM\\AutoROM-master\\util\\data\\env.json'
  64.  
  65. C:\Users\USSR\Desktop\AutoROM\AutoROM-master>
  66.  
  67. C:\Users\USSR\Desktop\AutoROM\AutoROM-master>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement