AtomicTorch Studio Forums

VoidExpanse => Bug reports => Topic started by: necavi on May 01, 2015, 05:41:04 PM

Title: Crash/Glitch during Galaxy result from Server
Post by: necavi on May 01, 2015, 05:41:04 PM
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.
Title: Re: Crash/Glitch during Galaxy result from Server
Post by: ai_enabled on May 01, 2015, 08:32:41 PM
Hello!
Thanks for reporting! Could you upload the mod please?
Regards!
Title: Re: Crash/Glitch during Galaxy result from Server
Post by: necavi on May 01, 2015, 08:48:28 PM
Absolutely! https://drive.google.com/file/d/0B4h3hbsD9eegMDJTYThkVnBRRTg/view?usp=sharing More of a test mod at the moment.
Title: Re: Crash/Glitch during Galaxy result from Server
Post by: ai_enabled on June 15, 2015, 03:09:23 AM
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!
Title: Re: Crash/Glitch during Galaxy result from Server
Post by: necavi on June 24, 2015, 04:31:47 PM
Thank you! I was very happy to see that one fixed. :)