Hal9000
Trial Member
- 4
- 2022
- 0
My friends and I decided to try out your MoP emulator but I'm currently unable to get the worldserver running. It boots up to the point where I should be able to login with a client, then crashes with no further messages in the main thread. The crashes log gives a generic error that I'm not finding a lot of specifics on. It seems to be related to file permissions, and I found a post suggesting it might be an issue with mmaps or similar.
I got the database and repack files from -here-, although I migrated the databases to my existing server because I'm too lazy to deal with running two mysql servers at the same time. I got maps, mmaps, vmaps, dbc, and db2 files from -here- and dropped them into the main folder. I took libcrypto-1_1-x64.dll and libssl-1_1-x64.dll (v1.1.1j) from my SkyFire emulator, but I know those can be finicky.
I am noticing that authserver says Repack v2, while worldserver Repack v1.0. I also noticed 4 errors with mmaps that might be relevant. It's also odd that the crash log thinks I'm running Windows 8 instead of W10.
I tried unpacking OpenSSL from -here-, but I couldn't find the 64-bit library files to copy over. I removed my 64 libraries from the emulator folder just to see if it would somehow see the files in the install forlder, but it broke immediately, demanding the proper libraries. I also didn't see anything about mysql in there like the troubleshooting guide suggested I'd see. I downloaded v1.1.1q from -here-, but it still crashes.
For kicks, I tried using my version of libmysql.dll that I specifically compiled for MariaDB on a Wrath CMangos emulator. It seems to function fine, but still crashes at the same spot.
Any help for other places to look would be appreciated.
Auth.log
Server.log
Crashes\b68e46b75dc3+_worldserver.exe_[19-8_18-7-50].txt
I got the database and repack files from -here-, although I migrated the databases to my existing server because I'm too lazy to deal with running two mysql servers at the same time. I got maps, mmaps, vmaps, dbc, and db2 files from -here- and dropped them into the main folder. I took libcrypto-1_1-x64.dll and libssl-1_1-x64.dll (v1.1.1j) from my SkyFire emulator, but I know those can be finicky.
I am noticing that authserver says Repack v2, while worldserver Repack v1.0. I also noticed 4 errors with mmaps that might be relevant. It's also odd that the crash log thinks I'm running Windows 8 instead of W10.
I tried unpacking OpenSSL from -here-, but I couldn't find the 64-bit library files to copy over. I removed my 64 libraries from the emulator folder just to see if it would somehow see the files in the install forlder, but it broke immediately, demanding the proper libraries. I also didn't see anything about mysql in there like the troubleshooting guide suggested I'd see. I downloaded v1.1.1q from -here-, but it still crashes.
For kicks, I tried using my version of libmysql.dll that I specifically compiled for MariaDB on a Wrath CMangos emulator. It seems to function fine, but still crashes at the same spot.
Any help for other places to look would be appreciated.
Auth.log
Code:
Emucoach 5.4.8Rev: 1 Release Hash: b68e46b75dc3+ (Win64, little-endian) (authserver)
<Ctrl-C> to stop.
<https://www.emucoach.com>
Starting up EmuCoach MoP Repack - Authserver
Support, Updates & Information can get found at - www.emucoach.com
Currently running: EmuCoach MoP Repack v2 - PAID VERSION
EmuCoach - World of Warcraft Emulation Forum, providing MoP and Cataclysm repacks!
Using configuration file authserver.conf.
OpenSSL 1.1.1m 14 Dec 2021 (Library: OpenSSL 1.1.1j 16 Feb 2021)
Opening DatabasePool 'mop_auth'. Asynchronous connections: 1, synchronous connections: 1.
MySQL client library: 5.6.17
MySQL server ver: 5.5.5-10.4.17-MariaDB
Connected to MySQL database at 127.0.0.1
MySQL client library: 5.6.17
MySQL server ver: 5.5.5-10.4.17-MariaDB
Connected to MySQL database at 127.0.0.1
DatabasePool 'mop_auth' opened successfully. 2 total connections running.
Started auth database connection pool.
Updating Realm List...
Added realm "Emucoach MoP" at IPADDRESS:PORTREDACTED.
Server.log
Code:
Using configuration file worldserver.conf.
Using SSL version: OpenSSL 1.1.1m 14 Dec 2021 (library: OpenSSL 1.1.1j 16 Feb 2021)
Using ACE version: 6.1.4
Emucoach 5.4.8Rev: 1 Release Hash: b68e46b75dc3+ (Win64, little-endian) (worldserver-daemon)
<Ctrl-C> to stop.
<https://www.emucoach.com/>
Starting up EmuCoach MoP Repack - v1.0 VIP - PAID, powered by Emucoach
Support, Updates & Information can get found at - www.emucoach.com
Currently running: EmuCoach Repack v1.0 VIP - PAID VERSION
EmuCoach - World of Warcraft Emulation Forum, providing MoP and Cataclysm repacks!
Realm running as realm ID 1
Using World DB: Unknown world database.
Using enUS DBC Locale
...
MMAP:loadMap: Could not open mmtile file './mmaps/1133_31_31.mmtile'
MMAP:loadMap: Could not open mmtile file './mmaps/1133_31_32.mmtile'
MMAP:loadMap: Could not open mmtile file './mmaps/1133_32_31.mmtile'
MMAP:loadMap: Could not open mmtile file './mmaps/1133_32_32.mmtile'
...
Setting up playerbot system...
World initialized in 0 minutes 34 seconds
Emucoach 5.4.8Rev: 1 Release Hash: b68e46b75dc3+ (Win64, little-endian) (worldserver-daemon) ready...
Crashes\b68e46b75dc3+_worldserver.exe_[19-8_18-7-50].txt
Code:
Revision: Emucoach 5.4.8Rev: 1 Release Hash: b68e46b75dc3+ (Win64, little-endian)
Date 19:8:2022. Time 18:7
//=====================================================
*** Hardware ***
Processor: Intel(R) Xeon(R) CPU X5680 @ 3.33GHz
Number Of Processors: 24
Physical Memory: 201313364 KB (Available: 189605936 KB)
Commit Charge Limit: 230673492 KB
*** Operation System ***
Windows 8 Professional (Version 6.2, Build 9200)
//=====================================================
Exception code: E06D7363
Fault address: 00007FFDE2BA4FD9 01:0000000000033FD9 C:\Windows\System32\KERNELBASE.dll
...
Attachments
Last edited: