ySoaD ySoaD  • 29.10.17 23:01

「AjudaHB」EMULADOR GTE NÃO INICIA  Empty 「AjudaHB」EMULADOR GTE NÃO INICIA 29.10.17 23:01

    Pedir ajuda
    Olá Convidado, estou com um problema. Me ajude?
    O meu problema é o seguinte: galera, poderiam me ajudar ? bom eu configurei certinho meu emulador sempre fiz desse jeito, Estou com uma vps aqui, e quando eu inicio no ip da vps da esse erro do print, quando eu configuro com o ip 127.0.0.1 funciona, porém só consigo entrar na cliente pela propria vps. por favor alguém pra me ajudar ? já desativei o firewall e nada.
    Será que é fácil resolver este erro?
    Veja minhas configurações, poderá ajudar!
    Meu emulador é o não sei o nome
    Minha CMS é a lavvos
    Meu hotel está no outro apache
    Como sei que uma imagem vale mais que mil palavras, olhe o print: http://prntscr.com/h3oyjf
    Desde já obrigado. Aguardarei respostas!

Rafacasari Rafacasari  • 29.10.17 23:10

「AjudaHB」EMULADOR GTE NÃO INICIA  Empty Re: 「AjudaHB」EMULADOR GTE NÃO INICIA 29.10.17 23:10

Pode colocar aqui a configuração do emulador?

ySoaD ySoaD  • 29.10.17 23:18

「AjudaHB」EMULADOR GTE NÃO INICIA  Empty Re: 「AjudaHB」EMULADOR GTE NÃO INICIA 29.10.17 23:18

Rafacasari escreveu:Pode colocar aqui a configuração do emulador?

Código:

## Gold Tree Emulator 3.0 System Configuration File



## MySQL Configuration

db.hostname=localhost

db.port=3306

db.username=root
db.password=--MINHASENHA--TAPEI
db.name=db

## MySQL pooling setup (controls amount of connections)

db.pool.minsize=5

db.pool.maxsize=55



## Game TCP/IP Configuration

game.tcp.bindip=35.199.114.68
game.tcp.port=30000
game.tcp.conlimit=100

game.tcp.proxyip=35.199.114.68



## Client configuration

client.ping.enabled=1

client.ping.interval=30000



## MUS TCP/IP Configuration

mus.tcp.bindip=35.199.114.68
mus.tcp.port=30001
mus.tcp.allowedaddr=35.199.114.68



## Console Configuration

emu.messages.connections=1

emu.messages.roommgr=1



## Automatic shutdown (DONT CHANGE VALUES IF YOU DONT WANT ENABLE THIS)

shutdown-server=

shutdown-server-player-limit=0

shutdown-warning-alert=!!!Hotel shutdown!!!



## Automatic update

gte.update.noticy.disable=0

gte.update.autoupdate=0



## Anti Advertising Configuration

###
anti.ads.enable=1



## The following configuration defines the last rank that will have anti advertisement enabled


## ranks above this integer will be able to post links freely

anti.ads.rank=1



## Message that is displayed after ad preventation

anti.ads.msg=Advertising will lead you to be banned



## Some ad (alert) shit to client

ads.disable=0

ads.allowrdonlyrandom
ads=1


debug=0

Rafacasari Rafacasari  • 29.10.17 23:27

「AjudaHB」EMULADOR GTE NÃO INICIA  Empty Re: 「AjudaHB」EMULADOR GTE NÃO INICIA 29.10.17 23:27

Pelo que está no emulador, o erro parece ser aqui
Código:
mus.tcp.bindip=35.199.114.68
mus.tcp.port=30001
mus.tcp.allowedaddr=35.199.114.68

Tente alterar mus.tcp.allowedaddr para "localhost" ou tentar alterar a porta...

Mas desconfio que seja algum erro no emulador mesmo, é bom verificar o arquivo com erro

ySoaD ySoaD  • 29.10.17 23:31

「AjudaHB」EMULADOR GTE NÃO INICIA  Empty Re: 「AjudaHB」EMULADOR GTE NÃO INICIA 29.10.17 23:31

Rafacasari escreveu:Pelo que está no emulador, o erro parece ser aqui
Código:
mus.tcp.bindip=35.199.114.68
mus.tcp.port=30001
mus.tcp.allowedaddr=35.199.114.68

Tente alterar mus.tcp.allowedaddr para "localhost" ou tentar alterar a porta...

Mas desconfio que seja algum erro no emulador mesmo, é bom verificar o arquivo com erro

http://prntscr.com/h3p7tn

Rafacasari Rafacasari  • 29.10.17 23:35

「AjudaHB」EMULADOR GTE NÃO INICIA  Empty Re: 「AjudaHB」EMULADOR GTE NÃO INICIA 29.10.17 23:35

Veja o arquivo Gold-Tree-Emulator-3/Gold Tree Emulator 3.0/Net/MusListener.cs na linha 35 e na linha 44

ySoaD ySoaD  • 29.10.17 23:47

「AjudaHB」EMULADOR GTE NÃO INICIA  Empty Re: 「AjudaHB」EMULADOR GTE NÃO INICIA 29.10.17 23:47

Rafacasari escreveu:Veja o arquivo Gold-Tree-Emulator-3/Gold Tree Emulator 3.0/Net/MusListener.cs na linha 35 e na linha 44
[/code]
~-35 this.ServerSocket.Bind(new IPEndPoint(IPAddress.Parse(addr), this.Port));
this.ServerSocket.Listen(backlog);

this.ServerSocket.BeginAccept(new AsyncCallback(this.OnAcceptCallback), this.ServerSocket);

Logging.WriteLine("Listening for MUS on port: " + this.Port);
}
catch (Exception ex)
{
-44 throw new Exception("Could not set up MUS socket:\n" + ex.ToString());
}
[/code]

Rafacasari Rafacasari  • 29.10.17 23:50

「AjudaHB」EMULADOR GTE NÃO INICIA  Empty Re: 「AjudaHB」EMULADOR GTE NÃO INICIA 29.10.17 23:50

Tente essa configuração:
Código:
mus.tcp.bindip=localhost
mus.tcp.port=30002
mus.tcp.allowedaddr=localhost

b3ta b3ta  • 30.10.17 0:08

「AjudaHB」EMULADOR GTE NÃO INICIA  Empty Re: 「AjudaHB」EMULADOR GTE NÃO INICIA 30.10.17 0:08

[aviso=Moderação] O autor tem 24 horas para dizer se a questão foi resolvida.[/aviso]

ySoaD ySoaD  • 30.10.17 0:26

「AjudaHB」EMULADOR GTE NÃO INICIA  Empty Re: 「AjudaHB」EMULADOR GTE NÃO INICIA 30.10.17 0:26

Rafacasari escreveu:Tente essa configuração:
Código:
mus.tcp.bindip=localhost
mus.tcp.port=30002
mus.tcp.allowedaddr=localhost

http://prntscr.com/h3pm0e

Fulano. Fulano.  • 31.10.17 19:17

「AjudaHB」EMULADOR GTE NÃO INICIA  Empty Re: 「AjudaHB」EMULADOR GTE NÃO INICIA 31.10.17 19:17

[alerta= Moderação]
Tópico fechado e movido para questões encerradas.
Motivo: Prazo encerrado
[/alerta]

Conteúdo patrocinado  • 

「AjudaHB」EMULADOR GTE NÃO INICIA  Empty Re: 「AjudaHB」EMULADOR GTE NÃO INICIA

Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.