Players can't log in to server?

Post here if you need help setting up your server, etc.
User avatar
xtrapoint
Average Program
Posts: 53
Joined: Wed Nov 23, 2011 10:11 pm

Players can't log in to server?

Post by xtrapoint »

I'm becoming regular posting my problems here lol.
Anyways this time when people log in to it they immediately end up being logged out.
First it says new user:1 then it says this
Image
I thought it might be because of overrides but idk. Is there anything that I should do to make it work? If this helps I'm using a mac so it may not be a problem with the settings.
Oh and I'm aware that my server won't allow people older than 2.8 beta 3, but could that be it?
I'll put the whole thing here:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE Resource SYSTEM "map-0.2.8_beta3.dtd">
<Resource type="aamap" name="round" version="1.0.2" author="xtrapoint"
category="polygon">
<Map version="0.2.8">
<Settings>
<Setting name="SIZE_FACTOR" value="-5"/>
<Setting name="LIMIT_SCORE" value="25"/>
<Setting name="SCORE_WIN" value="0"/>
<Setting name="TALK_TO_MASTER" value="1"/>
<Setting name="CYCLE_BOOST_ENEMY" value="1"/>
<Setting name="CYCLE_BOOST_ENEMY_OVERRIDE" value="1"/>
<Setting name="CYCLE_RUBBER" value="700"/>
<Setting name="SIZE_FACTOR" value="-5"/>
<Setting name="CYCLE_SPEED" value="40"/>
<Setting name="CYCLE_SPEED_MAX" value="80"/>
<Setting name="CYCLE_SPEED_MAX_OVERRIDE" value="1"/>
<Setting name="SCORE_DIE" value="0"/>
<Setting name="SCORE_KILL" value="1"/>
<Setting name="SCORE_SUICIDE" value="0"/>
<Setting name="SCORE_SURVIVE" value="5"/>
<Setting name="SERVER_NAME" value="0xff8000 xtrap01nt's0xffffff One-Way Rubber"/>
<Setting name="WIN_ZONE_DEATHS" value="1"/>
<Setting name="WIN_ZONE_EXPANSION" value="30"/>
<Setting name="WIN_ZONE_MIN_ROUND_TIME" value="180"/>
<Setting name="WIN_ZONE_MIN_LAST_DEATH" value="0"/>
<Setting name="CYCLE_DELAY" value="0.01"/>
<Setting name="CYCLE_RUBBER_TIME" value="100000000000"/>
<Setting name="CYCLE_RUBBER_TIME_OVERRIDE" value="1"/>
<Setting name="WIN_ZONE_RANDOMNESS" value="0"/>
<Setting name="SCORE_DEATHZONE" value="0"/>
<Setting name="VOTE_KICK_REASON" value="You know why you were voted for...(Vote him out, Vote him out!)"/>
<Setting name="NETWORK_MIN_BAN" value="1"/>
<Setting name="CYCLE_BRAKE_REFILL" value="0.5"/>
<Setting name="CYCLE_BRAKE_REFILL_OVERRIDE" value="1"/>
<Setting name="CYCLE_BRAKE_DEPLETE" value="0.5"/>
<Setting name="CYCLE_BRAKE_DEPLETE_OVERRIDE" value="1"/>
<Setting name="BUG_TUNNEL" value="3"/>
<Setting name="MAX_CLIENTS" value="10"/>
<Setting name="ZONE_HEIGHT" value="30"/>
<Setting name="SHOW_TIME" value="1"/>
<Setting name="CYCLE_RUBBER_MINDISTANCE" value="0.001"/>
<Setting name="CYCLE_RUBBER_MINDISTANCE_OVERRIDE" value="1"/>
</Settings>
<World>
<Field>
<Axes number="4"/>

<Spawn x="703" y="209" xdir="1" ydir="1" />
<Spawn x="709" y="1232" xdir="-1" ydir="-1" />
<Spawn x="1173" y="724" xdir="-1" ydir="0" />
<Spawn x="271" y="743" xdir="1" ydir="0" />

<Spawn x="188" y="826" xdir="1" ydir="0" />
<Spawn x="773" y="1124" xdir="-1" ydir="-1" />
<Spawn x="1078" y="616" xdir="-1" ydir="0" />
<Spawn x="792" y="355" xdir="1" ydir="1" />

