What's new

cant run server

griffithtpk

Trial Member
9
2014
0
i have windows 7 64 i can start mysql and apache, however when i try to start the authserver or worldserver they just come up and disapear real fast can not read any thing on them because the are gone so fast. what am i missing any ideas
 

ExO

Admin
5,119
2014
1,637
Hey there.

I need to know this error futher, I believe it's a conf issue or so but I want to make sure, so please do the following steps:

Open CMD (search for it or so) and go into the release folder (server folder - not mysql, apache) and copy the path, go into your cmd and type "CD and paste the path" and afterwards type "worldserver" or "authserver" and tell me the error.

If you want me to explain it futher, let me know :)
 

griffithtpk

Trial Member
9
2014
0
Using configuration file worldserver.conf.
Using SSL version: OpenSSL 1.0.1c 10 May 2012 (library: OpenSSL 0.9.8e 23 Feb 20
07)
Using ACE version: 6.1.4
EmuCoach v8 rev. 0000-00-00 00:00:00 +0000 (Archived) (Win32, Release) (worldser
ver-daemon)
<Ctrl-C> to stop.

EmuCoach 2013-2014
Visit our forum - www.EmuCoach.com
Oficial EmuCoach - 4.3.4
Could not connect to MySQL database at 127.0.0.1: Access denied for user 'root'@
'localhost' (using password: YES)

Could not connect to MySQL database at 127.0.0.1: Access denied for user 'root'@
'localhost' (using password: YES)

DatabasePool emucoachw NOT opened. There were errors opening the MySQL connectio
ns. Check your SQLDriverLogFile for specific errors.
Cannot connect to world database 127.0.0.1;3306;root;ascent;emucoachw
ACE_Thread::setspecific() failed!: No error

C:\Users\shawn\Desktop\New folder (5)\Release>
 

ExO

Admin
5,119
2014
1,637
Ah that explains it.

Are you sure that you open the _server and afterwards the mysql? (And not your own)

Anyhow, whenever you login to the database, check what your username and password is and go into the worldserver.conf & authserver.conf and check if the logins matches each other, you get this error because it doesn't - so double check it.

If you want me to explain it futher, let me know
smile.png
 

Zenc

Veteran Member
99
2014
2
yeah it has to do with your mysql not running. You have to make sure that it is running properly. Make sure to read the mysql window when you open it and see if it says anything about the mysql not running or connecting. If it does, open your control panel and click on processes and make sure that there is no other mysqld running in the background. If there is, end the process then turn on mysql from the _server folder and it should work
 

griffithtpk

Trial Member
9
2014
0
one more thing how do i create an acount?

never mind i got it but im stuck on the select sever screen
 
Last edited:

ExO

Admin
5,119
2014
1,637
There's some different solutions for this but in short:

First of all try to take ssleay32.dll and libeay32.dll out of your folder and see how it will react (let me know if it gives error, or works or whatever)

If this does not work, download these
http://www.mediafire.com/download/h0...a/ssleay32.zip
http://www.mediafire.com/download/8t...7/libeay32.zip

And delete the old ones and put these in, instead.

If you miss msvcr71.dll download it here: http://www.mediafire.com/download/ub...7z/msvcr71.dll

Let me know how the results
smile.png
 

griffithtpk

Trial Member
9
2014
0
i put the msvcr 71 in the windows sys32 folder i removed the 2 dlls from and replaced them in the release but then they just wont start at all, put the old one back in release and it just hangs. if i install a 32 bit windows system it would work i take it
 

griffithtpk

Trial Member
9
2014
0
i tried on a 32 bit win 7 and same thing just hangsup on realm select. my client version 4.3.4 (15595)(release x86) would this be an issue
 

ExO

Admin
5,119
2014
1,637
i put the msvcr 71 in the windows sys32 folder i removed the 2 dlls from and replaced them in the release but then they just wont start at all, put the old one back in release and it just hangs. if i install a 32 bit windows system it would work i take it


First of all, are you getting an error in worldserver when you try to connect?

Also, no I mean in the release folder (server folder) not your win system folder :)

Like for example you download the msvcr71 and put it in the emucoach release folder, don't change anything in the 32 bit windows system folder, wont make a change.
 

griffithtpk

Trial Member
9
2014
0
ok i tried putting it in my release folder same thing i dont see where it says there is error in the world sever what it says after disconnecting is

worldsocket::handle_input_header<>: client <acount: 3. char [guid: 0,name: <none>}> sent malformed packet <size: 51897,cmd: 679584929>
 

ExO

Admin
5,119
2014
1,637
I'm not sure if you have followed the small tutorial on page 1.

First of all have you tried to take ssleay32.dll and libeay32.dll out of the release folder and test how it works, if you get a 0x windows error download openssl - http://slproweb.com/products/Win32OpenSSL.html (32 bit - NOT light version) and take ssleay32.dll and libeay32.dll from openssl folder to release folder.

Hope I explained it good enough.
 

ExO

Admin
5,119
2014
1,637
I'm glad that it worked! :)

If you have more questions or problems, feel free to open a new thread :)
 
Top