Assetto Server Master

Hi raJJe,

your logfile is showing up following information:
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files (x86)\Steam\steamapps\common\assettocorsa\server\content\tracks\csp\acu_bathurst\ai'

---

The structure does not look well to me - very likely the content of folder
C:\Program Files (x86)\Steam\steamapps\common\assettocorsa\server\content\tracks\csp\acu_bathurst
should be in
C:\Program Files (x86)\Steam\steamapps\common\assettocorsa\server\content\tracks\acu_bathurst

You can try to copy the content of
"C:\Program Files (x86)\Steam\steamapps\common\assettocorsa\server\content\tracks\csp\"
into
"C:\Program Files (x86)\Steam\steamapps\common\assettocorsa\server\content\tracks\"

---

Alternatively you can try to create the missing directory, with:
press CTRL+R and type: `cmd` and press ENTER
write `md 'C:\Program Files (x86)\Steam\steamapps\common\assettocorsa\server\content\tracks\csp\acu_bathurst\ai'`
an press ENTER.
Close console window and retry to create your server.

---

Last idea:
If it is an python script, u are using. to create the server and are into coding.
You may put the corresponding code-block into a "try-except" block, to avoid crashing the app.

kind regards,
th3d0c
 

Latest News

What would be the ideal raceday for you to join our Club Races?

  • Monday

    Votes: 34 15.6%
  • Tuesday

    Votes: 27 12.4%
  • Wednesday

    Votes: 30 13.8%
  • Thursday

    Votes: 28 12.8%
  • Friday

    Votes: 76 34.9%
  • Saturday

    Votes: 124 56.9%
  • Sunday

    Votes: 87 39.9%
Back
Top