Jump to content

[SOLVED] CIGI Last Host Frame Number is always 0


photo

Recommended Posts

Hello,

In the IG packet "Start Of Frame", the "Last Host Frame Number" is always 0.

This should be set to the last "Frame Number" received by the IG from the host "IG Control" packet.

Currently, this impact our simulators because we use this returned value to detect drift and decide whether or not to send repeated messages.

Thank you.

Link to comment
  • 2 weeks later...

Amerio,

Could you please try to patch <SDK>/source/plugins/Network/CigiClient/packets/CigiIGPacket.cpp on line 51:

host_frame = 0;

//replace to

host_frame = CigiClient::get()->getHostFrame();

After that you can rebuild plugin and replace already existing CigiClient_*.dll in your project to see if that helps.

Thanks!

  • Like 1

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
  • silent changed the title to [SOLVED] CIGI Last Host Frame Number is always 0
×
×
  • Create New...