Jump to content

Baloe

Inactive Member
  • Posts

    39
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Baloe

  1. Hey

    I have a problem..
    I see an error when I run sh .start.sh run see photo:

     

    https://metin2.download/picture/WbjrUa57r7V9ly2rJp40yz99L00QXpd5/.png


    How do I fix this? Have already looked at google but did not go much further ..
    Hope someone knows :).
    It is the 1st CH
    This is how tmy start.sh looks like:

     

    #!/bin/sh
    
    
    echo -e "\033[31m  
    Rev40k cTolip for Saltuk SFiles \n 
    Kanal sayisi giriniz \n 
    1 - 1 Kanal\n 
    2 - 2 Kanal\n 
    3 - 3 Kanal\n
    4 - 4 Kanal\033[0m"
    
    read chs
    
    case $chs in 
    1*) 
    
    	echo -e "\033[31m Database Aciliyor ..\033[0m"
    	cd /usr/home/game/db
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./db &
    	sleep 2
    	clear
    	echo -e "\033[31m \n Giris Aciliyor ..\033[0m"
    	cd /usr/home/game/auth
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./auth &
    	sleep 2
    	clear
    	echo -e "\033[31m \n 1.Kanal Aciliyor ..\033[0m"
    	cd /usr/home/game/channel1
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./game &
    	sleep 2
    	clear
    	echo -e "\033[31m \n Game99 Aciliyor ..\033[0m"
    	cd /usr/home/game/game99
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./game &
    	sleep 2
    	clear
    
    
    ;;
    2*)
    
    	echo -e "\033[31m Database Acýlýyor ..\033[0m"
    	cd /usr/game/db
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./db &
    	sleep 2
    	clear
    	echo -e "\033[31m \n Giris Aciliyor ..\033[0m"
    	cd /usr/game/auth
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./auth &
    	sleep 2
    	clear
    	echo -e "\033[31m \n 1.Kanal Aciliyor ..\033[0m"
    	cd /usr/game/channel1
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./game &
    	sleep 2
    	clear
    	echo -e "\033[31m \n 2.Kanal Aciliyor ..\033[0m"
    	cd /usr/game/channel2
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./game &
    	sleep 2
    	clear
    	echo -e "\033[31m \n Game99 Aciliyor ..\033[0m"
    	cd /usr/game/game99/
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./game &
    	sleep 2
    	clear
    	
    	
    ;;
    3*)
    
    	echo -e "\033[31m Database Acýlýyor ..\033[0m"
    	cd /usr/game/db
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./db &
    	sleep 2
    	clear
    	echo -e "\033[31m \n Giris Aciliyor ..\033[0m"
    	cd /usr/game/auth
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./auth &
    	sleep 2
    	clear
    	echo -e "\033[31m \n 1.Kanal Aciliyor ..\033[0m"
    	cd /usr/game/channel1
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./game &
    	sleep 2
    	clear
    	echo -e "\033[31m \n 2.Kanal Aciliyor ..\033[0m"
    	cd /usr/game/channel2
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./game &
    	sleep 2
    	clear
    	echo -e "\033[31m \n 3.Kanal Aciliyor ..\033[0m"
    	cd /usr/game/channel3
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./game &
    	sleep 2
    	clear
    	echo -e "\033[31m \n Game99 Aciliyor ..\033[0m"
    	cd /usr/game/game99
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./game &
    	sleep 2
    	clear
    
    	
    	
    ;;
    4*)
    
    	echo -e "\033[31m Database Acýlýyor ..\033[0m"
    	cd /usr/game/db
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./db &
    	sleep 2
    	clear
    	echo -e "\033[31m \n Giris Aciliyor ..\033[0m"
    	cd /usr/game/auth
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./auth &
    	sleep 2
    	clear
    	echo -e "\033[31m \n 1.Kanal Aciliyor ..\033[0m"
    	cd /usr/game/channel1
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./game &
    	sleep 2
    	clear
    	echo -e "\033[31m \n 2.Kanal Aciliyor ..\033[0m"
    	cd /usr/game/channel2
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./game &
    	sleep 2
    	clear
    	echo -e "\033[31m \n 3.Kanal Aciliyor ..\033[0m"
    	cd /usr/game/channel3
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./game &
    	sleep 2
    	clear
    	echo -e "\033[31m \n 4.Kanal Aciliyor ..\033[0m"
    	cd /usr/game/channel4
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./game &
    	sleep 2
    	clear
    	echo -e "\033[31m \n Game99 Aciliyor ..\033[0m"
    	cd /usr/game/game99
    	rm -rf syserr syslog stdout PTS p2p_packet_info.txt ProfileLog libgame.stdlog.txt libgame.stderr.txt packet_info.txt pid udp_packet_info.txt *.core *.log
    	./game &
    	sleep 2
    	clear
    
    
    
    ;;
    esac
    

     

  2. Hey,

    I have a problem..
    When I '' sh start.sh '' do then I get to see the following error:

    ELF interpreter /libexec/ld-elf.so.1 not found, error 8
     

    I have looked into the files and after I know it is just there> /libexec/ld-elf.so.1

    Does anyone know what goes wrong? or what I miss?

    I use FreeBSD version 10.4

  3.  
    Hey,

    I had a question.
    I had seen these files on the web: Nirvana v3.0
    Only if I open the client and want to log in that says '' can not connect to the server ''
    While I (think) I have set everything right.


    While, for example, when I test kori-files there it does it (can log in etc etc ..)

    But, now the question is, what am I doing wrong?

    This indicates Putty:
  4. Hey,

    I had a question as I'm a beginner in this area.

    I'm just looking for metin2 files + client. Only then is a source necessary? I would just like to add things to the client (weapons, animals, mobs) and so on .. But need a source?

    If so, does anyone have the client + files + source for me? To start with?

    Thanks in advance for the comment / explanation :rolleyes:

    Sorry for my bad English

  5. On 26-11-2016 at 11:13 PM, iltizio said:

    This is only anauthenticate error, not a connection error.

    Verify your password and be sure you commit correctly what I written in my previous answer.

    I followed the steps but without success ..

    See the picture:

    https://metin2.download/picture/jNQLl9Ojiafkbn08GGuTtV74xbX3UYLF/.png


    What may still lie? I've looked on google but could not find a solution ..

  6. 1 hour ago, iltizio said:

    edit this file: /etc/ssh/sshd_conf

    Find this entry: 

    
    #PermitRootLogin no

    Change it as:

    
    PermitRootLogin yes

    Save the file and restart sshd service:

    
    service sshd restart

     

    Thanks for your comment!

    I did it .. only those commands are not picked up:  /etc/ssh/sshd_conf

    So I did this: ee /etc/ssh/sshd_conf

    And then there screen where no rules are text, right? so I added it manually and I see this error code now:

    https://metin2.download/picture/BadXCvFp7RLD297moMN3YgNCWl2BmZ61/.png

  7. I have a problem..

    I have since today FreeBSD 9.3 installed on my (VM) .. Just now I want to connect with filezilla alone he gives an error message to ?:

    https://metin2.download/picture/uTKggq4Hw45L9e92NYqiu9MQkoXHNfcR/.png

    It is a hamachi IP as it should through hamachi.

    Here is the error message of filezilla:

    https://metin2.download/picture/K1Xbger9jf3KFD4p7lE068W68BD3ZDvn/.png (

    Error: Authentication failed
    Error: Fatal error: Can not connect to server

    )

    Hope someone knows a solution! :)

     

    Sorry for bad English

  8. 20 hours ago, iltizio said:

    Kill append processes and restart.

     

    Thanks! This problem is solved!

    Only, the server still will not start ..

     

    http://textuploader.com/587mb

     

    Now I see an error about pets .. but the solution can not find anywhere .. But the result is that I can not log in? see the topic about the picture (he connect it only if I with the server the wrong information then fill said the incorrect data and if I fill the proper information then says that mistake in connecting the server)

    What am I doing wrong??

    Or is it still that error?

     

     

  9. Hey,

    I have a problem..

    My client does not start ..

    Probably it is this ?:

    http://textuploader.com/5871l

     

    LocaleService locale/germany/locale_string.txt
    socket_tcp_bind: tcp_socket: Address already in use
     

     

     


    But I am not sure..

    Does anyone know a solution? I run it on root

     

    --------------------------------------------------------------

     

    Thanks! This problem is solved!

    Only, the server still will not start ..

     

    http://textuploader.com/587mb

     

    Now I see an error about pets .. but the solution can not find anywhere .. But the result is that I can not log in? see the topic about the picture (he connect it only if I with the server the wrong information then fill said the incorrect data and if I fill the proper information then says that mistake in connecting the server)

    What am I doing wrong??

    Or is it still that error?

     

    .png

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