Ayuto / EventScripts-Emulator

A Source.Python plugin that is able to run EventScripts addons.
16 stars 9 forks source link

Unable to load emulator (SP Update) #55

Closed NosferatuJoe closed 3 years ago

NosferatuJoe commented 3 years ago

For some reason I can't get the emulator to load. I've updated SP using "sp update", after this I tried a full reinstall of SP using this source: http://downloads.sourcepython.com/

Still having the same issue.

2021-02-09 14:08:18 - sp    -   EXCEPTION   
[SP] Caught an Exception:
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/source-python/packages/source-python/plugins/manager.py", line 207, in load
    plugin._load()
  File "../addons/source-python/packages/source-python/plugins/instance.py", line 76, in _load
    self.module.load()
  File "../addons/source-python/plugins/es_emulator/es_emulator.py", line 42, in load
    from . import cmds
  File "../addons/source-python/plugins/es_emulator/cmds.py", line 24, in <module>
    from .logic import cfg_scripts
  File "../addons/source-python/plugins/es_emulator/logic.py", line 423, in <module>
    default_event_registration()
  File "../addons/source-python/plugins/es_emulator/logic.py", line 188, in default_event_registration
    if not register_for_event_file('../hl2/resource/gameevents.res'):
  File "../addons/source-python/plugins/es_emulator/logic.py", line 223, in register_for_event_file
    events = KeyValues.load_from_file(file_name)

ValueError: Failed to load from file.

2021-02-09 14:08:18 - sp    -   MESSAGE [SP] Plugin 'es_emulator' was unable to be loaded.