HELP: How to see MAP CRASH error in linux?

Hadeszeus

New member
Messages
651
Points
0
Location
Philippines
Eversince I transfer my  server to linux I never see the actual error happening in MAP SERVER. 
I'm using Winscp to connect and putty sometime. 

Is there a way to monitor the error? or any log will do?

 
Try launching both login and char servers by separate this way. Assuming you're on your Hercules folder:

./login-server && ./char-server

And launch map server so that all output is saved to a txt file:

./map-server > map_log.txt

All Map server output will now be saved to map_log.txt (you can specify the filename you want).

Hope this helps.

 
You're my Hero jaBote
default_smile.png
Thank you! 

 
Back
Top