Jump to content
  • 0

Recompiling Logs


letstry

Question


  • Group:  Members
  • Topic Count:  87
  • Topics Per Day:  0.02
  • Content Count:  219
  • Reputation:   0
  • Joined:  05/03/12
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1536
  • Reputation:   237
  • Joined:  08/03/12
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...