Why won't you work!
Is it normal for most of the entries not to work? I'm using Python 2.7. On some games I get segfaults, on others I get missing libraries (which I install), and some complain about incorrect argument types inside the game.What is the secret to getting these games to work?
(log in to comment)
Cosmologicon on 2011/09/22 20:46:
Well the libraries are to be expected. Most games will have dependencies. Fortunately, once you've gotten through the first few games, you'll have the common libraries installed and it won't be as much of an issue.Once you have the common libraries installed, I would say the majority of them should run without crashing. If one segfaults or crashes for you, why don't you post to that team's latest diary entry, along with a traceback if there is any? Maybe someone will have a solution handy.