Client error

Alezo

Member
Dec 18, 2016
90
10
Hello, I have a problem with the client. The game works normally, however, sometimes I can not connect and the client is at 76%.

Can someone help, Use the server on a VPS.
 

Alezo

Member
Dec 18, 2016
90
10
ConfigEMU
Code:
## 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=1005
db.name=habbo

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


## Game TCP/IP Configuration
game.tcp.bindip=192.95.42.189
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=2000
game.tcp.enablenagles=true

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

# Camera configuration

camera.path.preview=preview/{1}-{0}.png
camera.path.purchased=purchased/{1}-{0}.png
camera.preview.maxcache=1000

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

## Nombre & Licencia del hotel

#Aparece en la ventana
hotel.name=Oficial
#Aparece en el about
hotel.link=Hirbo

#FastFood
base.url=http://habbitop.org/swf/games/
fastfood.server=198.27.86.33
 

Attachments

  • external_variables.txt
    193.6 KB · Views: 1

NathanCarn3y

Leaving a legacy
Sep 14, 2016
625
195
ConfigEMU
Code:
## 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=1005
db.name=habbo

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


## Game TCP/IP Configuration
game.tcp.bindip=192.95.42.189
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=2000
game.tcp.enablenagles=true

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

# Camera configuration

camera.path.preview=preview/{1}-{0}.png
camera.path.purchased=purchased/{1}-{0}.png
camera.preview.maxcache=1000

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

## Nombre & Licencia del hotel

#Aparece en la ventana
hotel.name=Oficial
#Aparece en el about
hotel.link=Hirbo

#FastFood
base.url=http://habbitop.org/swf/games/
fastfood.server=198.27.86.33
Don't forget to link external_texts and make sure your using the 2017 see release with your Plus Emulator
 

JynX

Posting Freak
Feb 6, 2016
710
438
Don't forget to link external_texts and make sure your using the 2017 see release with your Plus Emulator
Uhm.. His external_texts won't have anything to do with it being stuck... It'd just make the client say Habbo or Habboon depending on the SWF's.

Hello, I have a problem with the client. The game works normally, however, sometimes I can not connect and the client is at 76%.

Can someone help, Use the server on a VPS.
Uhm, any errors in your logs? Located in: bin/Debug/logs/
Any errors in the developers console? Ctrl+Shift+I and then hit Network
Any errors in the emulators console itself when you load the client??
Have you double, triple, and maybe even quadruple checked your variables?
Are your ports properly opened via your firewall? 30000 should be opened by looking at your config.ini
Are you using a proxy? If yes, have you contacted them to see if it's on their end?
 

Alezo

Member
Dec 18, 2016
90
10
Uhm.. His external_texts won't have anything to do with it being stuck... It'd just make the client say Habbo or Habboon depending on the SWF's.


Uhm, any errors in your logs? Located in: bin/Debug/logs/
Any errors in the developers console? Ctrl+Shift+I and then hit Network
Any errors in the emulators console itself when you load the client??
Have you double, triple, and maybe even quadruple checked your variables?
Are your ports properly opened via your firewall? 30000 should be opened by looking at your config.ini
Are you using a proxy? If yes, have you contacted them to see if it's on their end?

Has no errors found in the debug folder/logs
The console is blank page
Not shown in the Emulator errors
Yes, I checked several times. Even I switched external_variables
Yes, she are open on the Firewall
Don't use proxy
 

Dan3212

Member
Mar 30, 2016
86
10
ConfigEMU
Code:
## 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=1005
db.name=habbo

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


## Game TCP/IP Configuration
game.tcp.bindip=192.95.42.189
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=2000
game.tcp.enablenagles=true

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

# Camera configuration

camera.path.preview=preview/{1}-{0}.png
camera.path.purchased=purchased/{1}-{0}.png
camera.preview.maxcache=1000

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

## Nombre & Licencia del hotel

#Aparece en la ventana
hotel.name=Oficial
#Aparece en el about
hotel.link=Hirbo

#FastFood
base.url=http://habbitop.org/swf/games/
fastfood.server=198.27.86.33

by any chance is that a proxy ip
 

Users who are viewing this thread

Top