SP Not loading
Posted: Wed Mar 30, 2016 5:59 pm
Source.python is not loading without any errors in console.
How to fix it?
How to fix it?
satoon101 wrote:Game? Operating system?
Ayuto wrote:Please post the full console output you get when starting the server.
Ayuto wrote:Okay, could you please try the steps I described here?
https://github.com/Source-Python-Dev-Team/Source.Python/issues/115#issuecomment-202093016
Ayuto wrote:Okay, I have updated the core.so. Please re-download source-python.so and core.so:
http://build.affecta.net/job/Source.Python%20-%20Other%20Branches/game=csgo,label=master/lastSuccessfulBuild/artifact/
Ayuto wrote:Are you really sure you replaced the core.so in ../addons/source-python/bin?
Ayuto wrote:Hm, that's funny, because the core.so shouldn't rely on the GLIBC library anymore. Do you have the possibility to update your GLIBC version to 2.17 or later?
Code: Select all
[Source.Python] Loading...
Traceback (most recent call last):
File "/home/servers/csgo/dev/csgo/addons/source-python/packages/source-python/__init__.py", line 42, in load
setup_logging()
File "/home/servers/csgo/dev/csgo/addons/source-python/packages/source-python/__init__.py", line 85, in setup_logging
from core.settings import _core_settings
File "/home/servers/csgo/dev/csgo/addons/source-python/packages/source-python/core/settings.py", line 15, in <module>
from auth.paths import AUTH_PROVIDER_PATH
File "/home/servers/csgo/dev/csgo/addons/source-python/packages/source-python/auth/__init__.py", line 12, in <module>
from translations.strings import LangStrings
File "/home/servers/csgo/dev/csgo/addons/source-python/packages/source-python/translations/strings.py", line 10, in <module>
from binascii import unhexlify
ImportError: libz.so.1: cannot open shared object file: No such file or directory
[Source.Python] Failed to load the main module.
[Source.Python] Could not initialize python.
Failed to load plugin "addons/source-python"
[Source.Python] Unloading...
Traceback (most recent call last):
File "/home/servers/csgo/dev/csgo/addons/source-python/packages/source-python/__init__.py", line 56, in unload
unload_plugins()
File "/home/servers/csgo/dev/csgo/addons/source-python/packages/source-python/__init__.py", line 250, in unload_plugins
from core.manager import core_plugin_manager
File "/home/servers/csgo/dev/csgo/addons/source-python/packages/source-python/core/manager.py", line 12, in <module>
from plugins.manager import PluginManager
File "/home/servers/csgo/dev/csgo/addons/source-python/packages/source-python/plugins/__init__.py", line 12, in <module>
from translations.strings import LangStrings
File "/home/servers/csgo/dev/csgo/addons/source-python/packages/source-python/translations/strings.py", line 10, in <module>
from binascii import unhexlify
ImportError: libz.so.1: cannot open shared object file: No such file or directory
[Source.Python] Failed to unload the main module.
[Source.Python] Unloaded successfully.