Guest User

Untitled

a guest
Apr 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.38 KB | None | 0 0
  1.  
  2. H:\compiling\pyot>set PYTHONPATH=;C:\python27;.
  3.  
  4. H:\compiling\pyot>C:\python27\python.exe c:\python27\scripts\twistd.py --nodaemo
  5. n --python gameserver.tac
  6. C:\python27\lib\site-packages\twisted\internet\iocpreactor\reactor.py:29: UserWa
  7. rning: pyOpenSSL 0.10 or newer is required for SSL support in iocpreactor. It is
  8.  missing, so the reactor will not support SSL APIs.
  9.   "pyOpenSSL 0.10 or newer is required for SSL support in iocpreactor. "
  10. 2011-12-05 23:47:23+0100 [-] Log opened.
  11. 2011-12-05 23:47:23+0100 [-] twistd 11.0.0 (C:\python27\python.exe 2.7.2) starti
  12. ng up.
  13. 2011-12-05 23:47:23+0100 [-] reactor class: twisted.internet.iocpreactor.reactor
  14. .IOCPReactor.
  15. 2011-12-05 23:47:23+0100 [-] service.gameserver.GameFactory starting on 7172
  16. 2011-12-05 23:47:23+0100 [-] Starting factory <service.gameserver.GameFactory in
  17. stance at 0x02A83508>
  18. 2011-12-05 23:47:23+0100 [-] Traceback (most recent call last):
  19. 2011-12-05 23:47:23+0100 [-]   File "c:\python27\scripts\twistd.py", line 19, in
  20.  <module>
  21. 2011-12-05 23:47:23+0100 [-]     run()
  22. 2011-12-05 23:47:23+0100 [-]   File "C:\python27\lib\site-packages\twisted\scrip
  23. ts\twistd.py", line 27, in run
  24. 2011-12-05 23:47:23+0100 [-]     app.run(runApp, ServerOptions)
  25. 2011-12-05 23:47:23+0100 [-]   File "C:\python27\lib\site-packages\twisted\appli
  26. cation\app.py", line 622, in run
  27. 2011-12-05 23:47:23+0100 [-]     runApp(config)
  28. 2011-12-05 23:47:23+0100 [-]   File "C:\python27\lib\site-packages\twisted\scrip
  29. ts\twistd.py", line 23, in runApp
  30. 2011-12-05 23:47:23+0100 [-]     _SomeApplicationRunner(config).run()
  31. 2011-12-05 23:47:23+0100 [-]   File "C:\python27\lib\site-packages\twisted\appli
  32. cation\app.py", line 380, in run
  33. 2011-12-05 23:47:23+0100 [-]     self.postApplication()
  34. 2011-12-05 23:47:23+0100 [-]   File "C:\python27\lib\site-packages\twisted\scrip
  35. ts\_twistw.py", line 46, in postApplication
  36. 2011-12-05 23:47:23+0100 [-]     service.IService(self.application).privilegedSt
  37. artService()
  38. 2011-12-05 23:47:23+0100 [-]   File "C:\python27\lib\site-packages\twisted\appli
  39. cation\service.py", line 272, in privilegedStartService
  40. 2011-12-05 23:47:23+0100 [-]     service.privilegedStartService()
  41. 2011-12-05 23:47:23+0100 [-]   File "C:\python27\lib\site-packages\twisted\appli
  42. cation\service.py", line 272, in privilegedStartService
  43. 2011-12-05 23:47:23+0100 [-]     service.privilegedStartService()
  44. 2011-12-05 23:47:23+0100 [-]   File "C:\python27\lib\site-packages\twisted\appli
  45. cation\internet.py", line 104, in privilegedStartService
  46. 2011-12-05 23:47:23+0100 [-]     self._port = self._getPort()
  47. 2011-12-05 23:47:23+0100 [-]   File "C:\python27\lib\site-packages\twisted\appli
  48. cation\internet.py", line 131, in _getPort
  49. 2011-12-05 23:47:23+0100 [-]     'listen%s' % (self.method,))(*self.args, **self
  50. .kwargs)
  51. 2011-12-05 23:47:23+0100 [-]   File "C:\python27\lib\site-packages\twisted\inter
  52. net\iocpreactor\reactor.py", line 156, in listenTCP
  53. 2011-12-05 23:47:23+0100 [-]     p.startListening()
  54. 2011-12-05 23:47:23+0100 [-]   File "C:\python27\lib\site-packages\twisted\inter
  55. net\iocpreactor\tcp.py", line 491, in startListening
  56. 2011-12-05 23:47:23+0100 [-]     raise error.CannotListenError, (self.interface,
  57.  self.port, le)
  58. 2011-12-05 23:47:23+0100 [-] twisted.internet.error.CannotListenError: Couldn't
  59. listen on any:7171: [Errno 10048] Bare ett bruk av hver enkelt kontaktadresse (p
  60. rotokoll/nettverk adresse/port) er vanligvis tillatt.
Add Comment
Please, Sign In to add comment