<Wall>
<Point x="0" y="0" />
<Point x="1400" y="0" />
<Point x="1400" y="1400" />
<Point x="0" y="1400" />
<Point x="0" y="0" />
</Wall>

</Field>
</World>
</Map>
</Resource>
--They say nobody is perfect, then they say practice makes perfect. I wish they would make up their minds.
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Players can't log in to server?

Post by Z-Man »

1. Please don't put your settings in the map.
2. Telling us your server's name (well, you implicitly did that) and keeping it online would help us troubleshoot.
3. The clients probably try to download the map and fail. Have you put it somewhere they can fetch it from? Our resource repository (a bit difficult, you'll have to ask someone to do it for you, the guy capable of giving you accounts is missing) or any web server?
4. The support subforum is where your posts belong. Moving.

The reason 1. is so important is that once the map is uploaded, you can't change it any more. Any changes and you need to bump its version number and upload it again. So if all your settings are in your map, you have to do that on all settings changes, something you wouldn't need to do if the settings were in your configuration files where they belong.
User avatar
xtrapoint
Average Program
Posts: 53
Joined: Wed Nov 23, 2011 10:11 pm

Re: Players can't log in to server?

Post by xtrapoint »

Okay I see it now, got it fixed where it doesn't even say anything about groups.
--They say nobody is perfect, then they say practice makes perfect. I wish they would make up their minds.
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
User avatar
xtrapoint
Average Program
Posts: 53
Joined: Wed Nov 23, 2011 10:11 pm

Re: Players can't log in to server?

Post by xtrapoint »

Z-Man wrote:Our resource repository (a bit difficult, you'll have to ask someone to do it for you, the guy capable of giving you accounts is missing) or any web server?
I've made my own webserver for hosting and it loads them correctly but it still says breaking.

Could I make an account on the main repository or just have it put in there without a troubling process?
and if that last part is possible here is the map:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE Resource SYSTEM "map-0.2.8_beta3.dtd">
<Resource type="aamap" name="background" version="1.4" author="xtrapoint" category="map">
<Map version="0.2.8">
<!--make more ominous :P-->
<World>
<Field>
<Axes number="4"/>

<Spawn x="128" y="32" xdir="0" ydir="1"/>
<Spawn x="120" y="217" xdir="0" ydir="-1"/>
<Spawn x="40" y="120" xdir="1" ydir="0"/>
<Spawn x="216" y="128" xdir="-1" ydir="0"/>
<Spawn x="168" y="32" xdir="0" ydir="1"/>
<Spawn x="81" y="217" xdir="0" ydir="-1"/>
<Spawn x="40" y="80" xdir="1" ydir="0"/>
<Spawn x="216" y="168" xdir="-1" ydir="0"/>
<Spawn x="80" y="32" xdir="0" ydir="1"/>
<Spawn x="168" y="218" xdir="0" ydir="-1"/>
<Spawn x="40" y="168" xdir="1" ydir="0"/>
<Spawn x="216" y="80" xdir="-1" ydir="0"/>


<Zone effect="death">
<ShapeCircle radius="10">
<Point x="-184" y="328"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="-152" y="168"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="-312" y="72"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="-96" y="96"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="-232" y="-56"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="-56" y="-24"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="40" y="-136"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="-144" y="-256"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="56" y="-248"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="216" y="-248"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="104" y="-424"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="-216" y="-360"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="424" y="-312"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="376" y="-40"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="280" y="56"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="512" y="128"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="488" y="312"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="328" y="200"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="120" y="280"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="8" y="328"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="24" y="472"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="56" y="584"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="136" y="520"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="480" y="480"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="264" y="392"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="-424" y="24"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius="10">
<Point x="-440" y="392"/>
</ShapeCircle>
</Zone>
<Zone effect="death">
<ShapeCircle radius=".05" growth=".05">
<Point x="125" y="125"/>
</ShapeCircle>
</Zone>

<Wall height="1">
<Point x="0" y="0"/>
<Point x="0" y="128.571"/>
<Point x="0.89" y="128.571"/>
<Point x="0.89" y="129.464"/>
<Point x="0" y="129.464"/>
<Point x="0" y="153.571" />
<Point x="0.53" y="153.571" />
<Point x="0.53" y="154.464" />
<Point x="0" y="154.464" />
<Point x="0" y="250" />
<Point x="136.607" y="250" />
<Point x="136.607" y="249.107" />
<Point x="141.071" y="249.107" />
<Point x="141.071" y="250" />
<Point x="250" y="250" />
<Point x="250" y="141.071" />
<Point x="250.892" y="141.071" />
<Point x="250.892" y="136.607" />
<Point x="250" y="136.607" />
<Point x="250" y="0" />
<Point x="141.071" y="0" />
<Point x="141.071" y="0.89" />
<Point x="136.607" y="0.89" />
<Point x="136.607" y="0" />
<Point x="0" y="0" />
</Wall>
<Wall height="50">
<Point x="96" y="-416"/>
<Point x="96" y="-432"/>
<Point x="112" y="-432"/>
<Point x="112" y="-416"/>
<Point x="96" y="-416"/>
</Wall>
<Wall height="30">
<Point x="208" y="-240"/>
<Point x="208" y="-256"/>
<Point x="224" y="-256"/>
<Point x="224" y="-240"/>
<Point x="208" y="-240"/>
</Wall>
<Wall height="20">
<Point x="32" y="-128"/>
<Point x="32" y="-144"/>
<Point x="48" y="-144"/>
<Point x="48" y="-128"/>
<Point x="32" y="-128"/>
</Wall>
<Wall height="40">
<Point x="48" y="-240"/>
<Point x="48" y="-256"/>
<Point x="64" y="-256"/>
<Point x="64" y="-240"/>
<Point x="48" y="-240"/>
</Wall>
<Wall height="32">
<Point x="416" y="-304"/>
<Point x="416" y="-320"/>
<Point x="432" y="-320"/>
<Point x="432" y="-304"/>
<Point x="416" y="-304"/>
</Wall>
<Wall height="5">
<Point x="368" y="-32"/>
<Point x="368" y="-48"/>
<Point x="384" y="-48"/>
<Point x="384" y="-32"/>
<Point x="368" y="-32"/>
</Wall>
<Wall height="30">
<Point x="272" y="64"/>
<Point x="272" y="48"/>
<Point x="288" y="48"/>
<Point x="288" y="64"/>
<Point x="272" y="64"/>
</Wall>
<Wall height="15">
<Point x="496" y="144"/>
<Point x="496" y="112"/>
<Point x="528" y="112"/>
<Point x="528" y="144"/>
<Point x="496" y="144"/>
</Wall>
<Wall height="11">
<Point x="320" y="208"/>
<Point x="320" y="192"/>
<Point x="336" y="192"/>
<Point x="336" y="208"/>
</Wall>
<Wall height="20">
<Point x="-64" y="-16"/>
<Point x="-64" y="-32"/>
<Point x="-48" y="-32"/>
<Point x="-48" y="-16"/>
<Point x="-64" y="-16"/>
</Wall>
<Wall height="50">
<Point x="-240" y="-48"/>
<Point x="-240" y="-64"/>
<Point x="-224" y="-64"/>
<Point x="-224" y="-48"/>
<Point x="-240" y="-48"/>
</Wall>
<Wall height="50">
<Point x="-224" y="-352"/>
<Point x="-224" y="-368"/>
<Point x="-208" y="-368"/>
<Point x="-208" y="-352"/>
<Point x="-224" y="-352"/>
</Wall>
<Wall height="50">
<Point x="-160" y="-240"/>
<Point x="-160" y="-272"/>
<Point x="-128" y="-272"/>
<Point x="-128" y="-240"/>
<Point x="-160" y="-240"/>
</Wall>
<Wall height="40">
<Point x="-320" y="80"/>
<Point x="-320" y="64"/>
<Point x="-304" y="64"/>
<Point x="-304" y="80"/>
<Point x="-320" y="80"/>
</Wall>
<Wall height="20">
<Point x="-160" y="176"/>
<Point x="-160" y="160"/>
<Point x="-144" y="160"/>
<Point x="-144" y="176"/>
<Point x="-160" y="176"/>
</Wall>
<Wall height="22">
<Point x="-80" y="112"/>
<Point x="-80" y="80"/>
<Point x="-112" y="80"/>
<Point x="-112" y="112"/>
<Point x="-80" y="112"/>
</Wall>
<Wall height="10">
<Point x="-192" y="336"/>
<Point x="-192" y="320"/>
<Point x="-176" y="320"/>
<Point x="-176" y="336"/>
<Point x="-192" y="336"/>
</Wall>
<Wall height="30">
<Point x="-288" y="496"/>
<Point x="-288" y="480"/>
<Point x="-272" y="480"/>
<Point x="-272" y="496"/>
<Point x="-288" y="496"/>
</Wall>
<Wall height="40">
<Point x="0" y="472"/>
<Point x="0" y="448"/>
<Point x="48" y="448"/>
</Wall>
<Wall height="40">
<Point x="0" y="480"/>
<Point x="0" y="496"/>
<Point x="48" y="496"/>
<Point x="48" y="448"/>
</Wall>
<Wall height="36">
<Point x="112" y="288"/>
<Point x="112" y="272"/>
<Point x="128" y="272"/>
<Point x="128" y="288"/>
<Point x="112" y="288"/>
</Wall>
<Wall height="20">
<Point x="0" y="336"/>
<Point x="0" y="320"/>
<Point x="16" y="320"/>
<Point x="16" y="336"/>
<Point x="0" y="336"/>
</Wall>
<Wall height="50">
<Point x="128" y="528"/>
<Point x="128" y="512"/>
<Point x="144" y="512"/>
<Point x="144" y="528"/>
<Point x="128" y="528"/>
</Wall>
<Wall height="50">
<Point x="48" y="576"/>
<Point x="64" y="576"/>
<Point x="64" y="592"/>
<Point x="48" y="592"/>
<Point x="48" y="576"/>
</Wall>
<Wall height="50">
<Point x="256" y="400"/>
<Point x="256" y="384"/>
<Point x="272" y="384"/>
<Point x="272" y="400"/>
<Point x="256" y="400"/>
</Wall>
<Wall height="50">
<Point x="464" y="496"/>
<Point x="464" y="464"/>
<Point x="496" y="464"/>
<Point x="496" y="496"/>
<Point x="464" y="496"/>
</Wall>
<Wall height="10">
<Point x="480" y="320"/>
<Point x="480" y="304"/>
<Point x="496" y="304"/>
<Point x="496" y="320"/>
<Point x="480" y="320"/>
</Wall>
<Wall height="11">
<Point x="320" y="208"/>
<Point x="328" y="208"/>
</Wall>
<Wall height="11">
<Point x="336" y="200"/>
<Point x="328" y="200"/>
</Wall>
<Wall height="50">
<Point x="-432" y="32"/>
<Point x="-432" y="16"/>
<Point x="-416" y="16"/>
<Point x="-416" y="32"/>
<Point x="-432" y="32"/>
</Wall>
<Wall height="50">
<Point x="-448" y="400"/>
<Point x="-448" y="384"/>
<Point x="-432" y="384"/>
<Point x="-432" y="400"/>
<Point x="-448" y="400"/>
</Wall>

</Field>
</World>
</Map>
</Resource>
--They say nobody is perfect, then they say practice makes perfect. I wish they would make up their minds.
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Players can't log in to server?

Post by Z-Man »

xtrapoint wrote: Could I make an account on the main repository or just have it put in there without a troubling process?
I don't know how.
xtrapoint wrote: and if that last part is possible here is the map:
<Map version="0.2.8">
You want version="2" there. Map version != game version. What you have there may stop working at any time.

Why don't you tell us the name of the server so we can really help troubleshoot?
User avatar
xtrapoint
Average Program
Posts: 53
Joined: Wed Nov 23, 2011 10:11 pm

Re: Players can't log in to server?

Post by xtrapoint »

The name of the server is close combat, should I have the breaking map as standard though?
--They say nobody is perfect, then they say practice makes perfect. I wish they would make up their minds.
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Players can't log in to server?

Post by Z-Man »

xtrapoint wrote:The name of the server is close combat
No such server currently exists. It's not the Alpha Project Close Combat Shootout, right?
should I have the breaking map as standard though?
Yes. Or give us a way to activate it (make sure there is some low dedicated_idle set so the server restarts after all clients have left), say by having a config file with the relevant setting in it that regular users can include.
User avatar
xtrapoint
Average Program
Posts: 53
Joined: Wed Nov 23, 2011 10:11 pm

Re: Players can't log in to server?

Post by xtrapoint »

No such server currently exists. It's not the Alpha Project Close Combat Shootout, right?
Its called close-combat in red letters, I dont always keep my internet on, do I have to?
Yes. Or give us a way to activate it (make sure there is some low dedicated_idle set so the server restarts after all clients have left), say by having a config file with the relevant setting in it that regular users can include.
So basically I need to make a .cfg available for RINCLUDE that has map_file, and dedicated_idle in it and give access to change it to the remote users who login?
--They say nobody is perfect, then they say practice makes perfect. I wish they would make up their minds.
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Players can't log in to server?

Post by Z-Man »

xtrapoint wrote:Its called close-combat in red letters, I dont always keep my internet on, do I have to?
Not always, but it needs to be on when I try to test. Is there a schedule to it?
Yes. Or give us a way to activate it (make sure there is some low dedicated_idle set so the server restarts after all clients have left), say by having a config file with the relevant setting in it that regular users can include.
So basically I need to make a .cfg available for RINCLUDE that has map_file, and dedicated_idle in it and give access to change it to the remote users who login?[/quote]Not RINCLUDE, just a regular INCLUDE. Or just host a second server with the problematic map permanently enabled, that also works (call it Close Combat Broken or something).
User avatar
xtrapoint
Average Program
Posts: 53
Joined: Wed Nov 23, 2011 10:11 pm

Re: Players can't log in to server?

Post by xtrapoint »

Z-Man wrote:Not always, but it needs to be on when I try to test. Is there a schedule to it?
It's pretty much going to be on this whole day until around 12:00 est and other days from around noon until 7 then from 9 to mid
Z-Man wrote:Not RINCLUDE, just a regular INCLUDE. Or just host a second server with the problematic map permanently enabled, that also works (call it Close Combat Broken or something).
Ok server w/ breaking map is up I don't see how you can get into it but I guess the people who made the game can do whatever they want :D
--They say nobody is perfect, then they say practice makes perfect. I wish they would make up their minds.
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Players can't log in to server?

Post by Z-Man »

xtrapoint wrote:Its called close-combat in red letters
It's a long way from that to "Deathzone Dogfight", the actual name of the server I found running on your IP.

Anyway, joined the server marked as 'broken'. The map was the default one, so nothing to test there. Authentication didn't work, presumably because it didn't contact the master servers properly in that run, but that is another issue.
User avatar
xtrapoint
Average Program
Posts: 53
Joined: Wed Nov 23, 2011 10:11 pm

Re: Players can't log in to server?

Post by xtrapoint »

Z-Man wrote:
xtrapoint wrote:Its called close-combat in red letters
It's a long way from that to "Deathzone Dogfight", the actual name of the server I found running on your IP.

Anyway, joined the server marked as 'broken'. The map was the default one, so nothing to test there. Authentication didn't work, presumably because it didn't contact the master servers properly in that run, but that is another issue.
Hmm, when I log in it lets me, it also says I'm owner etc, etc. O and about that name that was my bad (/me was too lazy to change the settings, but fixed it now) but after the dedicated_idle ends it reverts to regular mode (I found out that the launchd daemon method was much easier and now use that) you should be able to do change map_files, includes, and dedicated_idle it should be fine.
--They say nobody is perfect, then they say practice makes perfect. I wish they would make up their minds.
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Players can't log in to server?

Post by Z-Man »

That's not useful, I can't test with that. The bit that is the cause of the trouble is your map_file line, probably, so if I don't know it, there's no use.
User avatar
xtrapoint
Average Program
Posts: 53
Joined: Wed Nov 23, 2011 10:11 pm

Re: Players can't log in to server?

Post by xtrapoint »

Z-Man wrote:That's not useful, I can't test with that. The bit that is the cause of the trouble is your map_file line, probably, so if I don't know it, there's no use.
I believe I've made a better fix, I've given you admin powers to do whatever is needed. When you login to the server you should be able to see the resource repository server name and look at the maps if you need to. Will that be enough?
--They say nobody is perfect, then they say practice makes perfect. I wish they would make up their minds.
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Re: Players can't log in to server?

Post by Tank Program »

It could be, but for now just paste the MAP_FILE line from your config, I think.
Image
Post Reply