Page 1 of 1

Dsconnect and DSgame servers not launching.

Posted: Sun May 20, 2018 3:08 pm
by Shade00
So I followed the set up guide from the wiki. As well as watching the videos on how to do it. Now obviously I missed something but can't figure out what. When I go to launch the servers they just open and shut almost instantly. The AH server will open but has errors. I am super new to all this so any help would be appreciated.

Re: Dsconnect and DSgame servers not launching.

Posted: Sun May 20, 2018 8:23 pm
by Delaide
Please check your logs. They should be in the darkstar/logs folder.

Re: Dsconnect and DSgame servers not launching.

Posted: Sun May 20, 2018 10:49 pm
by Shade00
Delaide wrote:Please check your logs. They should be in the darkstar/logs folder.

This is what the login server log says

[20/May 19:59][1;35m[SQL][0m Can't initialize character set unknown (path: compiled_in)

This is the game server log

[20/May] [19:59:59][1;32m[Status][0m do_init: map_config is reading - [1;32m[OK][0m
[20/May] [19:59:59][1;32m[Status][0m luautils::init:lua initializing... - [1;32m[OK][0m
[20/May] [19:59:59][1;32m[Status][0m do_init: sqlhandle is allocating[20/May] [19:59:59][1;35m[SQL][0m Can't initialize character set unknown (path: compiled_in)
[20/May] [19:59:59][1;32m[Status][0m [1;37mluautils::free[0m:lua free... - [1;32m[OK][0m

Re: Dsconnect and DSgame servers not launching.

Posted: Mon May 21, 2018 7:28 am
by demolish

Re: Dsconnect and DSgame servers not launching.

Posted: Mon May 21, 2018 12:26 pm
by Shade00
Ty for the help. I will let you know how it turns out.

Re: Dsconnect and DSgame servers not launching.

Posted: Sun Apr 21, 2019 9:05 pm
by Hector
I'm having the same issue, here is my log:

login-server.log

Code: Select all

[1;37m[Info][0m DarkStar[22/Apr 04:54][1;37m[Info][0m Console Silent Setting: 0
[22/Apr 04:54][1;32m[Status][0m The login-server-auth is [1;32mready[0m (Server is listening on the port 54231).

[22/Apr 04:54][1;32m[Status][0m The login-server-lobbydata is [1;32mready[0m (Server is listening on the port 54230).

[22/Apr 04:54][1;32m[Status][0m The login-server-lobbyview is [1;32mready[0m (Server is listening on the port 54001).

[22/Apr 04:54][1;35m[SQL][0m Can't initialize character set unknown (path: compiled_in)
map-server.log

Code: Select all

[1;37m[Info][0m DarkStar[1;32m[Status][0m do_init: begin server initialization... 		 - [1;32m[OK][0m
[22/Apr] [04:57:14][1;32m[Status][0m do_init: map_config is reading 		 - [1;32m[OK][0m
[22/Apr] [04:57:14][1;32m[Status][0m luautils::init:lua initializing... 		 - [1;32m[OK][0m
[22/Apr] [04:57:14][1;32m[Status][0m do_init: sqlhandle is allocating[22/Apr] [04:57:14][1;35m[SQL][0m Can't initialize character set unknown (path: compiled_in)
[22/Apr] [04:57:14][1;32m[Status][0m [1;37mluautils::free[0m:lua free... 	 - [1;32m[OK][0m
search-server.log

Code: Select all


 [1;37m========================================================

[0m [1;37mDSSearch-server

 [1;37m========================================================

[0m [1;32mAH task to return items older than 3 days is running
[0m[1;35m[SQL][0m Can't initialize character set unknown (path: compiled_in)
[1;31m[Error][0m cant connect
[1;35m[SQL][0m Can't initialize character set unknown (path: compiled_in)
[1;35m[SQL][0m DB error - MySQL server has gone away
SQL: SELECT T0.id,T0.itemid,T1.stacksize, T0.stack, T0.seller FROM auction_house T0 INNER JOIN item_basic T1 ON                             T0.itemid = T1.itemid WHERE datediff(now(),from_unixtime(date)) >=3 AND buyer_name IS NULL;
 Sent 0 expired auction house items back to sellers

I have checked the links but the only thing I understaned from there is how to find my.ini file, and when I did, I did not found the following line:

Code: Select all

skip-character-set-client-handshake
.

PS: mySQL version is 8.0.15

Any advice would be much appreciate it :)

Re: Dsconnect and DSgame servers not launching.

Posted: Sun Apr 21, 2019 11:01 pm
by Hector
PS: mySQL version is 8.0.15
Yup ... that was my problem. Uninstalling 8 and installing 5.7 solves it.

Re: Dsconnect and DSgame servers not launching.

Posted: Mon Apr 22, 2019 5:08 am
by Delaide
Why I specifically note in the guide not to use version 8...