You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I’m trying to run SpaceInvaders, but faced problem with:” Game not found: Did you make sure to import the ROM?”. Then I tried solution by MaximusWudy, with point and renaiming files to .a26 (as adviced at openai/retro). But when I try to run “python3 -m retro.import (…)” it always comes with error
Importing 130863 potential games…
Traceback (most recent call last):
File “//anaconda/lib/python3.5/runpy.py”, line 184, in _run_module_as_main
“main”, mod_spec)
File “//anaconda/lib/python3.5/runpy.py”, line 85, in _run_code
exec(code, run_globals)
File “//anaconda/lib/python3.5/site-packages/retro/import/main.py”, line 4, in
main()
File “//anaconda/lib/python3.5/site-packages/retro/scripts/import_path.py”, line 18, in main
retro.data.merge(*potential_roms, quiet=False)
File “//anaconda/lib/python3.5/site-packages/retro/data/init.py”, line 404, in merge
known_hashes[sha] = (game, ext, os.path.join(path(), curpath))
UnboundLocalError: local variable ‘ext’ referenced before assignment
To be honest, I have no idea what to try next.
The text was updated successfully, but these errors were encountered:
Hi!
I’m trying to run SpaceInvaders, but faced problem with:” Game not found: Did you make sure to import the ROM?”. Then I tried solution by MaximusWudy, with point and renaiming files to .a26 (as adviced at openai/retro). But when I try to run “python3 -m retro.import (…)” it always comes with error
Importing 130863 potential games…
Traceback (most recent call last):
File “//anaconda/lib/python3.5/runpy.py”, line 184, in _run_module_as_main
“main”, mod_spec)
File “//anaconda/lib/python3.5/runpy.py”, line 85, in _run_code
exec(code, run_globals)
File “//anaconda/lib/python3.5/site-packages/retro/import/main.py”, line 4, in
main()
File “//anaconda/lib/python3.5/site-packages/retro/scripts/import_path.py”, line 18, in main
retro.data.merge(*potential_roms, quiet=False)
File “//anaconda/lib/python3.5/site-packages/retro/data/init.py”, line 404, in merge
known_hashes[sha] = (game, ext, os.path.join(path(), curpath))
UnboundLocalError: local variable ‘ext’ referenced before assignment
To be honest, I have no idea what to try next.
The text was updated successfully, but these errors were encountered: