Banned uniqueid/suid

Post new topic Reply to topic  [ 30 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Banned uniqueid/suid
PostPosted: Wed Jul 14, 2010 2:44 am 
Singed

Current Scorched3D Rank: Unranked





Joined: Thu Nov 25, 2004 1:38 pm
Posts: 21
Location: Brazil
Thanks!
I'll try a couple more times later on to generate some log info ^^

It would be a big problem for mac users if there were repeated ids when they should be unique. or maybe something changed on snow leopard's unique id creation that's making them be refused.

Having those things in mind it would be really helpful if someone else apart from me and bradhawkins on snow leopard could say if they have any problems or can actually connect normally.


gcamp wrote:
I've had a look in the logs and it does seem to be your unique id or suid that has been banned. Unfortunately the server logging doesnt tell me what your ids are, it just kicks you. doh.

I'll add some logging in so I can tell what id is causing the problem.


Top
 Profile  
 
 Post subject: Re: Banned uniqueid/suid
PostPosted: Wed Jul 14, 2010 3:19 pm 
User avatar
Site Admin
Not Signed Up For Stats

Joined: Mon Aug 04, 2003 4:09 pm
Posts: 4771
Location: Scotland
I've updated the server with the logging changes. Any chance you could try logging in again for me so I can see the suid?

thanks,
Gavin


Top
 Profile  
 
 Post subject: Re: Banned uniqueid/suid
PostPosted: Wed Jul 14, 2010 3:21 pm 
Singed

Current Scorched3D Rank: Unranked




Joined: Sat Jul 10, 2010 6:57 am
Posts: 15
Location: Australia
will log in now


Top
 Profile  
 
 Post subject: Re: Banned uniqueid/suid
PostPosted: Wed Jul 14, 2010 3:25 pm 
Singed

Current Scorched3D Rank: Unranked




Joined: Sat Jul 10, 2010 6:57 am
Posts: 15
Location: Australia
Done, i have tried both Beginners and Main


Top
 Profile  
 
 Post subject: Re: Banned uniqueid/suid
PostPosted: Wed Jul 14, 2010 3:40 pm 
User avatar
Site Admin
Not Signed Up For Stats

Joined: Mon Aug 04, 2003 4:09 pm
Posts: 4771
Location: Scotland
Try now.

And yes it looks like all of the macs use the same suid :
Code:
#elif defined(__DARWIN__)

std::string SecureID::GetPrivateKey(void)
{
   return "0:0:0:0:0:0";
}

#else


Top
 Profile  
 
 Post subject: Re: Banned uniqueid/suid
PostPosted: Wed Jul 14, 2010 3:47 pm 
Singed

Current Scorched3D Rank: Unranked




Joined: Sat Jul 10, 2010 6:57 am
Posts: 15
Location: Australia
Thank you so much, that did the trick.

I did see that snippet of code and didn't think it looked quite right but hadn't had a chance to look into it further, not that my C is very good.


Top
 Profile  
 
 Post subject: Re: Banned uniqueid/suid
PostPosted: Wed Jul 14, 2010 3:50 pm 
User avatar
Site Admin
Not Signed Up For Stats

Joined: Mon Aug 04, 2003 4:09 pm
Posts: 4771
Location: Scotland
Bug added:
http://www.scorched3d.co.uk/mantisbt/view.php?id=51
Should be fixed in the next version.


Top
 Profile  
 
 Post subject: Re: Banned uniqueid/suid
PostPosted: Wed Jul 14, 2010 7:12 pm 
User avatar
Obliterated

Current Scorched3D Rank: 117





Joined: Sat Nov 05, 2005 9:29 am
Posts: 1968
Location: In a Rental.
gcamp wrote:
Try now.

And yes it looks like all of the macs use the same suid :
Code:
#elif defined(__DARWIN__)

std::string SecureID::GetPrivateKey(void)
{
   return "0:0:0:0:0:0";
}

#else

Sigh.. i thought we corrected that..

Simply means that anyone still trying to get away with the MAC-Address
hiding will be already on the ban-list before we have to hunt them.

Still don't know why that was added in the first place..
Scorched3D Mod-Servers
Forum
Stats
Mods-Page


Top
 Profile  
 
 Post subject: Re: Banned uniqueid/suid
PostPosted: Thu Jul 15, 2010 11:39 pm 
Singed

Current Scorched3D Rank: Unranked





Joined: Thu Nov 25, 2004 1:38 pm
Posts: 21
Location: Brazil
Anyways, it seems to be working now :)
thanks a lot :D

Now I just have to post somewhere (maybe in the bug track) all the freezing problems I'm having (whenever a person dies funky I think) and the problems with the keyboard ;)


Top
 Profile  
 
 Post subject: Re: Banned uniqueid/suid
PostPosted: Fri Jul 16, 2010 12:10 am 
User avatar
Obliterated

Current Scorched3D Rank: Unranked



Joined: Mon Jun 22, 2009 6:26 pm
Posts: 1591
perhaps your graphics settings are too high for your machine?

What video card(s) are you running?

Kanga
Image

Top
 Profile  
 
 Post subject: Re: Banned uniqueid/suid
PostPosted: Fri Jul 16, 2010 12:58 am 
Singed

Current Scorched3D Rank: Unranked




Joined: Sat Jul 10, 2010 6:57 am
Posts: 15
Location: Australia
brandon wrote:
Anyways, it seems to be working now :)
thanks a lot :D

Now I just have to post somewhere (maybe in the bug track) all the freezing problems I'm having (whenever a person dies funky I think) and the problems with the keyboard ;)


Mine freezes too, everytime a message box pops up, but thats a topic for another thread


Top
 Profile  
 
 Post subject: Re: Banned uniqueid/suid
PostPosted: Mon Jul 19, 2010 7:40 pm 
User avatar
Site Admin
Not Signed Up For Stats

Joined: Mon Aug 04, 2003 4:09 pm
Posts: 4771
Location: Scotland
You mean an error message pops up, or it crashes when a chat message is displayed?


Top
 Profile  
 
 Post subject: Re: Banned uniqueid/suid
PostPosted: Tue Jul 20, 2010 11:37 am 
Singed

Current Scorched3D Rank: Unranked




Joined: Sat Jul 10, 2010 6:57 am
Posts: 15
Location: Australia
It was when any dialogue box popped up like the MoTD/Rules page when joining a server, or the Banned uniqueid/suid dialogue came up.

I found turning on "no cube map" and "no sphere map" fixed the problem.

Should we move this to another thread? Just to keep things tidy.


Top
 Profile  
 
 Post subject: Re: Banned uniqueid/suid
PostPosted: Tue Jul 20, 2010 11:17 pm 
User avatar
Site Admin
Not Signed Up For Stats

Joined: Mon Aug 04, 2003 4:09 pm
Posts: 4771
Location: Scotland
Sure we could start another thread.


Top
 Profile  
 
 Post subject: Re: Banned uniqueid/suid
PostPosted: Tue Jul 27, 2010 11:01 am 
Singed

Current Scorched3D Rank: Unranked




Joined: Sat Jul 10, 2010 6:57 am
Posts: 15
Location: Australia
new thread for freezing issue
http://scorched3d.co.uk/phpBB3/viewtopic.php?f=6&t=6246


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 30 posts ]  Go to page Previous  1, 2


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group