Advertisement
nomy

Untitled

Dec 10th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.49 KB | None | 0 0
  1. Plugins: found file "source-python.vdf"
  2. [Source.Python] Loading...
  3. [Source.Python] Connecting interfaces...
  4. [Source.Python] Retrieving engine interfaces...
  5. [Source.Python] Interface VEngineServer023 at 6760ee00
  6. [Source.Python] Interface GAMEEVENTSMANAGER002 at 67836f70
  7. [Source.Python] Interface ISERVERPLUGINHELPERS001 at 6760d910
  8. [Source.Python] Interface EngineTraceServer004 at 6761091c
  9. [Source.Python] Interface IEngineSoundServer003 at 67593444
  10. [Source.Python] Interface VEngineRandom001 at 676180e4
  11. [Source.Python] Interface VFileSystem017 at 6b5ad620
  12. [Source.Python] Interface VEngineServerStringTable001 at 67617d50
  13. [Source.Python] Interface VPhysics031 at 6948a4c8
  14. [Source.Python] Interface VPhysicsCollision007 at 69495e10
  15. [Source.Python] Interface VPhysicsSurfaceProps001 at 69495ea0
  16. [Source.Python] Interface MDLCache004 at 6b04c470
  17. [Source.Python] Interface VoiceServer002 at 67619a00
  18. [Source.Python] Retrieving game interfaces...
  19. [Source.Python] Interface PlayerInfoManager002 at 60041f80
  20. [Source.Python] Interface BotManager001 at 60041f84
  21. [Source.Python] Interface ServerGameDLL005 at 6003e590
  22. [Source.Python] Interface VSERVERTOOLS001 at 60054dc8
  23. [Source.Python] Retrieving global variables...
  24. [Source.Python] Initializing mathlib...
  25. [Source.Python] Initializing server and say commands...
  26. [Source.Python] Initializing python...
  27. [Source.Python] Python home path set to C:\GOPB\csgo\addons\source-python\Python3
  28. [Source.Python] Python version 3.4.1+ (default, Sep 7 2014, 10:06:44) [MSC v.1600 32 bit (Intel)] initialized!
  29. [Source.Python] Setting sys.argv...
  30. [Source.Python] Adding C:\GOPB\csgo\addons\source-python\packages\source-python to path
  31. [Source.Python] Adding C:\GOPB\csgo\addons\source-python\Python3\plat-win to path
  32. [Source.Python] Adding C:\GOPB\csgo\addons\source-python\packages\site-packages to path
  33. [Source.Python] Adding C:\GOPB\csgo\addons\source-python\packages\custom to path
  34. [Source.Python] Adding C:\GOPB\csgo\addons\source-python\plugins to path
  35. [Source.Python] Initializing _memory module
  36. [Source.Python] Initializing _bitbuffers module
  37. [Source.Python] Initializing _colors module
  38. [Source.Python] Initializing _commands._client module
  39. [Source.Python] Initializing _commands module
  40. [Source.Python] Initializing _commands._say module
  41. [Source.Python] Initializing _commands._server module
  42. [Source.Python] Initializing _cvars module
  43. [Source.Python] Initializing _effects module
  44. [Source.Python] Initializing _effects._base module
  45. [Source.Python] Initializing _engines module
  46. [Source.Python] Initializing _engines._server module
  47. [Source.Python] Initializing _engines._sound module
  48. [Source.Python] Initializing _engines._trace module
  49. [Source.Python] Initializing _entities._constants module
  50. [Source.Python] Initializing _entities._helpers module
  51. [Source.Python] Initializing _entities module
  52. [Source.Python] Initializing _entities._factories module
  53. [Source.Python] Initializing _entities._datamaps module
  54. [Source.Python] Initializing _entities._props module
  55. [Source.Python] Initializing _entities._entity module
  56. [Source.Python] Initializing _core module
  57. [Source.Python] Initializing _events module
  58. [Source.Python] Initializing _globals module
  59. [Source.Python] Initializing _keyvalues module
  60. [Source.Python] Initializing _listeners module
  61. [Source.Python] Initializing _mathlib module
  62. [Source.Python] Initializing _messages module
  63. [Source.Python] Initializing _net_channel module
  64. [Source.Python] Initializing _players._bots module
  65. [Source.Python] Initializing _players._constants module
  66. [Source.Python] Initializing _players._helpers module
  67. [Source.Python] Initializing _players module
  68. [Source.Python] Initializing _players._voice module
  69. [Source.Python] Initializing _filters._recipients module
  70. [Source.Python] Initializing _steam module
  71. [Source.Python] Initializing _stringtables module
  72. [Source.Python] Initializing _studio module
  73. [Source.Python] Initializing _studio._constants module
  74. [Source.Python] Initializing _studio._cache module
  75. [Source.Python] Initializing _weapons._constants module
  76. [Source.Python] Initializing _weapons._scripts module
  77. [Source.Python] Loading main module...
  78. [Source.Python] Failed to load the main module.
  79. [Source.Python] Could not initialize python.
  80. Failed to load plugin "addons/source-python"
  81. [Source.Python] Unloading...
  82. [Source.Python] Unhooking all functions...
  83. [Source.Python] Shutting down python...
  84. [Source.Python] Unloading main module...
  85. [Source.Python] Failed to unload the main module.
  86. [Source.Python] Clearing all commands...
  87. [Source.Python] Unregistering ConVar...
  88. [Source.Python] Disconnecting interfaces...
  89. [Source.Python] Resetting cache notifier...
  90. [Source.Python] Unloaded successfully.
  91. maxplayers set to 64
  92.  
  93. [SP] Caught an Exception:
  94. Traceback (most recent call last):
  95. File '..\addons\source-python\packages\source-python\__init__.py', line 38, in load
  96. setup_sp_command()
  97. File '..\addons\source-python\packages\source-python\__init__.py', line 122, in setup_sp_command
  98. from core.command import _core_command
  99. File '..\addons\source-python\packages\source-python\core\command.py', line 39, in <module>
  100. from listeners.tick import tick_delays
  101. File '..\addons\source-python\packages\source-python\listeners\tick\__init__.py', line 11, in <module>
  102. from listeners.tick.delays import Delay
  103. File '..\addons\source-python\packages\source-python\listeners\tick\delays.py', line 16, in <module>
  104. from listeners import tick_listener_manager
  105.  
  106. ImportError: cannot import name 'tick_listener_manager'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement