• 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!

Linux Error in loading map

Phemus

Member
Joined
Jun 16, 2012
Messages
149
Solutions
2
Reaction score
12
I just compiled this server and whenever i try to open my server, it gives me this error:
Code:
[11:46:33.158] > FATAL: OTBM Loader - Could not open the file data/world/forgotten.otbm.
tfs: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:81: boost::condition_variable::~condition_variable(): Assertion `!ret' failed.
Aborted (core dumped)

I tried everything in config.lua from changing the name of my map to forgotten.otbm to just forgotten

Code:
-- Map
    -- NOTE: storeTrash costs more memory, but will perform alot faster cleaning.
    mapName = "forgotten.otbm"
    mapAuthor = "Komic"
    randomizeTiles = true
    storeTrash = true
    cleanProtectedZones = true
    mailboxDisabledTowns = ""
I tried looking for solutions but nothing so far. I'm using
The Forgotten Server 0.4
 
Back
Top