Client stuck at 76%

Damientju

New Member
Aug 8, 2017
6
0
Hi everyone.

I've been struggling for one week right now trying to get a retro up and running. I have become as far as my client getting stuck at 76%

It must be a small mistake I can't see, So I hope one of you is the extra pair who can show me my mistake.

Since I cant post any links due to minimum post I had to paste my files in pastebin.



Thank u in advance!

Kind regard,

Damien
 
Last edited:

Queso

echo 'Web Developer';
Nov 29, 2016
233
72
Um, your files look just fine to me, if you'd like, I could help you personally, just add my Skype, and i'll teamviewer you or something, beebhotel is my Skype.
 

Damientju

New Member
Aug 8, 2017
6
0
I opened all the ports even tried to disable firewall in case i didn't open them well.

emu config
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=1234
db.name=tessel

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

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

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

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

Damientju

New Member
Aug 8, 2017
6
0
Look in all your files especially your variables and change " " to " ".

There were 9 places I got https in stead of http. Changed them. But the problem still occured..
Thanks to all of u who helped me so far!
 

Joshhh

Member
Apr 13, 2016
323
172
I opened all the ports even tried to disable firewall in case i didn't open them well.

emu config
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=1234
db.name=tessel

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

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

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

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
Did you open the ports; 30000-30001?
 

Damien

Don't need glasses if you can C#
Feb 26, 2012
426
642
Are you using the correct Habbo.swf? Chances are you're using the wrong revision, resulting in it not connecting. If you have discord I can have a look for you if you're unsure how to check.
 

Mikee

Active Member
Jul 8, 2017
162
102
99% of cases are because of one or a combination of... (in no particular order)
1) wrong config.php
2) wrong config.ini
3) wrong links to variables
4) variables files in the swfs are garbage
4) wrong http / https setup
5) flash isnt enabled
6) client.php is busted <- this is usually 80% of the cases for the issues
7) habbo.swf isnt compatible
8) the ports arent opened
9) wrong version of db for the emu ur using
 

Users who are viewing this thread

Top