I recently found the Trinity Cataclsym Preservation Project and thought I will try it out.
I am already running 3.3.5a and Master - both server run great
Pulled 4.3.4 down using Git and built it same way as others:
boost_1_73_0
cmake 3.17.2
Mysql 5.7.30
VS Community 2019
Built fine - no issue. Used 'Extractor.bat' to run all the map extractors - worked great!
Noticed there was extra file 'connection_patcher.exe`, ran that - worked great! Now have "wow_patched" and use this to launch client
MySQL runs in standalone mode, -initialize, added base sql files, imported, auth and character sql files
Configured both the .conf files and passwords, IPs etc are all in place.
Note: When loading the exe and built conf file, bnetserver complain about these items missing, so I add them:
Updates.AutoSetup = 1
Updates.EnableDatabases = 0
LoginDatabase.SynchThreads = 1
Load up Mysql - loads fine
Load up bnetserver and appears to load ok - last few lines look like this:
Connected to MySQL database at 127.0.0.1
DatabasePool 'auth' opened successfully. 2 total connections running.
Started auth database connection pool.
Listening on connections from worldservers on port 1118...
Load up worldserver and it adds the FULL world and hotfixes, then applied all updates (confirmed archived in SQL) - last few lines look like this:
Calculate next monthly quest reset time...
Calculate random battleground reset time...
Calculate guild limitation(s) reset time...
Calculate next currency reset time...
World initialized in 0 minutes 13 seconds
TrinityCore rev. d0c7bbab40bc 2020-05-06 00:01:21 +0200 (master branch) (Win64, RelWithDebInfo, Static) (worldserver-daemon) ready...
There are no db errors in logs.
Config.wtf contain portal, realmlist as remote server and patchlist as localhost.
When I try to connecting using "user@local" and password I get immediately disconnected.
What I did noticed different is that the bnetserver doesnt add "Added realm "Battle for Azeroth" at 192.168.10.213:8085." (From my Master log)
3.3.5a also have this line as last line in authserver - but 4.3.4 is not giving me this one.
Realmlist table is accurate with right information.
Anyone know why bnetserver is not starting me realm?