Trouble With Duel Server after MP3

Discuss everything related to Shootmania.

Moderator: English Moderator

Post Reply
Krackle
Posts: 24
Joined: 26 Dec 2012, 21:52

Trouble With Duel Server after MP3

Post by Krackle »

getting this error in my server log

[OVERLORD] DEBUG Parameters: /Title=Interface@darkminus /dedicated_cfg=dedicated_cfg.txt /game_settings=MatchSettings/arena_duel_matchsettings.txt
[OVERLORD] INFO Starting server
[OVERLORD] ERROR Server has died, return code -11

Does the first part of my config look right? has any of this changed this the update of MP3 or an update of the title pack?
User avatar
Darkminus
Posts: 228
Joined: 05 Jun 2012, 20:54
Location: Dans mon monde.
Contact:

Re: Trouble With Duel Server after MP3

Post by Darkminus »

Hello,

Here is my latest matchsetting:

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>
<playlist>
	<gameinfos>
		<game_mode>0</game_mode>
		<chat_time>10000</chat_time>
		<finishtimeout>1</finishtimeout>
		<allwarmupduration>0</allwarmupduration>
		<disablerespawn>0</disablerespawn>
		<forceshowallopponents>0</forceshowallopponents>
		<script_name>ArenaDuel.Script.txt</script_name>
		<rounds_pointslimit>0</rounds_pointslimit>
		<rounds_usenewrules>0</rounds_usenewrules>
		<rounds_forcedlaps>0</rounds_forcedlaps>
		<rounds_pointslimitnewrules>5</rounds_pointslimitnewrules>
		<team_pointslimit>5</team_pointslimit>
		<team_maxpoints>6</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>

	<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>

	<mode_script_settings>
		<setting name="S_TimeLimit" type="integer" value="390"/>
		<setting name="S_WarmUpDuration" type="integer" value="90"/>
		<setting name="S_InvincibilitySpawnTime" type="integer" value="5000"/>
		<setting name="S_UseRocketJump" type="boolean" value="1"/>
		<setting name="S_NoWeaponScrollLeft" type="boolean" value="0"/>
		<setting name="S_NoWeaponScrollRight" type="boolean" value="0"/>
		<setting name="S_ShowTimersLeft" type="boolean" value="0"/>
		<setting name="S_ShowTimersRight" type="boolean" value="0"/>
		<setting name="GameplayStyle" type="boolean" value="0"/>
	</mode_script_settings>

	<startindex>0</startindex>

	<map>
		<file>ShootMania\Duels\Epic\Duel - aerowalk.Map.Gbx</file>
	</map>	
	<map>
		<file>ShootMania\Duels\Epic\Duel - Verticality - Byafr0o.Map.Gbx</file>
	</map>	
	<map>
		<file>ShootMania\Duels\Epic\Duel - Asylum.Map.Gbx</file>
	</map>	
	<map>
		<file>ShootMania\Duels\Epic\Duel - Night Storm  - ByAfr0.Map.Gbx</file>
	</map>
	<map>
		<file>ShootMania\Duels\Epic\Duel - Brainfuck.Map.Gbx</file>
	</map>
	<map>
		<file>ShootMania\Duels\Epic\Duel - Chessgame 2k14.Map.Gbx</file>
	</map>
	<map>
		<file>ShootMania\Duels\Epic\Duel - OldSchool.Map.Gbx</file>
	</map>	
	<map>
		<file>ShootMania\Duels\Epic\Duel - Vitality 2k14.Map.Gbx</file>
	</map>	
	<map>
		<file>ShootMania\Duels\Epic\Duel - Tournament.Map.Gbx</file>
	</map>	
</playlist>
And the commandline:

Code: Select all

./ManiaPlanetServer /title=Interface@darkminus /game_settings=MatchSettings/ArenaDuelBase.txt /dedicated_cfg=dedicated_cfg_duel1.txt
My server are running using that configuration, just change map part to make it match with maps you've got :)

Tell me if it works!
Bye ;)
Professor Law
ShootMania-addict since June 2012.
Arena Duel, Duel Elite V2, MidAir V2 and SDPro Developer

System Specs:
OS: Windows 10 Professionnal x64
CPU: Intel i5-4670
GPU: MSI TwinFrozr GTX 760 OC
Motherboard: Asus Z87-C
RAM : 10Gb
Krackle
Posts: 24
Joined: 26 Dec 2012, 21:52

Re: Trouble With Duel Server after MP3

Post by Krackle »

Thanks for the speedy reply. I updated my match settings and files yet still getting "Server has died, return code -11"
User avatar
Darkminus
Posts: 228
Joined: 05 Jun 2012, 20:54
Location: Dans mon monde.
Contact:

Re: Trouble With Duel Server after MP3

Post by Darkminus »

Did you download the latest version of Arena Duel (Interface.Title.Pack.Gbx) ?

Did you copy it in UserData/Packs?

Are your dedicated server files up to date?

I don't know what this error code means so can I can help you more than giving suggestions :/
Professor Law
ShootMania-addict since June 2012.
Arena Duel, Duel Elite V2, MidAir V2 and SDPro Developer

System Specs:
OS: Windows 10 Professionnal x64
CPU: Intel i5-4670
GPU: MSI TwinFrozr GTX 760 OC
Motherboard: Asus Z87-C
RAM : 10Gb
Krackle
Posts: 24
Joined: 26 Dec 2012, 21:52

Re: Trouble With Duel Server after MP3

Post by Krackle »

updated server files, updated the title pack not sure whats going on? im hosting it on gameservers.com
Krackle
Posts: 24
Joined: 26 Dec 2012, 21:52

Re: Trouble With Duel Server after MP3

Post by Krackle »

would you post your config file with the passwords and what not removed?
Post Reply

Return to “Shootmania”

Who is online

Users browsing this forum: Google [Bot] and 1 guest