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
https://metin2.dev/topic/1860-help-64bit-freibsd/
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

First:

env LD_32_PRELOAD="/usr/game/share/dblib/db_notxt.so" ./db &

Second:

env LD_32_PRELOAD="/usr/game/share/gamelib/kickhackfix.so" ./game &

And after this the two libs will work properly.

LD_32 isnt lib32 file ? 

im trying to run the game on 64 bit 

Link to comment
https://metin2.dev/topic/1860-help-64bit-freibsd/#findComment-13528
Share on other sites

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.