PDA

View Full Version : fix windows cvs compile


killhand
09-29-2005, 04:06 AM
in embperl.h:

at around line 61 change

snprintf(buffer, 256, "if(defined(%s))......

for

_snprintf(buffer, 256, "if(defined(%s))......

or put this at the top of the file

#define snprintf _snprintf

Dakaar
09-29-2005, 02:05 PM
Are you running the 9/28 version? Are you able to connect to zones? I upgraded my version and my server stopped working >_<.

Players timeout on zoning in

ran a gdb and its crashing on a SQL query, broken pipe. Im perplexed. This neve rhappened till i ran the newest code. I have been running pretty much every cvs version when it comes out

killhand
09-29-2005, 06:34 PM
Hello,

Yes, im running 9/28 and my zoneperl crash at startup ( http://www.eqemulator.net/forums/showthread.php?t=19463 ) but zone works very good, and with guards working :)

i just had to update my DB with the querys in changelog and also update my opcodes.conf.

Dakaar
09-29-2005, 08:06 PM
with the absolute newest code, my zone was crashing on SQL requests, which doesnt seem to make much sense. Im in the process of reloading from 9/25 or so and seeing if it still works =P

Belfedia
09-29-2005, 08:51 PM
That not strange, CVS is work in progress and sometimes, code is bug !!! this is not a real release but a devs release :)

You can find working source of 09/25/2005 here :
http://eqfroggy.ath.cx/download/EQEmuCVS_09.25.2005.rar

it work for me on linux debian sarge core 2.6 :)

Dakaar
09-30-2005, 06:44 AM
This is offtopic, but what do you guys use to keep your zones up after they go down? Seems 3 hours later ill log in and all my zones are down and my world is up =Z

cavedude
09-30-2005, 10:26 AM
Newest CVS fixes Perl loading and zone no longer crashes on exit!