View Single Post
  #6  
Old 08-01-2021, 05:58 PM
rencro
Hill Giant
 
Join Date: Sep 2008
Location: So. California
Posts: 219
Default

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.
Reply With Quote