Jump to content

Curious CigiClient message in console


photo

Recommended Posts

Hello,

With the CIGI demo, I always get "CigiClient::update(): can't create 0 Host packet" message in the console for every Component message send by the host.

What does it mean? How do I avoid the console being spammed by these messages (this prevent me from reading useful messages)

Thanks

Link to comment

Hi Amerio,

This means that the first byte of your packet from the Host has "Packet ID == 0" which is wrong. For example, the first byte of the Component control is 4.
Look at the method void CigiClient::update() of the <SDK Browser>/sdks/<SDK VERSION>/source/plugins/Network/CigiClient/CigiClient.cpp file for more information.

Best regards,
Alexander

Link to comment
×
×
  • Create New...