-
Notifications
You must be signed in to change notification settings - Fork 54
Description
I am trying to get this up and running in order to experiment with it. That being said I am unable to do so on Linux, as the map files expected differ from those extracted from the 4.3.4:15595 client.
I have followed the steps detailed in the installation guide, including database setup using the mangosthree/database repo.
The installation process including build and database population happens without problem, however when I get to the point of starting mangosd I get the following output;
$ ./mangosd
2201001 [world-daemon]
<Ctrl-C> to stop.
__ __ _ _ ___ ___ ___ _____ _
| \/ |__ _| \| |/ __|/ _ \/ __| |_ _| |_ _ _ ___ ___
| |\/| / _` | .` | (_ | (_) \__ \ | | | ' \| '_/ -_) -_)
|_| |_\__,_|_|\_|\___|\___/|___/ |_| |_||_|_| \___\___|
Powered By MaNGOS Core
__________________________________________________________
Website/Forum/Wiki/Issue Tracker: https://www.getmangos.eu
__________________________________________________________
Using configuration file /opt/wow/install/mangos/conf/mangosd.conf.
Using SSL version: OpenSSL 1.1.1n 15 Mar 2022 (Library: OpenSSL 1.1.1n 15 Mar 2022)
Using ACE: 6.5.9
World Database total connections: 2
Connected to MySQL database root@127.0.0.1:3306/mangos3
MySQL client library: 10.3.34
MySQL server ver: 10.3.34-MariaDB-0+deb10u1
AUTOCOMMIT SUCCESSFULLY SET TO 1
Connected to MySQL database root@127.0.0.1:3306/mangos3
MySQL client library: 10.3.34
MySQL server ver: 10.3.34-MariaDB-0+deb10u1
AUTOCOMMIT SUCCESSFULLY SET TO 1
The table `db_version` indicates that your [World] database has the same version as the core requirements.
Character Database total connections: 2
Connected to MySQL database user@127.0.0.1:3306/character3
MySQL client library: 10.3.34
MySQL server ver: 10.3.34-MariaDB-0+deb10u1
AUTOCOMMIT SUCCESSFULLY SET TO 1
Connected to MySQL database user@127.0.0.1:3306/character3
MySQL client library: 10.3.34
MySQL server ver: 10.3.34-MariaDB-0+deb10u1
AUTOCOMMIT SUCCESSFULLY SET TO 1
The table `db_version` indicates that your [Character] database has the same version as the core requirements.
Login Database total connections: 2
Connected to MySQL database user@127.0.0.1:3306/realmd
MySQL client library: 10.3.34
MySQL server ver: 10.3.34-MariaDB-0+deb10u1
AUTOCOMMIT SUCCESSFULLY SET TO 1
Connected to MySQL database user@127.0.0.1:3306/realmd
MySQL client library: 10.3.34
MySQL server ver: 10.3.34-MariaDB-0+deb10u1
AUTOCOMMIT SUCCESSFULLY SET TO 1
The table `db_version` indicates that your [Realmd] database has the same version as the core requirements.
Realm running as realm ID 1
Using World DB: Version: 22, Structure: 2, Content: 10
Using DataDir /opt/wow/install/mangos/conf/
WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1
WORLD: VMap data directory is: /opt/wow/install/mangos/conf/vmaps
WORLD: MMap pathfinding enabled
Please check for the existence of map file '/opt/wow/install/mangos/conf/maps/00004331.map
'
Correct *.map files not found in path '/opt/wow/install/mangos/conf/maps' or *.vmtree/*.vmtile files in '/opt/wow/install/mangos/conf/vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.
The map files were extracted using the ./bin/tools/map-extractor binary obtained post build, and a 4.3.4:15595 client. The map files are in the expected directory, however the dump don't contain the file 00004331.map.
Any idea what's going wrong? Thank you for all your hard work :)