ATOM EMULADOR COM ERRO

+5
TioBlitz
TrY!
νσℓ¢σм
Tauã
iBolacha
9 participantes

iBolacha iBolacha  • 20.12.12 14:17

ATOM EMULADOR COM ERRO Empty ATOM EMULADOR COM ERRO 20.12.12 14:17

PRINT
ATOM EMULADOR COM ERRO WKCB9
GALERA EU BAIXEI ESSE ATOM NO PACK REMIX 4.0

Tauã Tauã  • 20.12.12 15:14

ATOM EMULADOR COM ERRO Empty Re: ATOM EMULADOR COM ERRO 20.12.12 15:14

Olá,

Esse erro é porquê você configurou algo errado em seu "emulador", tente configurar novamente, se persistir o erro,poste seu "config" do "emulador" aqui em [CODE]Sua configuração[*/CODE].

Até mais,
Tauã.

νσℓ¢σм νσℓ¢σм  • 20.12.12 17:34

ATOM EMULADOR COM ERRO Empty Re: ATOM EMULADOR COM ERRO 20.12.12 17:34

Olá caro amigo


Como eu tenho preguiça de ler o que está lá digo os possíveis problemas:

*Má configuração;
*DB não compatível;


Se quiser uma configuração boa veja esta! Para acessar á configuração do seu Atom basta ir em "Settings" e em seguida a "configuration" e configurar da seguinte maneira:



Código:
 ## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password= [color=red]senha do seu phpmyadmin[/color]
db.name= [color=red]nome da db [/color]

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=100
db.pool.maxsize=200

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;127.0.0.1

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

#IRC
irc.enabled=false
irc.server=irc.website-service.org
irc.port=6667
irc.user=USER CSharpBot 8 * :I'm a C# irc bot
irc.nick=[VG]Mordi
irc.channel=#habbovg_servermod
irc.password=rofl123

group.enabled=true
auth.ssodisabled=false


#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.pixel.enabled=true
game.pixel.amount=100
game.pixel.time=600

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.credits.enabled=true
game.credits.amount=1000
game.credits.time=900
game.chatlog=1

game.login.credits.receiveamount=100
game.login.pixel.receiveamount=100

#Threading Main Loops.
#Esta opcion separa del MainGameLoop cada tarea a ejecutar en un proceso distinto.
SeparatedTasksInMainLoops.enabled=true


#Threading GameClientManager Loops.
#Esta opcion separa del GameClientManager.OnCycle las tareas de forma lógica para aumentar rendimiento.
SeparatedTasksInGameClientManager.enabled=false

#Baneo por spam
#Esta opción banea a los usuarios tras sucesivos intentos de flood.
spambans.enabled=false
spambans.limit=20



Você só precisará de mudar o que diz "senha do seu phpmyadmin" e "nome da db"




Quanto á DB não consigo aconselhar-lhe nenhuma pois todas as que têm aqui são boas! Mas aqui passo onde pode escolher: https://www.power-pixel.net/f140-database-banco-de-dados

iBolacha iBolacha  • 20.12.12 23:04

ATOM EMULADOR COM ERRO Empty Re: ATOM EMULADOR COM ERRO 20.12.12 23:04

Tauã escreveu:Olá,

Esse erro é porquê você configurou algo errado em seu "emulador", tente configurar novamente, se persistir o erro,poste seu "config" do "emulador" aqui em [CODE]Sua configuração[*/CODE].

Até mais,
Tauã.

## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=senha
db.name=habbo

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=100
db.pool.maxsize=200

## Game TCP/IP Configuration
game.tcp.bindip=localhost
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False

## MUS TCP/IP Configuration
mus.tcp.bindip=localhost
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;localhost

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

#IRC
irc.enabled=false
irc.server=irc.website-service.org
irc.port=6667
irc.user=USER CSharpBot 8 * :I'm a C# irc bot
irc.nick=[VG]Mordi
irc.channel=#habbovg_servermod
irc.password=rofl123

group.enabled=true
auth.ssodisabled=false


#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.pixel.enabled=true
game.pixel.amount=100
game.pixel.time=600

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.credits.enabled=true
game.credits.amount=1000
game.credits.time=600
game.chatlog=1

game.login.credits.receiveamount=100
game.login.pixel.receiveamount=100

#Threading Main Loops.
#Esta opcion separa del MainGameLoop cada tarea a ejecutar en un proceso distinto.
SeparatedTasksInMainLoops.enabled=true


#Threading GameClientManager Loops.
#Esta opcion separa del GameClientManager.OnCycle las tareas de forma lógica para aumentar rendimiento.
SeparatedTasksInGameClientManager.enabled=false

