Client not working on localhost - no errors in developer tools, maybe express install.

Status
Not open for further replies.

sssssssssssssn

New Member
Feb 20, 2018
14
2
Hi there i have setup my hotel on localhost and when i load up client the screen is entirely black, but there are 0 errors in the dev console. I have a feeling it may be my express install which is set too Habbos default express install which does not exist.

Does anyone know where i can find the express install for this revision* which i can put into the correct folder?
Thanks.
 
Last edited:

Joe

Well-Known Member
Jun 10, 2012
4,088
1,915
If the client is black make sure you’ve enabled flash player for that particular domain, this is usually the fix for a black screen.
 

sssssssssssssn

New Member
Feb 20, 2018
14
2
Thank you so much for your suggestion, (How could i forget and be so stupid.)
 
My client is stuck on 76% but i am 99% sure i have opened the necessary ports. Any ideas? @JMG
 
  • Like
Reactions: Joe

Kak

Posting Freak
Apr 21, 2017
951
165
why is your folder named r63 if youre using r63b? not a big deal just wondering. also what is with the mycms part in the links?
 
  • Like
Reactions: Joe

Joe

Well-Known Member
Jun 10, 2012
4,088
1,915
Never had a hotel on localhost, have you portforwarded the ports? Are you using your local IP in the emulator configs?

I recommend buying a cheap VPS.
 

sssssssssssssn

New Member
Feb 20, 2018
14
2
db.hostname=localhost
db.port=3306
db.username=root
db.password=
db.name=revcms

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

## Game TCP/IP Configuration tried localhost tried 0.0.0.0 tried *
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=2
game.tcp.enablenagles=true

## 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

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=0

Have not portfowarded because only plan to use hotel for myself locally to mess around.
 
Status
Not open for further replies.

Users who are viewing this thread

Top