I recently built Shoddy Battle server from the source, and am having problems logging in after I run it. I have created my account using the account maker, and when I try to login or register an account, the server just disconnects me. Here is my NetBeans log:
Code:
init:
deps-jar:
compile:
run:
Shoddy Battle (June 2007) - http://shoddybattle.com
By Colin James Fitzpatrick and Benjamin Gwin.
This program is free software.
Licensed under the GNU General Public Licence. No warranty.
Loading properties file...
Loading metagame definition file...
Loading pokemon database...
Unimplemented intrinsic ability: Stall
Loading move types for the Jewel generation...
Initialising hold items...
Loading masses...
Initialising random number generator...
Loading battle mechanics...
Creating server...
Saved AccountRegistry to file.
Adding shut down hook...
Saving mod data for download by client...
Caching move sets...
Unimplemented move: Natural Gift
Unimplemented move: Recycle
There are 2 unimplemented moves.
The move library is 100% implemented.
Running server...
Loading ladder definitions...
Opening a TCP/IP socket on port 8776...
Opening a UDP socket on port 8776...
Posting server to the metaserver...
Starting chat logging thread...
Server is running.
Next rating update in 5 hours, 45 minutes.
Accepted new client: 192.168.0.1.
[B][COLOR=Red]HERE IS WHERE I TRIED TO LOGIN[/COLOR][/B]
Client disconnected: 192.168.0.1.
I am not using MySQL for the database, and it works fine when I use the default server package.
EDIT: I got this working without using the account maker. I just copied the database from the original package and it worked fine.
EDIT: I got this working without using the account maker. I just copied the database from the original package and it worked fine.