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

screen gdb

Dorianek

Member
Joined
Nov 29, 2018
Messages
252
Reaction score
10
Location
Poland
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

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:
Back
Top