Jump to content

Recommended Posts

  • Active Member

Hi,

i just finished setting up a local machine in VirtualBox running at 192.168.30.100. I can connect via Navicat to the database and I am able to ping the server from the Windows command promt at my host. There is just one Problem...

When I try to start the server with the bash-script start.sh it just starts the mysql-server, nothing else. There are no kind of logs to be found. Maybe I am getting something wrong in the bash script?

	#!/bin/sh
	cd /usr/home/Zyterios/Loginserver/Datenbank && ./db -I 192.168.30.100 &
sleep 1
	cd /usr/home/Zyterios/Loginserver/Auth && ./auth -I 192.168.30.100 &
sleep 1
	cd /usr/home/Zyterios/Channel1/core1 && ./game -I 192.168.30.100 &
sleep 1
	cd /usr/home/Zyterios/Channel1/core2 && ./game -I 192.168.30.100 &
sleep 1
	cd /usr/home/Zyterios/Channel1/core3 && ./game -I 192.168.30.1000 &
sleep 1
	cd /usr/home/Zyterios/Channel1/core4 && ./game -I 192.168.30.100 &
sleep 1
	cd /usr/home/Zyterios/Channel1/core5 && ./game -I 192.168.30.100 &
sleep 1
	cd /usr/home/Zyterios/Channel1/core6 && ./game -I 192.168.30.100 &
sleep 1
	cd /usr/home/Zyterios/Channel99 && ./game -I 192.168.30.100 &
sleep 1
echo "Server wurde gestartet!"
	

Link to comment
https://metin2.dev/topic/13805-gameserver-will-not-start/
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.