What's new

My Worldserver.exe starts then instantly shuts down, please help :/

davvanmarran

Trial Member
1
2015
0
So i have been trying to get my own cataclysm 4.3.4 server downloaded the repack. I can start evrerything exept my Worldserver.exe. DO you have ant idea how to fix this i have tried adding libey32.dll and ssleay32.dll and i have installed the maps and so on. plz help :(
 

neo

Trial Member
2
2015
0
i had the same error; but i solved it checking the authserver.conf and putting the correct user and password int he lines:

".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
# Unix/Linux)
# Default: "127.0.0.1;3306;root;ascent;auth"

LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"
 

DragonKyn

Banned User
25
2015
0
i had the same error; but i solved it checking the authserver.conf and putting the correct user and password int he lines:

".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
# Unix/Linux)
# Default: "127.0.0.1;3306;root;ascent;auth"

LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"


If this doesn't work also check that your permissions are set to "global" for the user "root"
 
Top