Amerio.Stephane Posted September 17, 2018 Posted September 17, 2018 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.
silent Posted September 18, 2018 Posted September 18, 2018 Amerio, Thanks for the report, we'll take a look into this before the next SDK update. How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
silent Posted September 27, 2018 Posted September 27, 2018 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! 1 How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Amerio.Stephane Posted September 28, 2018 Author Posted September 28, 2018 Hi silent, that makes the trick ! Thank you !
Recommended Posts