Skip to content

RuntimeError: CHECK failed: (to->GetDescriptor()) == (descriptor): Tried to merge messages of different types. #451

@Phoross

Description

@Phoross

I'm using Source.Python to run a WCS server and everything was working fine yesterday but starting today I'm having an error popping up endlessly when I try to use the command 'wcs' which open a radio menu with all the options.
The error is the following one :

[libprotobuf FATAL ..\src\google\protobuf\reflection_ops.cc:58] CHECK failed: (to->GetDescriptor()) == (descriptor): Tried to merge messages of different types.
[Source.Python]
[SP] Caught an Exception:
Traceback (most recent call last):
  File "..\addons\source-python\packages\source-python\listeners\tick.py", line 79, in _tick
    self.pop(0).execute()
  File "..\addons\source-python\packages\source-python\listeners\tick.py", line 160, in execute
    return self.callback(*self.args, **self.kwargs)
  File "..\addons\source-python\plugins\wcs\wcs.py", line 372, in _send_message_and_remove
    message.send(wcsplayer.index, **kwargs)
  File "..\addons\source-python\packages\source-python\menus\base.py", line 174, in send
    queue._refresh()
  File "..\addons\source-python\packages\source-python\menus\queue.py", line 105, in _refresh
    menu._refresh(self._index)
  File "..\addons\source-python\packages\source-python\menus\base.py", line 104, in _refresh
    self._send(player_index)
  File "..\addons\source-python\packages\source-python\menus\radio.py", line 120, in _send
    ShowMenu(*self._build(player_index)).send(player_index)
  File "..\addons\source-python\packages\source-python\messages\base.py", line 232, in send
    user_message.send()

RuntimeError: CHECK failed: (to->GetDescriptor()) == (descriptor): Tried to merge messages of different types.

It doesn't happen until I type the command in the chat and for then on it's non stop in the console.
A change in Source.Python that may be causing this? Don't know how to fix it :/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions