Crash/Glitch during Galaxy result from Server

Started by necavi, May 01, 2015, 05:41:04 PM

necavi

Game version: 1.2.9
Game mode: Multiplayer
Bug Location: Galaxy Map
Steps to Reproduce: Have a mod run relations.SetSystemFaction() while a client is in the Galaxy map. Seems to glitch (shows faction colours with almost no opacity) the first time, then crash the client the second time.
Reproduction Rate: 100%
Logs: http://pastebin.com/Qg4Fcmt1 Note: The galaxy results on times ending in 10 seconds are from the server's script that runs once per minute.

ai_enabled

Hello!
Thanks for reporting! Could you upload the mod please?
Regards!

necavi

Absolutely! https://drive.google.com/file/d/0B4h3hbsD9eegMDJTYThkVnBRRTg/view?usp=sharing More of a test mod at the moment.

ai_enabled

Sorry for the late reply.
The issue is happens because there are 5 simultaneous galaxy map updates sent to the client. The update sent every time SetSystemFaction() invoked and the game client cannot process these updates properly.
We've fixed it and the update will be available very soon.
Regards!

necavi

Thank you! I was very happy to see that one fixed. :)