Test server - Page 4

Test server

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

User avatar
bibim
Lobby Developer
Posts: 959
Joined: 06 Dec 2007, 11:12

Re: Test server

Post by bibim »

Test lobby seems down right now
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Re: Test server

Post by Tobi »

It's because the entire server is down. No clue when it gets back up :?
User avatar
MightySheep
Posts: 243
Joined: 11 Nov 2007, 02:17

Re: Test server

Post by MightySheep »

No Such Resource

No such Builder '~buildbot'
This is what i get when i try to get the installer.
User avatar
LordMatt
Posts: 3393
Joined: 15 May 2005, 04:26

Re: Test server

Post by LordMatt »

SVN installers are not currently available.
User avatar
aegis
Posts: 2456
Joined: 11 Jul 2007, 17:47

Re: Test server

Post by aegis »

test server is running at spring.clan-sy.com:8300

please report any bugs you encounter
User avatar
bibim
Lobby Developer
Posts: 959
Joined: 06 Dec 2007, 11:12

Re: Test server

Post by bibim »

I tried TASClient on this server and it doesn't work very well. It seems it doesn't like the carriage return at the end of each received message.
My Perl AutoHost seems to connect and create battle correctly however.
User avatar
aegis
Posts: 2456
Joined: 11 Jul 2007, 17:47

Re: Test server

Post by aegis »

fixed.
TASClient is hypocritical.
User avatar
bibim
Lobby Developer
Posts: 959
Joined: 06 Dec 2007, 11:12

Re: Test server

Post by bibim »

The bug that I explained you 2 months ago is still here: when a player connect to your server, he receives the battle list, but he doesn't receive the list of players that are in these battles (JOINEDBATTLE commands). Consequently, all these battles appear empty (only founder is inside).
Furthermore, the Sync status seems to stay at "unknown" value when you join a battle (in TASClient).
User avatar
aegis
Posts: 2456
Joined: 11 Jul 2007, 17:47

Re: Test server

Post by aegis »

heh, i don't remember you telling me the first one (should be fixed now)

for the second one, could someone try different sync codes and see if maybe i messed up on the bitfield or something?

extraction:

Code: Select all

u, u, u, u, side1, side2, side3, side4, sync1, sync2, u, u, u, u, handicap1, handicap2, handicap3, handicap4, handicap5, handicap6, handicap7, mode, ally1, ally2, ally3, ally4, id1, id2, id3, id4, ready, u = self._dec2bin(battlestatus, 32)[0:31]

			client.battlestatus.update({'ready':ready, 'id':id1+id2+id3+id4, 'ally':ally1+ally2+ally3+ally4, 'mode':mode, 'sync':sync1+sync2, 'side':side1+side2+side3+side4})
recompilation:

Code: Select all

self._bin2dec('0000%s%s0000%s%s%s%s%s0'%(battlestatus['side'], battlestatus['sync'], battlestatus['handicap'], battlestatus['mode'], battlestatus['ally'], battlestatus['id'], battlestatus['ready']))
User avatar
bibim
Lobby Developer
Posts: 959
Joined: 06 Dec 2007, 11:12

Re: Test server

Post by bibim »

aegis wrote:heh, i don't remember you telling me the first one (should be fixed now)

Code: Select all

Logging started on sam. mars 01 22:15:38 2008
[22:16:29] <bibim> I have plenty of "Ignoring LEFTBATTLE command (user already out of battle" errors in my logs
[22:16:37] <Psilord> can i get raw protocol?
[22:16:50] <bibim> hum yeah
[22:16:53] <bibim> wow ping
[22:17:12] <bibim> my logs are set to very verbose because I'm developping a autohost
[22:17:18] <bibim> where can I send you ?
[22:17:32] <Psilord> rafb.new
[22:17:36] <Psilord> *rafb.net
[22:20:11] Psilord has left the server.
[22:22:01] <bibim> http://rafb.net/p/ZRlDtr55.html
[22:22:05] <Psilord> kthx
[22:23:50] <bibim> lol I know why
[22:24:37] <bibim> it seems your server doesnt send joinedbattle commands for people already in battle when you connect to it
[22:25:17] <bibim> Psilord ?
[22:25:44] <Psilord> hmm

Logging started on sam. mars 01 22:28:01 2008
[22:28:32] <bibim> after line 138 in my log there should be lots of joinedbattle commands
[22:28:47] <bibim> for all people who were in game when I joined the lobby server
[22:31:03] <bibim> "in battle", not "in game"
Now TASClient is stucked at "Receiving battle list" stage. I noticed the "LOGININFOEND" message was missing, maybe it's related...
User avatar
aegis
Posts: 2456
Joined: 11 Jul 2007, 17:47

Re: Test server

Post by aegis »

ah, yeah... thought you meant connecting to the battle the first time
bibim wrote: Now TASClient is stucked at "Receiving battle list" stage. I noticed the "LOGININFOEND" message was missing, maybe it's related...
the server is throwing an error before the command gets sent; there was a bug in the fix :)

edit: should be fixed now
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: Test server

Post by abma »

this thread is outdated, please some moderator unsticky it...
User avatar
Floris
Posts: 611
Joined: 04 Jan 2011, 20:00

Re: Test server

Post by Floris »

abma have you waited for exactyl this time: 11 May 2011, 11:11?

xD
Post Reply

Return to “Engine”