Skip to content

An exception occurred while running Ice (linux) #427

@tristan-k

Description

@tristan-k

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions