Authentication Delayed Till End of Round
Authentication Delayed Till End of Round
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.

- 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
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:
Then recompile tron with this line:
And finish with
Notice in the compile line.
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
Code: Select all
./configure --disable-glout --enable-authentication --prefix=/home/armagetronad --exec_prefix=/home/armagetronad --with-zthread
Code: Select all
sudo make install
Code: Select all
--with-zthread
- 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
or wait until sty+ct devs implement boost::thread, just like in 0.4 

"95% of people believe in every quote you post on the internet" ~ Abraham Lincoln