Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ai_enabled

#1876
Bug reports / Re: Launcher shenanigans
June 07, 2014, 05:06:06 AM
Quote from: Seventitu on June 07, 2014, 02:21:22 AM
I am having a problem with the launcher as well. It just won't start. As soon as it appears there is an error window with the following message.
Hello! Thanks for reporting! I've found the source of this issue. We have not tested Game Launcher under various Windows Region settings. The date format is different for Italian, but the application expects date format only for English language.
Fixed version will be released early next week!
As temporary workaround, you can switch format ("Start->Control Panel->Region") to the "English (United States)". Sorry for inconvenience.
Regards!
#1877
Bug reports / Re: Launcher shenanigans
June 06, 2014, 10:58:38 PM
Hello!
Thank you for so detailed report and logs!
"patching failed with a checksum error"
Unfortunately, there was an issue with the Zip library ("DotNetZip") we used: sometimes it produced corrupted archives. We fixed it with the latest Game Launcher release yesterday.

"I'm told my copy is corrupt and it starts downloading the game again"
It's connected with the previous issue. Fixed now. Game Launcher is pretty smart, it knows what downloaded versions it has and will not download full distributive if it can be obtained by applying a patch.

"Since the launcher doesn't allow specifying command line switches (yet?)"
Thanks for notice. We just added this feature in the latest Game Launcher release, just create file with name ".launch_args_custom" near executable and put extra command line args in there.

Regards!
#1878
Ok, let's fix it together!) I will send you the debug instructions right now, look for the private message.
#1879
VoidExpanse v0.8.1 released as Experimental build (how to install via Game Launcher (https://twitter.com/fruitcoder/status/474778592941862914/photo/1)). This and other known issues was fixed.
#1880
Yes, we're testing server with Mono now and found some bugs possibly creating this problem.
Thanks for reporting!
#1881
Bug reports / Re: Multiplayer server connection
May 30, 2014, 03:53:21 AM
Please drop me server+client logs to investigate this issue. Thanks for reporting!
#1882
Thank you! As I can see the server runs pretty fast on your hardware - total frame update ("total_ms") takes <2 ms. We need to start worry only if it go higher than desired frame length (16.67 ms). So server is not lagging and fast enough at least for 5-10 simultaneously connected players.
What's wrong I found - the client seems to incorrectly calculate the interpolation time (required to smoothly play on the server). Please send me the output_log file from client for more investigation of this issue.
As a workaround, please try to manually increase interpolation time - console command "set_interp_time 100" or even "set_interp_time 150" should be enough. Look on the stat report "interp_lag_avg_ms" - when it's higher than +30 or +40 the client will run smooth without any glitches (but further increase will also increase overall client lag - game will run smoothly, but rendering will go with a noticeable delay to the server).
#1883
The game server should run pretty fast on a such hardware. But we noticed sometimes it performs badly on a VDS/VPS, but runs great on a real hardware, not virtual machine. It's seems to be related to how virtual machines handles the OS timer.

Could you do a small test please?

  • connect to your server and start playing;
  • toggle console ('~' as usual) and enter command "debug on" (without quotes) and press Enter key; toggle console again;
  • press F9 to toggle the Debug View display;
  • play for a while and make a screenshot for us.
Regards!