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

Crash Crashs lol

viking

Member
Joined
Aug 20, 2015
Messages
323
Reaction score
22
Hello, every day, every day My ot is crashing, I tryed to change tfs's (vanaheim and the latest 1.2 from githubt), both are crashed in sometimes and I dont know why

I'm dont using cast or reward, nothing. Using pure tfs 1.2 from https://github.com/otland/forgottenserver

The normal CPU usage is 45% with 200-300 on

Have any people who can really help in this? I can pay if we solve.
Log error:

Code:
#0  0x0000713443ed8b13 in epoll_wait ()
    at ../sysdeps/unix/syscall-template.S:81
#1  0x0000000000a068b4 in boost::asio::detail::epoll_reactor::run (
    this=0x3c54e30, block=true, ops=...)
    at /usr/include/boost/asio/detail/impl/epoll_reactor.ipp:392
#2  0x0000000000a075cd in boost::asio::detail::task_io_service::do_run_one (
    this=0x3c54d00, lock=..., this_thread=..., ec=...)
    at /usr/include/boost/asio/detail/impl/task_io_service.ipp:368
#3  0x0000000000a07391 in boost::asio::detail::task_io_service::run (
    this=0x3c54d00, ec=...)
    at /usr/include/boost/asio/detail/impl/task_io_service.ipp:153
#4  0x0000000000a078bd in boost::asio::io_service::run (this=0x7c6f1f7711d0)
    at /usr/include/boost/asio/impl/io_service.ipp:59
#5  0x0000000000a04e07 in ServiceManager::run (this=0x7c6f1f7711a0)
    at /home/Viking/src/server.cpp:52
#6  0x000000000097e87d in main (argc=1, argv=0x7c6f1f7713f8)
    at /home/Viking/src/otserv.cpp:110

Some screens:
server.cpp
HriG9xH.png


--
otserver.cpp
GLHbAKi.png
 
Last edited:
it should always create some log, have you tried 'bt' in gdb ?
do you have custom items.otb ?
 
you need to launch tfs directly from gdb no restart.sh: use gdb ./tfs

Are you using 10.9 ?
 
Some bug on your datapack can do that. shouldn't working with those datapacks because in my experiencie this have a lot of bug or exploits to abuse.

tfs 1.2 is very stable but dont will do miracles

You should do what gunz saying for detect what cause the crash.
 
This is actually means you are using old boost expressions( Version ), update your boost the newest (boost_1_60_0-msvc-14.0)
 
Hey guys, delete the msg's here please, for clean thread, I alreally updated the boost and started here again, next crash (if have) I'll post here. Thanks
 

Similar threads

Back
Top