Make Evennia start correctly on the latest version of Twisted. There is a logging snafu that exists with the latest Twisted, and it was only dumb luck that the server started on previous versions of the framework. The ticket detailing this problem is at: http://twistedmatrix.com/trac/ticket/3289
Let me know if this breaks your setup!
This commit is contained in:
parent
38f8225a37
commit
87fb121427
4 changed files with 3 additions and 7 deletions
|
|
@ -4,4 +4,4 @@ set PYTHONPATH=.
|
|||
echo Starting Evennia...
|
||||
|
||||
rem We're only going to run in interactive mode until we've had more time to make sure things work as expected on Windows.
|
||||
twistd -noy server.py
|
||||
twistd -oy --logfile=- --python=server.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue