What's new

Setting Up 5.4.8

sLider72jr

Veteran Member
Verified Member
45
2019
1
Location
Texas
So I've had 4.3.4 for a while and I thought I would try 5.4.8 However, I don't know how to set up the files to get them to work.

I can start up the MySQL and it runs fine. But when I launch the authserver I get the following error

The code execution cannot proceed because
libcrypto-1_1x64.dll was not found. Reinstallig the program
may fix this problem.

Has anyone else run into this issue? and can someone help me set up what files go where?
 

felarrond

Gold Supporter
Veteran Member
90
2019
8
Location
KS, US
So I've had 4.3.4 for a while and I thought I would try 5.4.8 However, I don't know how to set up the files to get them to work.

I can start up the MySQL and it runs fine. But when I launch the authserver I get the following error

The code execution cannot proceed because
libcrypto-1_1x64.dll was not found. Reinstallig the program
may fix this problem.

Has anyone else run into this issue? and can someone help me set up what files go where?

You need to make sure you have the right version of OpenSSL installed and copy over the DLL's from the OpenSSL Bin Directory.
 

felarrond

Gold Supporter
Veteran Member
90
2019
8
Location
KS, US
If you still get that error after installing the correct version of OpenSSL copy libcrypto-1_1x64.dll from OpenSSL's \bin directory to your servers folder.
 

sLider72jr

Veteran Member
Verified Member
45
2019
1
Location
Texas
Which version of OpenSSL is the right one? And how do I install/copy to /bin?
 
Last edited:

felarrond

Gold Supporter
Veteran Member
90
2019
8
Location
KS, US
So how would I do this?

Go to the directory where you installed OpenSSL and from there go into the bin directory. If you're not that familiar navigating directories you could just use windows search to find libcrypto-1_1x64.dl. Once you've found the file, right click on it and select Copy. Now go to the folder where your EmuCoach installation is and right click on a blank space and click Paste. This should place libcrypto-1_1x64.dl in the ame folder as authserver.exe
 

sLider72jr

Veteran Member
Verified Member
45
2019
1
Location
Texas
Go to the directory where you installed OpenSSL and from there go into the bin directory. If you're not that familiar navigating directories you could just use windows search to find libcrypto-1_1x64.dl. Once you've found the file, right click on it and select Copy. Now go to the folder where your EmuCoach installation is and right click on a blank space and click Paste. This should place libcrypto-1_1x64.dl in the ame folder as authserver.exe

Ok, I finished that and now the auth is running smooth. I got a similar error with the World server, but doing the same steps for the new missing file and found it too. Now when I run the world server starts up, it boots for a second, then crashes. I remember this happening with 4.3.4. because it had something to do with the config. But I can't remember what it was. And because it's a new set up, could be something different/different fix

When I run the error finder I get that "Map file 'Data/maps/0000_43_31.map' does not exist"
 
Last edited:

felarrond

Gold Supporter
Veteran Member
90
2019
8
Location
KS, US
Ok, I finished that and now the auth is running smooth. I got a similar error with the World server, but doing the same steps for the new missing file and found it too. Now when I run the world server starts up, it boots for a second, then crashes. I remember this happening with 4.3.4. because it had something to do with the config. But I can't remember what it was. And because it's a new set up, could be something different/different fix

When I run the error finder I get that "Map file 'Data/maps/0000_43_31.map' does not exist"

Did you put the cameras. db2, dbc, maps, mmaps, models and vmaps folder into the .\Core\Data\ directory?
 

sLider72jr

Veteran Member
Verified Member
45
2019
1
Location
Texas
Did you put the cameras. db2, dbc, maps, mmaps, models and vmaps folder into the .\Core\Data\ directory?

Ok, found out that it was compiled into one folder in data by accident. Now MySQL, auth, world, and client are running. Now I need to set up the config. Because I can create an account, but can't connect to it through the client.

How do I do this with this Ver?
 

felarrond

Gold Supporter
Veteran Member
90
2019
8
Location
KS, US
Ok, found out that it was compiled into one folder in data by accident. Now MySQL, auth, world, and client are running. Now I need to set up the config. Because I can create an account, but can't connect to it through the client.

How do I do this with this Ver?
Have you updated your clients .\WTF\Config.wtf to include this variable SET realmlist "localhost" ?
 

sLider72jr

Veteran Member
Verified Member
45
2019
1
Location
Texas
Have you updated your clients .\WTF\Config.wtf to include this variable SET realmlist "localhost" ?

That is what I was missing from before. Now I can log in, ...and get an error that I need to update something.

I have a MySQL uptates folder that I got in the zip files. And I think that is the final piece of the puzzle. Where does this file go?
 

felarrond

Gold Supporter
Veteran Member
90
2019
8
Location
KS, US
That is what I was missing from before. Now I can log in, ...and get an error that I need to update something.

I have a MySQL uptates folder that I got in the zip files. And I think that is the final piece of the puzzle. Where does this file go?

I need to know the exact error you're getting because I never ran the updates and could login fine.
 

sLider72jr

Veteran Member
Verified Member
45
2019
1
Location
Texas
I need to know the exact error you're getting because I never ran the updates and could login fine.

Screenshot (8).png

I got the relm list asking to update it

sorry about the size. This is as big as I could get it
 
Top