Jump to content
  • 0

Failed to run start server on vnc desktop shortcut


Petey Pablo

Question


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.03
  • Content Count:  569
  • Reputation:   11
  • Joined:  11/24/11
  • Last Seen:  

Good day rA community! I just want to ask how to create the login.sh, char.sh and map.sh to vnc server? Anyone can help me? im having a problem with this error on running start Start.Desktop on my vnc

image.png.86fb6d3cf3365d979d3434dfe8d57839.png

 

This is my Start.Desktop script

[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Start rAthena
Type=Application
Terminal=false
Exec=/usr/share/test/scripts/start_server.sh
Icon=/usr/share/test/img/ragnarok.png

 

This is the  start.server.sh

#!/bin/sh
TEST_DIR=/usr/share/test
xterm -title "Login Server" -bg black -fg white -hold -e $TEST_DIR/scripts/start_login_server.sh &
sleep 1
xterm -title "Char Server" -bg black -fg white -hold -e $TEST_DIR/scripts/start_char_server.sh &
sleep 1
xterm -title "Map Server" -bg black -fg white -hold -e $TEST_DIR/scripts/start_map_server.sh &

 

This is the login, char and map

#!/bin/sh
cd /root/Desktop/rAthena
./login-server

 

#!/bin/sh
cd /root/Desktop/rAthena
./char-server

 

#!/bin/sh
cd /root/Desktop/rAthena
./map-server

 

Thank you

Edited by Petey Pablo
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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