Authentication Delayed Till End of Round

Post here if you need help setting up your server, etc.
Post Reply
User avatar
0000
Core Dumper
Posts: 138
Joined: Sat Apr 30, 2011 8:26 pm

Authentication Delayed Till End of Round

Post by 0000 »

Forgive me, I assume this question has an easy answer, but I can't seem to find it. I have used several different builds ranging from the vanilla to sty ct, and still have this problem. It's like everything auth-related is put on hold till the end of the round. I haven't seen anyone else's servers do this.
Image
User avatar
INW
Reverse Outside Corner Grinder
Posts: 1950
Joined: Tue Jul 07, 2009 4:10 pm
Location: Charlotte, NC, USA

Re: Authentication Delayed Till End of Round

Post by INW »

Install Z-Thread and then recompile armagetron.
If you're running on a version of linux, then you need to simple install z-thread.


Here are the instructions:

Code: Select all

wget http://voxel.dl.sourceforge.net/sourceforge/zthread/ZThread-2.3.2.tar.gz
tar -xzf ZThread-2.3.2.tar.gz
cd ZThread-2.3.2
./configure CXXFLAGS="-fpermissive" --prefix=/usr/
make && make install
Then recompile tron with this line:

Code: Select all

./configure --disable-glout --enable-authentication --prefix=/home/armagetronad --exec_prefix=/home/armagetronad --with-zthread
And finish with

Code: Select all

sudo make install
Notice

Code: Select all

--with-zthread
in the compile line.
User avatar
AI-team
Shutout Match Winner
Posts: 1020
Joined: Tue Jun 23, 2009 6:17 pm
Location: Germany/Munich
Contact:

Re: Authentication Delayed Till End of Round

Post by AI-team »

or wait until sty+ct devs implement boost::thread, just like in 0.4 :P
  
 
"95% of people believe in every quote you post on the internet" ~ Abraham Lincoln
 
 
User avatar
0000
Core Dumper
Posts: 138
Joined: Sat Apr 30, 2011 8:26 pm

Re: Authentication Delayed Till End of Round

Post by 0000 »

Ok works, thanks for the help!
Image
Post Reply