Jump to content

Recommended Posts

Hello metin2devs :) , i already got a server with 64bit freibsd installed it , 

when i try to run the server im getting this error :  https://metin2.download/picture/aPiEvdL5SpFgti1bBgx24LXjDopDQ6Jc/.png

 

and i already got the lib for db_notxt.so 

 

thats my start.sh script :

case $chs in 
1*) 

	echo -e "033[31m Database Acýlýyor ..033[0m"
	cd /usr/game/db
	env LD_PRELOAD="/usr/game/share/dblib/db_notxt.so" ./db &
	sleep 2
	clear
	echo -e "033[31m n Giris Aciliyor ..033[0m"
	cd /usr/game/auth 
	./auth &
	sleep 2
	clear
	echo -e "033[31m n 1.Kanal Aciliyor ..033[0m"
	cd /usr/game/channel1
	env LD_PRELOAD="/usr/game/share/gamelib/kickhackfix.so" ./game &
	sleep 2
	clear
	echo -e "033[31m n Game99 Aciliyor ..033[0m"
	cd /usr/game/game99
	env LD_PRELOAD="/usr/game/share/gamelib/kickhackfix.so" ./game &
	sleep 2
	clear

can anyone help me please ? :) 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



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