#Baneo por spam
#Esta opción banea a los usuarios tras sucesivos intentos de flood.
spambans.enabled=false
spambans.limit=20

CONTINUO O ERRO

νσℓ¢σм νσℓ¢σм  • 21.12.12 9:44

ATOM EMULADOR COM ERRO Empty Re: ATOM EMULADOR COM ERRO 21.12.12 9:44

Olá ~ShuuH

Enganou-se nas seguinte linhas:

*game.tcp.bindip=localhost

*mus.tcp.bindip=localhost

*mus.tcp.allowedaddr=localhost;localhost


O correcto seria:

*game.tcp.bindip=127.0.0.1

*mus.tcp.bindip=127.0.0.1

*mus.tcp.allowedaddr=localhost;127.0.0.1



Se puser assim irá dar certo!

TrY! TrY!  • 21.12.12 13:59

iBolacha iBolacha  • 21.12.12 14:05

ATOM EMULADOR COM ERRO Empty Re: ATOM EMULADOR COM ERRO 21.12.12 14:05

continuo o erro volcon olha me ajudee pf te dou thanks

## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=senha
db.name=habbo

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=100
db.pool.maxsize=200

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;127.0.0.1

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

#IRC
irc.enabled=false
irc.server=irc.website-service.org
irc.port=6667
irc.user=USER CSharpBot 8 * :I'm a C# irc bot
irc.nick=[VG]Mordi
irc.channel=#habbovg_servermod
irc.password=rofl123

group.enabled=true
auth.ssodisabled=false


#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.pixel.enabled=true
game.pixel.amount=100
game.pixel.time=600

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.credits.enabled=true
game.credits.amount=1000
game.credits.time=600
game.chatlog=1

game.login.credits.receiveamount=100
game.login.pixel.receiveamount=100

#Threading Main Loops.
#Esta opcion separa del MainGameLoop cada tarea a ejecutar en un proceso distinto.
SeparatedTasksInMainLoops.enabled=true


#Threading GameClientManager Loops.
#Esta opcion separa del GameClientManager.OnCycle las tareas de forma lógica para aumentar rendimiento.
SeparatedTasksInGameClientManager.enabled=false

#Baneo por spam
#Esta opción banea a los usuarios tras sucesivos intentos de flood.
spambans.enabled=false
spambans.limit=20

TioBlitz TioBlitz  • 22.12.12 10:16

ATOM EMULADOR COM ERRO Empty Re: ATOM EMULADOR COM ERRO 22.12.12 10:16

Estimado usuário , ...


Você usa CPanel ou Hospedagem ?
Se você usa deve colocar o ip de hospedagem na config


Caso não , o problema esta acontecendo porque o emulador não esta conseguindo se conectar com o MySQL , tente instalar o MySQL Correto do Atom Link: http://adf.ly/246619/http://www.4shared.com/file/sJCzjo9w/622.html MySQL <---


Cumprimentos
Wallace.

ηikηicius ηikηicius  • 23.12.12 15:48

ATOM EMULADOR COM ERRO Empty Re: ATOM EMULADOR COM ERRO 23.12.12 15:48

Mude onde tem Senha pela senha do seu painel

Controller Controller  • 24.12.12 0:15

ATOM EMULADOR COM ERRO Empty Re: ATOM EMULADOR COM ERRO 24.12.12 0:15

Queria poder ajudar, mais não sei nada sobre emuladores, minha área é outra

Controller

Richard Richard  • 24.12.12 9:52

ATOM EMULADOR COM ERRO Empty Re: ATOM EMULADOR COM ERRO 24.12.12 9:52

Moderação
Usuário: Controller
Motivo: Desvio de Assunto
Quantidade : +1

iBolacha iBolacha  • 26.12.12 13:44

ATOM EMULADOR COM ERRO Empty Re: ATOM EMULADOR COM ERRO 26.12.12 13:44

nao deu

The Flash The Flash  • 26.12.12 13:55

ATOM EMULADOR COM ERRO Empty Re: ATOM EMULADOR COM ERRO 26.12.12 13:55

MODERAÇÃO
Nome: ~ShuuH
Motivo: flood
Infrações: 1

Lembre-se de ler as regras.
Clique aqui para poder visualizar as
regras


iBolacha iBolacha  • 26.12.12 13:58

ATOM EMULADOR COM ERRO Empty Re: ATOM EMULADOR COM ERRO 26.12.12 13:58

Nao funcionou gente af ajuda ae os da ekipe vem pa aff TNC

νσℓ¢σм νσℓ¢σм  • 26.12.12 15:52

ATOM EMULADOR COM ERRO Empty Re: ATOM EMULADOR COM ERRO 26.12.12 15:52

Olá tente trocar de DB.

Se o erro persistir troque de emulador
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.