• 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+ Changing Map and DataPack for TFS 1.3 is breaking server.

mureno666

New Member
Joined
Mar 21, 2020
Messages
5
Reaction score
0
I downloaded the source code from (otland/forgottenserver (https://github.com/otland/forgottenserver)) and found this map/datapack on github (SeeingBlue/10.98-Real-Map-TFS-1.3 (https://github.com/SeeingBlue/10.98-Real-Map-TFS-1.3)). I replaced the code on my project, that is running on docker, and fixed some errors that had appear in the first time. But now there is no error log, and the server wont start.

This is the logs:

Code:
$ docker run -p 7171:7171 -p 7172:7172 forgottenserver:latest
The Forgotten Server - Version 1.3
Compiled with GNU C++ version 9.2.0
Compiled on Mar 22 2020 13:29:40 for platform x64

A server developed by Mark Samman
Visit our forum for updates, support, and resources: http://otland.net/.

>> copying config.lua.dist to config.lua
>> Loading config
>> Establishing database connection... MySQL 10.4.3
>> Running database manager
>> Loading vocations
>> Loading items
>> Loading script systems
>> Loading lua libs
> create_functions.lua [loaded]
> defaults_move_event.lua [loaded]
> register_monster_type.lua [loaded]
>> Loading lua scripts
> #example.lua [disabled]
> #example.lua [disabled]
>> ["actions"]
> spellbook.lua [loaded]
>> ["talkactions"]
> position.lua [loaded]
>> Loading monsters
>> Loading lua monsters
> #example.lua [disabled]
>> Loading outfits
>> Checking world type... PVP
>> Loading map
terminate called without an active exception

How can i debug the problem to change the map and turn on my server?
 
Back
Top