-
Notifications
You must be signed in to change notification settings - Fork 96
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
Error - Can't find "Scott Ice\ice\ice.log" #490
Comments
Run the exe as Admin and in Windows 8 compatibility mode. If this doesn't help create the folder manually. |
In addition to above create the ROM folder manually and also the appData folder for the log file. Should work. |
I'm also encountering this issue. Doing this for my Steam Link. I went ahead and created those folders and got past it, then it needed write access to my Steam/UserData/XXX fixed that. Now it needed backup location defined so fixed that, and now I'm to:
|
What I did as a workaround to the 'NoneType' error, was delete my shortcuts.vdf file. Then put in the actual path to my steam userdata folder in ICE's "config.txt" file. Ran ICE, it completed fine and worked after that. Sometimes it starts throwing that error again and I'll just delete the shortcuts.vdf file again. |
Does anybody have an idea what causes this error?
Traceback (most recent call last):
File "", line 7, in
File "c:\program files (x86)\python27\lib\site-packages\PyInstaller-3.1-py2.7.egg\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
File "ice\runners\command_line_runner.py", line 12, in
File "c:\program files (x86)\python27\lib\site-packages\PyInstaller-3.1-py2.7.egg\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
File "ice\runners\ice_engine.py", line 14, in
File "c:\program files (x86)\python27\lib\site-packages\PyInstaller-3.1-py2.7.egg\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
File "ice\backups.py", line 10, in
File "c:\program files (x86)\python27\lib\site-packages\PyInstaller-3.1-py2.7.egg\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
File "ice\logs.py", line 66, in
File "ice\logs.py", line 53, in create_logger
File "logging\handlers.py", line 117, in init
File "logging\handlers.py", line 64, in init
File "logging_init_.py", line 903, in init
File "logging_init_.py", line 926, in _open
IOError: [Errno 2] No such file or directory: u'C:\Users\kimme\AppData\Local\Scott Rice\Ice\ice.log'
The text was updated successfully, but these errors were encountered: