Jump to content
TrinityCore

Authserver/Worldserver file issues.


Solstice124
 Share

Recommended Posts

Fresh compile on Windows, x64.
Used VS16(2019) in Cmake to configure/gen files
Build with same

I'm at the database install/server setup steps 
I think I manually installed my databases (as I pulled database to auth, character, world) and I think this may be my issue- I've been researching for a few hours.
Authserver does not connect to port 3306 when I have it set to that in MYSQL, I changed it to 3507-- works and will start now.. Auth starts, states it's missing something in the conf files (both in Worldserver conf-- i think-- and authserver conf)

Do I need to reinstall my databases and let it populate by itself? Is that my problem? If so I'm not sure how to do that... Forgive me if I'm a little dense.
Worldserver also opens, and just says what's snipped below.        
        image.thumb.png.e8bdbeb09b729844f5f5198476dc80c2.pngimage.thumb.png.100e574aea8d4f735f942a32fc2284cb.png
Also, File set up:

  image.png.f0c2a7b86b9d1604425aa50acaf7d069.png  image.thumb.png.54a75d63fe532d89f23089ff5b9b1895.pngimage.png.e3a680a4bd1116df3554843448841d23.png

image.png.a771b5ee0576e2d52346b124578a189c.pngimage.png.9dc40a58f9192a82d5a9d48844a3f185.png

Sorry for the large post, just want to be thorough.

 

 

Edited by Solstice124
Revised snips
Link to comment
Share on other sites

Update, I dumped Auth/World/Character, rebuilt them with the CLI commands, and started authserver. Auth populated in heidi, now im trying to figure out the others.

Edit** Ran worldserver, characters has populated.

Edited by Solstice124
Link to comment
Share on other sites

Update: 

Using configuration file C:/Users/Alexa/Desktop/Wotlk/authserver.conf.
Using SSL version: OpenSSL 1.1.1k  25 Mar 2021 (library: OpenSSL 1.1.1k  25 Mar 2021)
Using Boost version: 1.72.0
Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
MySQL client library: 5.7.34
MySQL server ver: 5.7.34-log
Connected to MySQL database at 127.0.0.1
MySQL client library: 5.7.34
MySQL server ver: 5.7.34-log
Connected to MySQL database at 127.0.0.1
DatabasePool 'auth' opened successfully. 2 total connections running.
Updating Auth database...
>> Auth database is up-to-date! Containing 1 new and 86 archived updates.
Started auth database connection pool.
Missing name TOTPMasterSecret in config file C:/Users/Alexa/Desktop/Wotlk/authserver.conf, add "TOTPMasterSecret = " to this file
Loading IP Location Database...
Missing name IPLocationFile in config file C:/Users/Alexa/Desktop/Wotlk/authserver.conf, add "IPLocationFile = " to this file

Is the string Authserver is now creating now that auth DB is installed

Databases are no longer installed manually, Authserver and worldserver still wont stay open. Conf files have the appropriate port, IP, username/pass

Edited by Solstice124
Link to comment
Share on other sites

On 5/9/2021 at 6:12 AM, Aokromes said:

truncate databases, enable automatic database instalation, it works.

Hi! I got it to work; I had to go in and re-name my files to .config rather than .conf. Then I renamed them again to .conf and all was right in the world.... Now I'm trying to run two instances of MYSQL and that's a headache....

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...