Bonjour !
J'ai un petit problème quand je lance mon serveur (Linux),tout les ressources se mettent bien sauf la ressources principales.
J'ai ce message d'erreur :
[2013-12-14 11:07:11] Resources: 189 loaded, 0 failed
[2013-12-14 11:07:11] Querying game-monitor.com master server... failed! (301: Moved Permanently)
[2013-12-14 11:07:12] Querying backup master server... success!
[2013-12-14 11:07:12] Starting resources..........
[2013-12-14 11:07:14] Creating new DB table gangs
[2013-12-14 11:07:14] Creating new DB table gang_members
[2013-12-14 11:07:14] Start up of resource dayz cancelled by script
[2013-12-14 11:07:17] ERROR: Unable to start resource dayz; Start up of resource cancelled by script
[2013-12-14 11:07:17] Server started and is ready to accept connections!
[2013-12-14 11:07:17] To stop the server, type 'shutdown' or press Ctrl-C
[2013-12-14 11:07:17] Type 'help' for a list of commands.
Je ne sais pas d'où viens le problème.
La configuration :
<!-- Specifies resources that are loaded when the server starts and/or which are protected from being stopped.
To specify several resources, add more <resource> parameter(s). -->
<resource src="admin" startup="1" protected="0"/>
<resource src="defaultstats" startup="1" protected="0"/>
<resource src="helpmanager" startup="1" protected="0"/>
<resource src="joinquit" startup="1" protected="0"/>
<resource src="mapcycler" startup="1" protected="0"/>
<resource src="mapmanager" startup="1" protected="0"/>
<resource src="parachute" startup="1" protected="0"/>
<resource src="resourcebrowser" startup="1" protected="1" default="true"/>
<resource src="resourcemanager" startup="1" protected="1"/>
<resource src="spawnmanager" startup="1" protected="0"/>
<resource src="voice" startup="1" protected="0" />
<resource src="votemanager" startup="1" protected="0"/>
<resource src="webadmin" startup="1" protected="0"/>
<resource src="slothbot" startup="1" protected="0"/>
<resource src="login" startup="1" protected="0"/>
<resource src="dayz" startup="1" protected="0"/>
<!-- play is the default freeroam gamemode. Remove the following line to prevent it from starting. -->
<resource src="dayz" startup="1" protected="0"/>
</config>
Merci d'avance pour votre aide !