I learned that the engine is already compiled and I will run it according to this guide only that it is so incomprehensible that I do not know anything from someone explaining it to me?
I do not have anything like screen gdb
Engine 7.6 Linux debian 8
I do not have anything like screen gdb
Engine 7.6 Linux debian 8
Code:
Once you compile and replace a binary file, you do:
screen gdb
you start gdb there and enter in succession:
file otserv
handle SIGPIPE nopass noprint nostop
run
when the crash occurs, it appears that there is some error and there will be a command line available in gdb
there you enter:
where
and you will receive the last engine shares in turn
file, line
Last edited: