Jump to content
  • 0

Cant start maps


lukkie[BE]

Question

If I want to test a map and I start my server, Race resource and Admin resource I get this as output in my server console

[11:39:42] INFO: onGamemodeMapStart(race-apacheassault)
[11:39:42] Map 'Apache Assault' started.
[11:39:42] start: Resource 'race-apacheassault' started
[11:39:42] ERROR: xmlLoadFile failed; ModifyOtherObjects in ACL denied resource race to access race-apacheassault
[11:39:42] WARNING: Error while loading race-apacheassault: no meta.xml
[11:39:42] INFO: Error loading map race-apacheassault
[11:39:47] Stopping race-apacheassault
[11:39:47] Starting race-bloodring
[11:39:47] INFO: onGamemodeMapStart(race-bloodring)
[11:39:47] Map 'Bloodring' started.
[11:39:49] start: Resource 'race-bloodring' started
[11:39:49] ERROR: xmlLoadFile failed; ModifyOtherObjects in ACL denied resource race to access race-bloodring
[11:39:49] WARNING: Error while loading race-bloodring: no meta.xml
[11:39:49] INFO: Error loading map race-bloodring
[11:39:54] Stopping race-bloodring
[11:39:54] Starting race-chrmleasy
[11:39:54] INFO: onGamemodeMapStart(race-chrmleasy)
[11:39:54] Map 'ChrML Easy' started.
[11:39:55] start: Resource 'race-chrmleasy' started
[11:39:55] ERROR: xmlLoadFile failed; ModifyOtherObjects in ACL denied resource race to access race-chrmleasy
[11:39:55] WARNING: Error while loading race-chrmleasy: no meta.xml
[11:39:55] INFO: Error loading map race-chrmleasy
[11:40:00] Stopping race-chrmleasy
[11:40:00] Starting race-sparrowstorm
[11:40:00] INFO: onGamemodeMapStart(race-sparrowstorm)
[11:40:00] Map 'Sparrow Storm' started.
[11:40:00] start: Resource 'race-sparrowstorm' started
[11:40:00] ERROR: xmlLoadFile failed; ModifyOtherObjects in ACL denied resource race to access race-sparrowstorm
[11:40:00] WARNING: Error while loading race-sparrowstorm: no meta.xml
[11:40:00] INFO: Error loading map race-sparrowstorm
[11:40:05] Stopping race-sparrowstorm
[11:40:05] Starting race-smugglersrun
[11:40:05] INFO: onGamemodeMapStart(race-smugglersrun)
[11:40:05] Map 'Smugglers Run' started.
[11:40:05] start: Resource 'race-smugglersrun' started
[11:40:05] ERROR: xmlLoadFile failed; ModifyOtherObjects in ACL denied resource race to access race-smugglersrun
[11:40:05] WARNING: Error while loading race-smugglersrun: no meta.xml
[11:40:05] INFO: Error loading map race-smugglersrun
[11:40:10] Stopping race-smugglersrun
[11:40:10] Starting race-mx_sky
[11:40:10] INFO: onGamemodeMapStart(race-mx_sky)
[11:40:10] Map 'mx_sky' started.
[11:40:11] start: Resource 'race-mx_sky' started
[11:40:11] ERROR: xmlLoadFile failed; ModifyOtherObjects in ACL denied resource race to access race-mx_sky
[11:40:11] WARNING: Error while loading race-mx_sky: no meta.xml
[11:40:11] INFO: Error loading map race-mx_sky
[11:40:15] Stopping race-mx_sky
[11:40:15] Starting race-airportdogfight

Link to comment

2 answers to this question

Recommended Posts

  • 0

Your ACL is probably either outdated, broken or just doesn't contain the lines required for Race.

Make sure these lines are in your ACL.xml:

<group name="raceACLGroup">
  <acl name="Default"/>
     <acl name="raceACL"/>
     <object name="resource.race"/>
  </group>
 
  <acl name="raceACL">
     <right name="general.ModifyOtherObjects" access="true"/>
     <right name="function.xmlLoadFile" access="true"/>
     <right name="function.startResource" access="true"/>
     <right name="function.stopResource" access="true"/>
     <right name="function.restartResource" access="true"/>
   </acl>

Link to comment
  • 0
Your ACL is probably either outdated, broken or just doesn't contain the lines required for Race.

Make sure these lines are in your ACL.xml:

<group name="raceACLGroup">
  <acl name="Default"/>
     <acl name="raceACL"/>
     <object name="resource.race"/>
  </group>
 
  <acl name="raceACL">
     <right name="general.ModifyOtherObjects" access="true"/>
     <right name="function.xmlLoadFile" access="true"/>
     <right name="function.startResource" access="true"/>
     <right name="function.stopResource" access="true"/>
     <right name="function.restartResource" access="true"/>
   </acl>

Thx :)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...