Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such file or directory Windows 10 #340

Closed
Calvin149 opened this issue Jan 12, 2016 · 1 comment
Closed

No such file or directory Windows 10 #340

Calvin149 opened this issue Jan 12, 2016 · 1 comment

Comments

@Calvin149
Copy link

When I try to run Ice it gives me this error:

=========== Starting Ice ===========
Detected Emulator: Dolphin
[WARNING] No emulator provided for console Nintendo Entertainment System
[WARNING] No emulator provided for console Super Nintendo
[WARNING] No emulator provided for console Nintendo 64
[WARNING] No emulator provided for console Nintendo Gamecube
Detected Console: Nintendo Wii => Dolphin
[WARNING] No emulator provided for console Playstation 1
[WARNING] No emulator provided for console Playstation 2
[WARNING] No emulator provided for console Sega Genesis
[WARNING] No emulator provided for console Sega Dreamcast
[WARNING] No emulator provided for console Nintendo Gameboy
[WARNING] No emulator provided for console Gameboy Advance
[WARNING] No emulator provided for console Nintendo DS
=========== User: 104983822 ===========
[ERROR] An exception occurred while running Ice
Traceback (most recent call last):
File "ice\runners\ice_engine.py", line 153, in run
self.main(dry_run=dry_run)
File "ice\runners\ice_engine.py", line 133, in main
self.run_for_user(user_context, dry_run=dry_run)
File "ice\runners\ice_engine.py", line 145, in run_for_user
self._create_backup(user, dry_run=dry_run)
File "ice\runners\ice_engine.py", line 167, in _create_backup
shortcuts.write_shortcuts(backup_path, shortcuts.get_shortcuts(user))
File "C:\Python27\lib\site-packages\pysteam-1.0.0_beta2-py2.7.egg\pysteam\shortcuts.py", line 31, in write_shortcuts
with open(path, "w") as f:
IOError: [Errno 2] No such file or directory: u'C:\Users\Calvin\AppData\Local\Scott Rice\Ice\Backups\104983822\config\shortcuts.20160112145709.vdf'

Close the window, or hit enter to exit...

@sharkwouter
Copy link
Contributor

There is a pull request to fix this here: #334
Unfortunately it is not longer compatible, though.

You can also create the C:\Users\Calvin\AppData\Local\Scott Rice\Ice\Backups\104983822\config\ directory as a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants