Page 1 of 1

Playlist file doesn't exist - Running a TM²C-server @ Debian

Posted: 11 Nov 2011, 20:16
by deathdragonaw
Hi, i got a problem with starting the server.

The log’s always saying:
Match settings file : MatchSettings\beta1.txt
Loading match settings…
…ERROR: The playlist file does not exist.
…Could not load the match settings
Server not started: no Challenges available. Check your matchsettings!
Exiting…

I already tried all possibilities for the path to the matchsettings-file:
beta1.txt
MatchSettings\beta1.txt
Maps\MatchSettings\beta1.txt
UserData\Maps\MatchSettings\beta1.txt
# or even
~\TM2C_server\UserData\Maps\MatchSettings\beta1.txt

nothing changes the resulting error…

- running a Debian LTS root server
- already set permissions for file on “755″
- imported working files from WinSvr2008 root

Re: Playlist file doesn't exist - Running a TM²C-server @ De

Posted: 12 Nov 2011, 12:20
by kapsubm
if u tried the original Beta1.txt be aware of that linux is case sensitive ;)
its not beta1.txt
its Beta1.txt

Re: Playlist file doesn't exist - Running a TM²C-server @ De

Posted: 12 Nov 2011, 21:20
by nocturne
You can also run into problems if the playlist file is improperly encoded.. I believe UTF8 without BOM is required, though normal ANSI should work fine.

Re: Playlist file doesn't exist - Running a TM²C-server @ De

Posted: 13 Nov 2011, 02:52
by deathdragonaw
it was the case sensitivity problem ^^

i controlled especially the spelling of >M<atch>S<ettings, but i missed out Beta1 ... ^^ hm tm2 server seems running well now, but fast doesn't start up.
But this is another topic, thx so far