Search found 5 matches
- Fri Dec 11, 2020 10:58 pm
- Forum: General Discussion
- Topic: Admin Plugin can't load
- Replies: 7
- Views: 15577
Re: Admin Plugin can't load
core_settings.ini is located in your cfg/source-python folder. But you don't need to switch back the language as you applied the actual fix. As you can see the plugin loads fine now. There are just three deprecation warnings, but can safely ignore them. With the next start of the server they won't ...
- Fri Dec 11, 2020 9:45 pm
- Forum: General Discussion
- Topic: Admin Plugin can't load
- Replies: 7
- Views: 15577
Re: Admin Plugin can't load
It's an error in SP when using unicode characters in configuration files. In your case it happens if you change SP's language to Russian and try to load the SP Admin plugin. I just fixed the error: https://github.com/Source-Python-Dev-Team/Source.Python/commit/040295a5177ff0c30aefac5f6fd9db4740d983...
- Fri Dec 11, 2020 7:09 pm
- Forum: General Discussion
- Topic: Admin Plugin can't load
- Replies: 7
- Views: 15577
Re: Admin Plugin can't load
Use "utf8" as encoding, then it won't try to encode to ascii. from configobj import ConfigObj cfg = ConfigObj(infile="settings.ini", encoding="utf8") cfg["text"] = "[SP] Плагин 'admin' не может быть загружен." cfg.write() # reading later cfg = Confi...
- Wed Dec 09, 2020 10:20 am
- Forum: General Discussion
- Topic: Admin Plugin can't load
- Replies: 7
- Views: 15577
Admin Plugin can't load
Errors: sp plugin load admin [SP] Загрузка плагина 'admin'... [SP] Перехвачено исключение: Traceback (most recent call last): File "../addons/source-python/packages/source-python/plugins/command.py", line 164, in load_plugin plugin = self.manager.load(plugin_name) File "../addons/sour...
- Wed Dec 09, 2020 9:30 am
- Forum: Plugin Releases
- Topic: Map Decal Painter
- Replies: 20
- Views: 69989
Re: Map Decal Painter
Sorry, how to apply the decal?