letstry Posted March 16, 2021 Share Posted March 16, 2021 Hi everyone, I usually recompile using Putty on a VPS server. Whenever I recompile, there are no logs being saved and I wanted to clear all warnings or errors on my source to prevent map-crashes. How do I save a log of my recompiles? I would also like to ask on how to save map crash logs. Thank you Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted March 16, 2021 Share Posted March 16, 2021 1 hour ago, letstry said: Hi everyone, I usually recompile using Putty on a VPS server. Whenever I recompile, there are no logs being saved and I wanted to clear all warnings or errors on my source to prevent map-crashes. How do I save a log of my recompiles? I would also like to ask on how to save map crash logs. Thank you if you're using putty, means the logs will appear during ./configure, make clean, make sql, make server in your putty terminal. to keep the log in your vps, you can try ./athena-start start >log1 >log2 so the logs will be saved in log1 and log2 which you can find inside rathena folder. about map crash, you can use gdb and view the core file when the process crash. https://github.com/rathena/rathena/wiki/GDB Quote Link to comment Share on other sites More sharing options...
Hi everyone,
I usually recompile using Putty on a VPS server.
Whenever I recompile, there are no logs being saved and I wanted to clear all warnings or errors on my source to prevent map-crashes.
How do I save a log of my recompiles?
I would also like to ask on how to save map crash logs.
Thank you
Link to comment
Share on other sites