• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Programmer 100 EUR to fix one problem (bug crash)

Status
Not open for further replies.

Fidera-Global

Banned User
Joined
Jun 13, 2017
Messages
32
Solutions
1
Reaction score
2
tfs 1.2

skype: [email protected]

payment paypal or bitcoins

log gdb:

Code:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./tfs --log-file output.txt error.txt'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x000000000058606f in to_string (__val=<error reading variable: Cannot access memory at address 0x8c0>) at /usr/include/c++/4.8/bits/basic_string.h:2872
2872                                               "%u", __val); }
(gdb) thread 1
[Switching to thread 1 (Thread 0x7f31a0ee4700 (LWP 19851))]
#0  0x000000000058606f in to_string (__val=<error reading variable: Cannot access memory at address 0x8c0>) at /usr/include/c++/4.8/bits/basic_string.h:2872
2872                                               "%u", __val); }
(gdb) bt
#0  0x000000000058606f in to_string (__val=<error reading variable: Cannot access memory at address 0x8c0>) at /usr/include/c++/4.8/bits/basic_string.h:2872
#1  ProtocolGame::sendCoinBalance (this=0x900a6d8) at protocolgame.cpp:2079
#2  0x000000000058639d in operator() (__closure=<optimized out>, client=...) at protocolgame.cpp:2067
#3  __call<void, 0ul> (__args=<optimized out>, this=<optimized out>) at /usr/include/c++/4.8/functional:1296
#4  operator()<, void> (this=<optimized out>) at /usr/include/c++/4.8/functional:1355
#5  std::_Function_handler<void(), std::_Bind<ProtocolGame::updateCoinBalance()::__lambda3(std::shared_ptr<ProtocolGame>)> >::_M_invoke(const std::_Any_data &) (__functor=...) at /usr/include/c++/4.8/functional:2071
#6  0x00000000005b6278 in operator() (this=0x177b4cd0) at /usr/include/c++/4.8/functional:2471
#7  operator() (this=0x177b4cc0) at tasks.h:42
#8  Dispatcher::threadMain (this=0x851ce0 <g_dispatcher>) at tasks.cpp:50
#9  0x00007f31a1eb5a60 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#10 0x00007f31a0eed184 in start_thread (arg=0x7f31a0ee4700) at pthread_create.c:312
#11 0x00007f31a161dbed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

protocolgame.cpp
hastebin
 
Last edited:
It's saying that the error is on sendCoinBalance, protocolgame.cpp, line 2079.
Probably, you're using a param that does not exists anymore.

I couldn't find the sendCoinBalance here on TFS 1.2.
Did you implemented it by yourself or paid somebody?
Do you really need the sendCoinBalance?
 
Status
Not open for further replies.
Back
Top