Testing new Client --> Account disabled
Moderator: Moderators
Testing new Client --> Account disabled
Hi all,
i'm testing a new Client and did connect to the Masterserver "taspringmaster.clan-sy.com" and disconnect again many Times. After some Time, the Server rejected my Connection Request with the Error Message "Connection refused". Some time after this, i was again able to build up a Connection, but now if i try to login i always get back the Error Message "Bad username/password". ;(
Is my Account deleted or is the password reseted?
Is there another Way to test the Client?
Is there a Testaccount one can use?
I don't want to create a new Testaccount every Day.
Thanks in advance.
i'm testing a new Client and did connect to the Masterserver "taspringmaster.clan-sy.com" and disconnect again many Times. After some Time, the Server rejected my Connection Request with the Error Message "Connection refused". Some time after this, i was again able to build up a Connection, but now if i try to login i always get back the Error Message "Bad username/password". ;(
Is my Account deleted or is the password reseted?
Is there another Way to test the Client?
Is there a Testaccount one can use?
I don't want to create a new Testaccount every Day.
Thanks in advance.
I'm not sure what you're doing or whats happening.
By new client you mean?
- AFLobby
- Unity Lobby
- Spring Lobby
- An IRC Client (not supported)
- A web browser
- Modified tasclient
- Modified omni
- lobby bot
- php script
- one of iamacups C# test lobbies
- An autohost
- One of your own lobby projects
Also, what're you sending to the server when it does connect? And have you bothered with SERVERMSGBOX or SERVERMSG? If its a custom codebase then not implementing this message means you're erasign a vast quantity of possible error emssages.
Much more information needed.
By new client you mean?
- AFLobby
- Unity Lobby
- Spring Lobby
- An IRC Client (not supported)
- A web browser
- Modified tasclient
- Modified omni
- lobby bot
- php script
- one of iamacups C# test lobbies
- An autohost
- One of your own lobby projects
Also, what're you sending to the server when it does connect? And have you bothered with SERVERMSGBOX or SERVERMSG? If its a custom codebase then not implementing this message means you're erasign a vast quantity of possible error emssages.
Much more information needed.
@Peet: I recognised it, i'm again able to connect and i see again 150 Players at the Server. 
@AF
With "new Client" i mean my own Client. I want to test several Techniques like Multithreading and asynchronous Networking. Works good for now. It's fast and responsive and written in C++.
And i want to encapsulate the State of the Server at the Client Side in a Class , so it is possible to switch the Frontends at a Point in the Future. But thats a long Time Goal i guess. Let's see.
I'm using
http://spring.clan-sy.com:8202/lobby/pr ... iption.xml
to know what and how i must send and receive Stuff.
I didn't recognise SERVERMSG for now, because i didn't implement any of the Commands that have SERVERMSG as Response, yet.

@AF
With "new Client" i mean my own Client. I want to test several Techniques like Multithreading and asynchronous Networking. Works good for now. It's fast and responsive and written in C++.
And i want to encapsulate the State of the Server at the Client Side in a Class , so it is possible to switch the Frontends at a Point in the Future. But thats a long Time Goal i guess. Let's see.

I'm using
http://spring.clan-sy.com:8202/lobby/pr ... iption.xml
to know what and how i must send and receive Stuff.
I didn't recognise SERVERMSG for now, because i didn't implement any of the Commands that have SERVERMSG as Response, yet.
- BrainDamage
- Lobby Developer
- Posts: 1164
- Joined: 25 Sep 2006, 13:56
not to sound harsh, but we already have:
couldn't you work to improve a current 1?
may i suggest you to write code as a patch for springlobby? it's coded in c++ and it's reaching a decent level of development
just bear in mind that the webpage is temporanely down due to tecnical issues, a backup page should be up soon
EDIT: the website is back, you can find it @ http://tc.serveftp.net/trac
do we really need need another lobby project?- AFLobby
- Unity Lobby
- Unity Lobby rewritten
- Spring Lobby
- tasclient
- Modified tasclient
- omni
- Modified omni
- one of iamacups C# test lobbies
- Kloot's lobby++
couldn't you work to improve a current 1?
may i suggest you to write code as a patch for springlobby? it's coded in c++ and it's reaching a decent level of development
just bear in mind that the webpage is temporanely down due to tecnical issues, a backup page should be up soon
EDIT: the website is back, you can find it @ http://tc.serveftp.net/trac
Last edited by BrainDamage on 21 Jul 2007, 20:38, edited 1 time in total.
I know that but for me i only have Unity Lobby which workednot to sound harsh, but we already have
I tried AFLobby, tasclient, omni all didn't work.
The main Reason for starting this LobbyClient was to learn new Techniques , Tools and extend some like:
- C++
- Multithreading
- Asynchronous Networking
- Qt Core + GUI Library
- Signal/Slots
- CMake (Much faster and easier than Autotools which i tried before)
I needed a useful Task to play with this Stuff, so i decided to try to contribute to TA:Spring because i like this Game very much.
I need a populated Server, i guess if i install the Lobby Server at home nobody would join, isn't it?and - for testing your own client consider downloading the lobby server and running it on your local machine?
Or is there some random Live Data optionally generated?
So did you try SpringLobby?Kaot wrote:I know that but for me i only have Unity Lobby which workednot to sound harsh, but we already have
I tried AFLobby, tasclient, omni all didn't work.
SpringLobby indeed is much different, basically the only common thing would be C++, so it's understandable that you want to do your own. If I wanted to code something in QT, then joining a wxWidgets project would not be the first thing in my mind either.Kaot wrote: The main Reason for starting this LobbyClient was to learn new Techniques , Tools and extend some like:
- C++
- Multithreading
- Asynchronous Networking
- Qt Core + GUI Library
- Signal/Slots
- CMake (Much faster and easier than Autotools which i tried before)
I am curious about your claim about CMake though. My box is an athlonXP 2500+ and SpringLobby runs ./configure in 2.3 seconds and when nothing needs to be compiled, make is complete in 0.3 seconds. So what do you mean by much faster?
My CPU is only 1,6 GHz, and it took not only 2,3s here. I used KDevelop which created the configure Scripts, so i didn't build the configure.* Stuff myself. Perhaps this made it slower than it would be if one writes the Makefiles on his own. The make command also take longer to build all Stuff.I am curious about your claim about CMake though. My box is an athlonXP 2500+ and SpringLobby runs ./configure in 2.3 seconds and when nothing needs to be compiled, make is complete in 0.3 seconds. So what do you mean by much faster?
With CMake i write the CMakeLists.txt Files by my own and the Makefiles, that gets generated from these can be processed faster by make than with Autotools generated Files. The Linking also is faster now. It took very long before, even if only a few Files changed. If nothing needs to be compiled my CPU is finished also pretty fast.
