I was able to replicate your issue by building in "debug" referencing the fact the file name is asking for the d version.
Perhaps the issue is zlib dll is not building a debug compatible version when set to debug build with emus internal zlib?
If you must build in debug until this is addressed, in cmake uncheck EQEMU_BUILD_ZLIB and ZLIB_COMPAT, re-generate, re-compile, then just copy the contents of the debug into your servers bin directory.
|