Unable to start up my server.

Moderator: NADEO

Post Reply
Ryzemeister
Posts: 4
Joined: 11 Jan 2014, 22:26

Unable to start up my server.

Post by Ryzemeister »

Hello there, Me and my friends had a shootmania server up before the big maniaplanet update. Then they all went away to travel and dumped the server at my house and I'm stumped trying to update it. I don't have any experience with these kind of things so I apologize if the answer is simple. Pretty much when I try to start the server it says,:

ERROR: Could not load script.
...Could not load the match settings
Server not started no Maps available. Check your matchsettings! (I'm trying I swear!)
Server not running, exiting.

Now I havn't updated the maps since before the update

http://www.filedropper.com/dedicatedcfg <-Dedicated config file
http://www.filedropper.com/smstormelite2-matchsettings <- Matchsettings file

Now is there anyone who has any information on how I shall proceed?
User avatar
w1lla
Posts: 2287
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: Unable to start up my server.

Post by w1lla »

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>
<playlist>
   <gameinfos>
	  <game_mode>0</game_mode>
	  <script_name>ShootMania\Elite.Script.txt</script_name>
	  <title>SMStormElite@nadeolabs</title>
      <chat_time>10000</chat_time>
      <finishtimeout>1</finishtimeout>
      <allwarmupduration>0</allwarmupduration>
      <disablerespawn>0</disablerespawn>
      <forceshowallopponents>0</forceshowallopponents>
      <script_name>Elite.Script.txt</script_name>
      <rounds_pointslimit>50</rounds_pointslimit>
      <rounds_usenewrules>0</rounds_usenewrules>
      <rounds_forcedlaps>0</rounds_forcedlaps>
      <rounds_pointslimitnewrules>5</rounds_pointslimitnewrules>
      <team_pointslimit>5</team_pointslimit>
      <team_maxpoints>9</team_maxpoints>
      <team_usenewrules>0</team_usenewrules>
      <team_pointslimitnewrules>5</team_pointslimitnewrules>
      <timeattack_limit>300000</timeattack_limit>
      <timeattack_synchstartperiod>0</timeattack_synchstartperiod>
      <laps_nblaps>5</laps_nblaps>
      <laps_timelimit>0</laps_timelimit>
      <cup_pointslimit>100</cup_pointslimit>
      <cup_roundsperchallenge>5</cup_roundsperchallenge>
      <cup_nbwinners>3</cup_nbwinners>
      <cup_warmupduration>2</cup_warmupduration>
   </gameinfos>
   
   <mode_script_settings>
      <setting name="S_Mode" type="integer" value="1"/>
      <setting name="S_WarmUpDuration" type="integer" value="45"/>
      <setting name="S_TurnWin" type="integer" value="9"/>
      <setting name="S_DeciderTurnLimit" type="integer" value="20"/>
      <setting name="S_TurnLimit" type="integer" value="20"/>
   </mode_script_settings>

   <hotseat>
      <game_mode>0</game_mode>
      <time_limit>300000</time_limit>
      <rounds_count>5</rounds_count>
   </hotseat>

   <filter>
      <is_lan>1</is_lan>
      <is_internet>1</is_internet>
      <is_solo>0</is_solo>
      <is_hotseat>0</is_hotseat>
      <sort_index>1000</sort_index>
      <random_map_order>0</random_map_order>
   </filter>

   <startindex>0</startindex>
	<map>
     <file>Shootmania\Elite\Rust.Map.Gbx</file>
	</map>
	 <map>
     <file>Shootmania\Elite\ESWC - Spitfire.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\ESWC - Paladin 2k13.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\ESWC - Collided v2.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\Elite - CrossRoads v2.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\Elite - GreenValley v2.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\Elite - ArchWays v2.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\Elite - Golden Rush.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\Elite - Gouge.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\Elite - Malevolence.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\Elite - Old sun.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\Elite - Gunners Dream.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\Elite - Radiance-.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\Elite - Tilt Pro.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\Elite - Valley of the Damned.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\Elite - IronFist.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\Elite - Factory.Map.Gbx</file>
	</map>
	<map>
     <file>Shootmania\Elite\Elite - TheClash.Map.Gbx</file>
	</map>
	
</playlist>
It cant load the Script properly as it misses the script_name tag.
TM² Info
SM Info
QM Info

OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
Ryzemeister
Posts: 4
Joined: 11 Jan 2014, 22:26

Re: Unable to start up my server.

Post by Ryzemeister »

I hate to sound ignorrant, but care to elaborate?

<script_name>ShootMania\Elite.Script.txt</script_name>

I thought that was the script tag ^^
User avatar
w1lla
Posts: 2287
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: Unable to start up my server.

Post by w1lla »

its if you run the title can you upload your start script.

See:

http://doc.maniaplanet.com/dedicated-se ... e-examples
TM² Info
SM Info
QM Info

OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
Ryzemeister
Posts: 4
Joined: 11 Jan 2014, 22:26

Re: Unable to start up my server.

Post by Ryzemeister »

My matchsettings file looks exactly like the file you linked to now, we copied all of the information and just pasted it right in the matchsettings file ^^,

To be honest I still don't know what you're asking for :(
User avatar
w1lla
Posts: 2287
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: Unable to start up my server.

Post by w1lla »

the start up script. Do you use windows or Linux?

open the file in notepad and copy past the code into a post.
TM² Info
SM Info
QM Info

OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
Ryzemeister
Posts: 4
Joined: 11 Jan 2014, 22:26

Re: Unable to start up my server.

Post by Ryzemeister »

Windows!

And by some "carefully" managing of title's in the .BAT file we got the server to run, but now it's running maps that aren't even on the damned server computer... But players can connect so I am getting somewhere ^^
User avatar
djhubertus
Translator
Translator
Posts: 1097
Joined: 09 Jul 2012, 18:30
Location: Poland
Contact:

Re: Unable to start up my server.

Post by djhubertus »

Ryzemeister wrote:Windows!
And by some "carefully" managing of title's in the .BAT file we got the server to run, but now it's running maps that aren't even on the damned server computer... But players can connect so I am getting somewhere ^^
I'm quite sure you don't change start up .bat file, server is hosting Melee gamemode right now.
My Gamemodes:
MP4 - Countdown, Firefight
MP3 - Reduction, Overload, Flashpoint, Territory, SM Race, Escape
MP2 - Search & Destroy, Oscillation, Instagib
Post Reply

Return to “Dedicated Server”

Who is online

Users browsing this forum: No registered users and 1 guest