letstry Posted March 16, 2021 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 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 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1827 Reputation: 288 Joined: 08/03/12 Last Seen: 2 hours ago 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...
Question
letstry
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
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.