cmore
05-05-2004, 05:49 PM
edit: DISREGARD this post please. I found comments in the developer forum. Sorry i usually try to stay outta there so hadn't checked. Thanks.
I have, for the past few weeks, had one or two garbled mobs listed. People zoning in show as unknown, as does respawn.
After today's patch, I CVSd and rebuilt, ran
before and after I updated SEQ, since today's patch, it now lists tons of garbles and unknowns even on zoning anew.
Is this widespread? Or do i have something mucked up?
my showeq directory is in file:/root/showeq
here's what I do:
cd (goes to root)
cvs -d:pserver:[email protected]:/cvsroot/seq login
(hit enter for password)
cvs -d:pserver:[email protected]:/cvsroot/seq co showeq
cvs -d:pserver:[email protected]:/cvsroot/seq logout
export CC=gcc3
export CXX=g++3
export QTDIR=/usr/lib/qt-3.0.5
cd showeq
make -f Makefile.dist
./configure
make && make install
I have, for the past few weeks, had one or two garbled mobs listed. People zoning in show as unknown, as does respawn.
After today's patch, I CVSd and rebuilt, ran
before and after I updated SEQ, since today's patch, it now lists tons of garbles and unknowns even on zoning anew.
Is this widespread? Or do i have something mucked up?
my showeq directory is in file:/root/showeq
here's what I do:
cd (goes to root)
cvs -d:pserver:[email protected]:/cvsroot/seq login
(hit enter for password)
cvs -d:pserver:[email protected]:/cvsroot/seq co showeq
cvs -d:pserver:[email protected]:/cvsroot/seq logout
export CC=gcc3
export CXX=g++3
export QTDIR=/usr/lib/qt-3.0.5
cd showeq
make -f Makefile.dist
./configure
make && make install