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

Pomoze ktos w instalacji crash repo

Kavvson

Gdy boli cie glowa wez
Joined
Jun 25, 2008
Messages
1,177
Reaction score
72
Location
Poland
http://otland.net/f37/how-make-crash-report-otserv-forgotten-server-59083/

nie wiem co i jak od tad ://

Write this in command line the best will be if it will be placed in screen program so if u close putty it won't be terminated.


Code:
#!/bin/bash
ulimit -c unlimited
while true; do ./otserv --log-file "output.txt" "error.txt"; done

It is gdb (crash reports) + autorestarter + console log storage to output.txt.
Now when otserv will crash it will drop a core dump with log(a new file named
core.pid , remember that u have to change pid for process id of crashed otserv example 4154)
now to "read" crash report u have to do fallowing :


Code:
gdb otserv core.pid

after a while write


Code:
bt
 
Dalej pomagaj w takich rzeczach to bedzie coraz wiekszy smietnik z coraz to banalniejszymi "problemami".
 
Tak ponieważ ja nie chce $$ , wolę pomagać wcale niż upokarzać się hajsem, wystarczy że żyje pod dostatkiem.
 
po prostu wie jak crashe serva potrafią wkurwić i nie chce by on rozwalił klawe jak lion dlatego mu pomógł :peace:
 
Back
Top