Jump to content
  • 0
Kido

How to see script errors after exit on centos

Question

Hello, everytime i open putty to run my server, it loads and shows all files loaded, so when i test npcs and so on, there i can see the errors and fix them, however, when i type exit, the window cloases leaving the server online, that's fine, that's no the problem, the problem is that when i log again in putty i can't see any file loaded (it stays black), even if i do reloaditemdb or something, files that are loaded aren't shown

 

i would like to know if is there any command that i can write on black linux window that will show me any errores when a script is loaded or a file is loaded, just like when you just start the server

 

thank you so mnuch in advance!

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

Download and install screen, then run your server from a screen session.

sudo apt-get install screen
screen -S server
cd path/to/server/files/
./athena-start start
To detach from screen, press Ctrl A D simultaneously; to resume our screen session named "server", type this:

screen -R server
  • Upvote 1
Link to comment
Share on other sites

Download and install screen, then run your server from a screen session.

sudo apt-get install screen
screen -S server
cd path/to/server/files/
./athena-start start
To detach from screen, press Ctrl A D simultaneously; to resume our screen session named "server", type this:

screen -R server

 

thank you so much o:! i won't need a test server at all o:!

 

it sayd

 

"

sudo: apt-get: command not found

"

 

D:

Link to comment
Share on other sites

oh i got it right, thank you again o:!!!

 

edit:

i did it as told and then this appears, i guessed was ok so i loaded a script with error but there wre no messages of errors abotu the script D:

AoFA9of.png

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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.