Please forgive me if this topic been solved already because i searched but couldn't find anything helpful
I did the exact things that https://wiki.dspt.info tutorial ask for but every time i try to create an account it gives me this error:
Code: Select all
[06/17/16 12:09:23] ==========================================================
[06/17/16 12:09:23] DarkStar Boot Loader (c) 2015 DarkStar Team
[06/17/16 12:09:23] Bug Reports: https://github.com/DarkstarProject/darkstar/issues
[06/17/16 12:09:23] Git Repo : https://github.com/DarkstarProject/darkstar
[06/17/16 12:09:23] ==========================================================
[06/17/16 12:09:23] Connected to server!
[06/17/16 12:09:23] Resolving host: Personal-PC
[06/17/16 12:09:23] ==========================================================
[06/17/16 12:09:23] What would you like to do?
[06/17/16 12:09:23] 1.) Login
[06/17/16 12:09:23] 2.) Create New Account
[06/17/16 12:09:23] ==========================================================
Enter a selection: 2
[06/17/16 12:09:26] Please enter your desired login information..
Username (3-15 characters): 1234
Password (6-15 characters): 1234
Repeat Password : 1234
[06/17/16 12:09:34] Failed to create the new account.
Username already taken!
[06/17/16 12:09:34] Connected to server!
[06/17/16 12:09:34] Resolving host: Personal-PC
[06/17/16 12:09:34] Autologin activated!
[06/17/16 12:09:34] Failed to login. Invalid username / password.
[06/17/16 12:09:34] Connected to server!
[06/17/16 12:09:34] Resolving host: Personal-PC
[06/17/16 12:09:34] ==========================================================
[06/17/16 12:09:34] What would you like to do?
[06/17/16 12:09:34] 1.) Login
[06/17/16 12:09:34] 2.) Create New Account
[06/17/16 12:09:34] ==========================================================
Enter a selection:
Code: Select all
[1;32m[Status][0m Memory manager initialised: [1;37mlog/DSP.leaks[0m
[1;37m[Info][0m DarkStar - Git Revision Hash: [1;37mUnknown[0m.
[17/Jun 12:09][1;37m[Info][0m Console Silent Setting: 0
[17/Jun 12:09][1;32m[Status][0m The login-server-auth is [1;32mready[0m (Server is listening on the port 54231).
[17/Jun 12:09][1;32m[Status][0m The login-server-lobbydata is [1;32mready[0m (Server is listening on the port 54230).
[17/Jun 12:09][1;32m[Status][0m The login-server-lobbyview is [1;32mready[0m (Server is listening on the port 54001).
[17/Jun 12:09][1;32m[Status][0m The login-server is [1;32mready[0m to work...
[17/Jun 12:09][1;35m[SQL][0m DB error - Table 'dspdb.accounts' doesn't exist
[17/Jun 12:09][1;35m[SQL][0m Query: SELECT accounts.id FROM accounts WHERE accounts.login = '1234'
[17/Jun 12:09][1;37m[Info][0m [1;37mlogin_parse[0m:[1;37m127.0.0.1[0mshutdown socket...
[17/Jun 12:09][1;35m[SQL][0m DB error - Table 'dspdb.accounts' doesn't exist
[17/Jun 12:09][1;35m[SQL][0m Query: SELECT accounts.id,accounts.status FROM accounts WHERE accounts.login = '1234' AND accounts.password = PASSWORD('1234')
[17/Jun 12:09][1;33m[Warning][0m login_parse: unexisting user[1;37m<1234>[0m tried to connect
[17/Jun 12:09][1;37m[Info][0m [1;37mlogin_parse[0m:[1;37m127.0.0.1[0mshutdown socket...