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

10.76 TFS 1.0 [Sources - Cast System] Update V8.1

i have errpr on compiling in Debian GNU/Linux


Linking CXX executable tfs
/usr/bin/ld: CMakeFiles/tfs.dir/src/actions.cpp.o: referencia sin definir al símbolo 'pthre ad_key_delete@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [tfs] Error 1
make[1]: *** [CMakeFiles/tfs.dir/all] Error 2
make: *** [all] Error 2
 
anyone have any ideas on why mediafire is currently down and could someone upload to speedyshare please?! :D:D
 
@ItsPanda download a port checker program or just use free ones on the internet "not as good" but it might be because port 7171/7172 is not open or your DMZ is not forwarded on your router to let WAN users in. might be the issue why you cant connect to your router!
 
i have errpr on compiling in Debian GNU/Linux


Linking CXX executable tfs
/usr/bin/ld: CMakeFiles/tfs.dir/src/actions.cpp.o: referencia sin definir al símbolo 'pthre ad_key_delete@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [tfs] Error 1
make[1]: *** [CMakeFiles/tfs.dir/all] Error 2
make: *** [all] Error 2

The Forgotten Server v1.0 requires at least gcc 4.6, which is available in Debian 7 (wheezy).
 
[Error - DatabaseManager::updateDatabase - Version: -1] cannot open data/migrations/-1.lua: No such file or directory

Someone got that file or another fix ?
 
[Error - DatabaseManager::updateDatabase - Version: -1] cannot open data/migrations/-1.lua: No such file or directory

Someone got that file or another fix ?
INSERT INTO `server_config` (`config`, `value`) VALUES ('db_version', '18');
If you don't have the table:
Code:
CREATE TABLE IF NOT EXISTS `server_config` (
`config` varchar(50) NOT NULL,
`value` varchar(256) NOT NULL DEFAULT '',
PRIMARY KEY `config` (`config`)
) ENGINE=InnoDB;
 
INSERT INTO `server_config` (`config`, `value`) VALUES ('db_version', '18');
If you don't have the table:
Code:
CREATE TABLE IF NOT EXISTS `server_config` (
`config` varchar(50) NOT NULL,
`value` varchar(256) NOT NULL DEFAULT '',
PRIMARY KEY `config` (`config`)
) ENGINE=InnoDB;
Thanks worked :)
 
hey otland so i have this 10.76 datapack real map everything working but the only thing i have going wrong is that my NPC's dont spawn and before the OT runs it simply spams this error and when i try to "look at a player" it dont show up like in "green" and i dont have any errors in console either if someone can help i have tried everything to get the NPC's to spawn but nothing :/

A83VEp1.png
 
@Mariuskens hey mate sorry to double post just wondering if you know anything about the NPC's on why they wont spawn/error in the console hope you can help mate! :)
 
Back
Top