antiblock
Cyphriun
  • Chatbox

    You don't have permission to chat.
    Load More

Archived

This topic is now archived and is closed to further replies.

  • 0
TekPT123

[AJUDA] Pessoas fora da rede, não conseguem entrar na personagem.

Question

Boas tardes, tenho um problema em  mãos, ando a fazer um servidor de metin privado, com as files Happy

 

E tenho vindo a deparar com inúmeros problemas, sendo um deles, os meu amigos não se conseguirem connectar ao servidor, alterei na pack ip, para o meu, penso que abri todas as portas do router .

 

Só que quando se tenta entrar da parte de fora da rede, entra-se na escolha de personagem, mas depois leva-se kick quando se tenta entrar na mesma.

 

Alguém tem alguma sugestão do que possa fazer ?

 

Eu agora estou a tentar compilar as files e está me a dar isto, porfavor ajuda 🙂

 

root@tekmete2:~/Workspace/Server # gmake all
Makefile:47: warning: overriding recipe for target 'libserverkey'
Makefile:13: warning: ignoring old recipe for target 'libserverkey'
--------------------------------------
Full Build Start
--------------------------------------
gmake -C liblua clean
gmake[1]: Entering directory '/root/Workspace/Server/liblua'
cd include; gmake clean
gmake[2]: Entering directory '/root/Workspace/Server/liblua/include'
gmake[2]: Nothing to be done for 'clean'.
gmake[2]: Leaving directory '/root/Workspace/Server/liblua/include'
cd src; gmake clean
gmake[2]: Entering directory '/root/Workspace/Server/liblua/src'
rm -f lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o ../lib/liblua.a
gmake[2]: Leaving directory '/root/Workspace/Server/liblua/src'
cd src/lib; gmake clean
gmake[2]: Entering directory '/root/Workspace/Server/liblua/src/lib'
rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o ../../lib/liblualib.a
gmake[2]: Leaving directory '/root/Workspace/Server/liblua/src/lib'
gmake[1]: Leaving directory '/root/Workspace/Server/liblua'
gmake -C liblua
gmake[1]: Entering directory '/root/Workspace/Server/liblua'
cd include; gmake all
gmake[2]: Entering directory '/root/Workspace/Server/liblua/include'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/root/Workspace/Server/liblua/include'
cd src; gmake all
gmake[2]: Entering directory '/root/Workspace/Server/liblua/src'
gcc -O2 -g -Wall -I../include      -c -o lapi.o lapi.c
gcc -O2 -g -Wall -I../include      -c -o lcode.o lcode.c
gcc -O2 -g -Wall -I../include      -c -o ldebug.o ldebug.c
gcc -O2 -g -Wall -I../include      -c -o ldo.o ldo.c
gcc -O2 -g -Wall -I../include      -c -o ldump.o ldump.c
gcc -O2 -g -Wall -I../include      -c -o lfunc.o lfunc.c
gcc -O2 -g -Wall -I../include      -c -o lgc.o lgc.c
gcc -O2 -g -Wall -I../include      -c -o llex.o llex.c
llex.c: In function 'read_string':
llex.c:285:7: warning: case label value is less than minimum value for type
       case EOZ:
       ^~~~
gcc -O2 -g -Wall -I../include      -c -o lmem.o lmem.c
gcc -O2 -g -Wall -I../include      -c -o lobject.o lobject.c
gcc -O2 -g -Wall -I../include      -c -o lopcodes.o lopcodes.c
gcc -O2 -g -Wall -I../include      -c -o lparser.o lparser.c
gcc -O2 -g -Wall -I../include      -c -o lstate.o lstate.c
gcc -O2 -g -Wall -I../include      -c -o lstring.o lstring.c
gcc -O2 -g -Wall -I../include      -c -o ltable.o ltable.c
In file included from ltable.c:36:0:
ltable.c: In function 'luaH_mainposition':
llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define IntPoint(p)  ((lu_hash)(p))
                       ^
ltable.h:13:32: note: in definition of macro 'gnode'
 #define gnode(t,i) (&(t)->node[i])
                                ^
ltable.c:71:26: note: in expansion of macro 'hashmod'
 #define hashpointer(t,p) hashmod(t, IntPoint(p))
                          ^~~~~~~
