• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.X+ Error running the server

moonshadow

New Member
Joined
Oct 22, 2022
Messages
1
Reaction score
0
Location
Venezuela
GitHub
carlosgrillet
Hi guys! I'm having a problem when I try to run the server. Every time I do
Bash:
$ sudo ./tfs
or
Bash:
$ ./tfs
I get this error:

Bash:
The Forgotten Server - Version v1.4-313-g26a82f0b
Git SHA1 26a82f0b dated 2022-10-16T14:17:09-04:00

Compiled with GNU C++ version 9.4.0
Compiled on Oct 21 2022 01:53:59 for platform x64
Linked with LuaJIT 2.1.0-beta3 for Lua support

A server developed by The Forgotten Server Team
Visit our forum for updates, support, and resources: https://otland.net/.

>> Loading config
>> Loading RSA key
>> Establishing database connection... MySQL 8.0.30
>> Running database manager
> No tables were optimized.
>> Loading vocations
[Notice - Vocations::loadFromXml] Unknown attribute: "baseid" for vocation: 0
[Notice - Vocations::loadFromXml] Unknown attribute: "magicshield" for vocation: 0
[Notice - Vocations::loadFromXml] Unknown attribute: "baseid" for vocation: 1
[Notice - Vocations::loadFromXml] Unknown attribute: "magicshield" for vocation: 1
[Notice - Vocations::loadFromXml] Unknown attribute: "baseid" for vocation: 2
[Notice - Vocations::loadFromXml] Unknown attribute: "magicshield" for vocation: 2
[Notice - Vocations::loadFromXml] Unknown attribute: "baseid" for vocation: 3
[Notice - Vocations::loadFromXml] Unknown attribute: "magicshield" for vocation: 3
[Notice - Vocations::loadFromXml] Unknown attribute: "baseid" for vocation: 4
[Notice - Vocations::loadFromXml] Unknown attribute: "magicshield" for vocation: 4
[Notice - Vocations::loadFromXml] Unknown attribute: "baseid" for vocation: 5
[Notice - Vocations::loadFromXml] Unknown attribute: "magicshield" for vocation: 5
[Notice - Vocations::loadFromXml] Unknown attribute: "baseid" for vocation: 6
[Notice - Vocations::loadFromXml] Unknown attribute: "magicshield" for vocation: 6
[Notice - Vocations::loadFromXml] Unknown attribute: "baseid" for vocation: 7
[Notice - Vocations::loadFromXml] Unknown attribute: "magicshield" for vocation: 7
[Notice - Vocations::loadFromXml] Unknown attribute: "baseid" for vocation: 8
[Notice - Vocations::loadFromXml] Unknown attribute: "magicshield" for vocation: 8
terminate called after throwing an instance of 'boost::wrapexcept<std::ios_base::failure[abi:cxx11]>'
  what():  failed opening file: No such file or directory: iostream error
Aborted

The file is in the right folder
Bash:
$ ls -l data/XML
total 104
-rwxr-xr-x 1 www-data www-data   944 Oct  5 11:35  events.xml
-rwxr-xr-x 1 www-data www-data  1933 Oct  5 11:35  familiars.xml
-rwxr-xr-x 1 www-data www-data  5690 Oct  5 11:35  groups.xml
-rwxr-xr-x 1 www-data www-data 25533 Oct  5 11:35  imbuements.xml
-rwxr-xr-x 1 www-data www-data 19004 Oct  5 11:35  mounts.xml
-rwxr-xr-x 1 www-data www-data 23430 Oct  5 11:35  outfits.xml
-rwxr-xr-x 1 www-data www-data   468 Oct 21 02:18  stages.xml
-rwxr-xr-x 1 www-data www-data  6019 Oct 21 03:01  vocations.xml <--here
 
Last edited:
Back
Top