-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
I'm running Ubuntu 16.04. Here is what I did to install Ice. Virtualenv installation went well.
$ git clone https://github.com/scottrice/Ice
$ virtualenv Ice
$ source bin/activate
$ python setup.py install
Configured config.txt, consoles.txt and emulators.txt following the Getting Started Guide.
Finally:
$ python -m ice
[ERROR] An exception occurred while running Ice
Traceback (most recent call last):
File "ice/decorators.py", line 10, in wrapped
func(*args, **kwargs)
File "ice/cli/runner.py", line 84, in run
self.get_steam(app_settings.config),
File "ice/tasks/engine.py", line 27, in __init__
self.users = filter(is_user_context, steam_module.local_user_contexts(self.steam))
TypeError: 'NoneType' object is not iterable
Close the window, or hit enter to exit...
Any suggestions?
Metadata
Metadata
Assignees
Labels
No labels