ltable.c:71:37: note: in expansion of macro 'IntPoint'
 #define hashpointer(t,p) hashmod(t, IntPoint(p))
                                     ^~~~~~~~
ltable.c:108:14: note: in expansion of macro 'hashpointer'
       return hashpointer(t, pvalue(key));
              ^~~~~~~~~~~
llimits.h:72:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define IntPoint(p)  ((lu_hash)(p))
                       ^
ltable.h:13:32: note: in definition of macro 'gnode'
 #define gnode(t,i) (&(t)->node[i])
                                ^
ltable.c:71:26: note: in expansion of macro 'hashmod'
 #define hashpointer(t,p) hashmod(t, IntPoint(p))
                          ^~~~~~~
ltable.c:71:37: note: in expansion of macro 'IntPoint'
 #define hashpointer(t,p) hashmod(t, IntPoint(p))
                                     ^~~~~~~~
ltable.c:110:14: note: in expansion of macro 'hashpointer'
       return hashpointer(t, gcvalue(key));
              ^~~~~~~~~~~
gcc -O2 -g -Wall -I../include      -c -o ltests.o ltests.c
gcc -O2 -g -Wall -I../include      -c -o ltm.o ltm.c
gcc -O2 -g -Wall -I../include      -c -o lundump.o lundump.c
gcc -O2 -g -Wall -I../include      -c -o lvm.o lvm.c
gcc -O2 -g -Wall -I../include      -c -o lzio.o lzio.c
if [ ! -d ../lib ]; then mkdir ; fi
ar rcu ../lib/liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o
ranlib ../lib/liblua.a
gmake[2]: Leaving directory '/root/Workspace/Server/liblua/src'
cd src/lib; gmake all
gmake[2]: Entering directory '/root/Workspace/Server/liblua/src/lib'
gcc -O2 -g -Wall -I../../include         -c -o lauxlib.o lauxlib.c
gcc -O2 -g -Wall -I../../include         -c -o lbaselib.o lbaselib.c
gcc -O2 -g -Wall -I../../include         -c -o ldblib.o ldblib.c
gcc -O2 -g -Wall -I../../include         -c -o liolib.o liolib.c
liolib.c: In function 'g_iofile':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
 #define tofile(L,i) (tofileh(L,i)->f)
                     ~~~~~~~~~~~~~^~~~
liolib.c:251:7: note: in expansion of macro 'tofile'
       tofile(L, 1);  /* check that it's a valid file handle */
       ^~~~~~
liolib.c: In function 'f_lines':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
 #define tofile(L,i) (tofileh(L,i)->f)
                     ~~~~~~~~~~~~~^~~~
liolib.c:286:3: note: in expansion of macro 'tofile'
   tofile(L, 1);  /* check that it's a valid file handle */
   ^~~~~~
gcc -O2 -g -Wall -I../../include         -c -o lmathlib.o lmathlib.c
gcc -O2 -g -Wall -I../../include         -c -o ltablib.o ltablib.c
gcc -O2 -g -Wall -I../../include         -c -o lstrlib.o lstrlib.c
gcc -O2 -g -Wall -I../../include         -c -o loadlib.o loadlib.c
ar rcu ../../lib/liblualib.a lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o
ranlib ../../lib/liblualib.a
gmake[2]: Leaving directory '/root/Workspace/Server/liblua/src/lib'
gmake[1]: Leaving directory '/root/Workspace/Server/liblua'
gmake -C libsql dep
gmake[1]: Entering directory '/root/Workspace/Server/libsql'
touch Depend
g++48 -I../libmysql/5.x-5.1.35 -Wall -O2 -pipe -mcpu=i686 -D_THREAD_SAFE -fno-exceptions  -MM *.cpp > Depend
/bin/sh: g++48: not found
gmake[1]: *** [Makefile:38: dep] Error 127
gmake[1]: Leaving directory '/root/Workspace/Server/libsql'
gmake: *** [Makefile:72: all] Error 2

 

Se alguém souber algo 😄

 

 

 

 

Cumprimentos e obrigado-

 

 

Share this post


Link to post
Share on other sites

0 answers to this question

There have been no answers to this question yet