Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

3.3.5a

Panel
authserver.exe
authserver.pdb
authserver.conf.dist
worldserver.exe
worldserver.pdb
worldserver.conf.dist
libmysql.dll
libeay32.dll
ssleay32.dll


master (7.x)

Panel
bnetserver.exe
bnetserver.pdb
bnetserver.conf.dist
bnetserver.cert.perm
bnetserver.key.perm
worldserver.exe
worldserver.pdb
worldserver.conf.dist
libmysql.dll
libeay32.dll
ssleay32.dll



There are a few DLLs that needs three DLL files that need to be manually added to this folder, and you need to copy them over from the following installation/bin directories: 

libmysql.dll →  C:\Program Files\MySQL\MySQL Server 5.x\lib\

OpenSSL before 1.1.0 version installed:

libeay32.dll
ssleay32.dll  → C:\OpenSSL-Win64\ or C:\OpenSSL-Win32\ (depends on if your core is 64-bit or 32-bit)

Since OpenSSL 1.1.0 and more recent installed, names of DLL have changed:

libssl-1_1.dll
libcrypto-1_1.

...

dll C:\OpenSSL-Win32\

libssl64-1_1.dll
libcryptox64-1_1.dll → C:\OpenSSL-Win64\


Info
titleAbout compilation log and report

pdb files only exist if you compile on Debug or RelWithDebInfo modes, it's not mandatory but it's recommended to compile core on at least RelWithDebInfo mode to get proper crashlogs. If you compile on Release mode the pdb files aren't needed.

To report crash logs it's MANDATORY to compile on Debug or RelWithDebInfo mode.

...