Error On BlissRP Emulator and CMS (Help Please)

JackS48

New Member
Feb 15, 2021
7
0
Hi,

I am new to habbo retro's and vps's, but I have recently got a vps and installed BlissRP. It looks like it is configured correctly, but I am receiving 2 errors 1 on the emulator and the other on the browser as shown below.

You must be registered for see images attach


You must be registered for see images attach

Any help appreciated and thanks in advance
 

Hypothesis

Programmer
Jan 6, 2019
524
361
First error is because there was an issue connecting to the MySQL database.

The second error is because of an issue with your web.config, likely missing syntax.
 

JackS48

New Member
Feb 15, 2021
7
0
First error is because there was an issue connecting to the MySQL database.

The second error is because of an issue with your web.config, likely missing syntax.
I have fixed the second error, but i can't seem to figure out the error on the emulator as it is connected to the database :/
 

JackS48

New Member
Feb 15, 2021
7
0
sorry, didn't ready your last replies correctly. You might need to double check your emulator config. or you can paste here so I can check them
Here is the config file:

Code:
## BlissRP Emulator Configuration

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=password
db.name=hotel

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

## Game TCP/IP Configuration
game.tcp.bindip=
game.tcp.port=30045
game.tcp.conlimit=100000
game.tcp.conperip=200
game.tcp.enablenagles=true

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

## SOCKET CONFIGURATION
socket.bindip=0.0.0.0
socket.port=8443
socket.cert.enabled=true

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

########################  ROLEPLAY SETTINGS  #########################
######################################################################

#Roleplay Rooms
## Multiple Values Accepted :  Format key=value,value,value
rooms_hospital=36
rooms_bank=32
rooms_school=38
rooms_jails=210
rooms_clothing_stores=53
rooms_hair_salons=53

#Catalog Front Page Images
##Format: Caption/Title,page_link (Page Link is in Catalog Pages table!)
#!WARNING! DO NOT PUT COMMA IN Title or Page Link! Comma must SEPERATE the TITLE from the PAGE LINK!
##Images are found in c_images/catalogue --> section0.png - section3.png
catalog_section_0=Building Blocks!,builder_club_2018
catalog_section_1=Tokyo,tokyo_furni
catalog_section_2=Coral King,coral_king
catalog_section_3=Laundry & Gaming,home_decor

catalog_section_0_pets=Pet Accessories!,pet_access
catalog_section_1_pets=Dragon Pet,pet_dragon
catalog_section_2_pets=Bear Pet,pet_bear
catalog_section_3_pets=Frog Pet,pet_frog

catalog_section_0_gangs=BlissRP Shop,cata_front
catalog_section_1_gangs=Create A Gang,gang_front
catalog_section_2_gangs=Gang Decorations,gang_decor
catalog_section_3_gangs=Gang Forums,gang_forum
Post automatically merged:

Here is the config file:

Code:
## BlissRP Emulator Configuration

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=password
db.name=hotel

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

## Game TCP/IP Configuration
game.tcp.bindip=
game.tcp.port=30045
game.tcp.conlimit=100000
game.tcp.conperip=200
game.tcp.enablenagles=true

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

## SOCKET CONFIGURATION
socket.bindip=0.0.0.0
socket.port=8443
socket.cert.enabled=true

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

########################  ROLEPLAY SETTINGS  #########################
######################################################################

#Roleplay Rooms
## Multiple Values Accepted :  Format key=value,value,value
rooms_hospital=36
rooms_bank=32
rooms_school=38
rooms_jails=210
rooms_clothing_stores=53
rooms_hair_salons=53

#Catalog Front Page Images
##Format: Caption/Title,page_link (Page Link is in Catalog Pages table!)
#!WARNING! DO NOT PUT COMMA IN Title or Page Link! Comma must SEPERATE the TITLE from the PAGE LINK!
##Images are found in c_images/catalogue --> section0.png - section3.png
catalog_section_0=Building Blocks!,builder_club_2018
catalog_section_1=Tokyo,tokyo_furni
catalog_section_2=Coral King,coral_king
catalog_section_3=Laundry & Gaming,home_decor

catalog_section_0_pets=Pet Accessories!,pet_access
catalog_section_1_pets=Dragon Pet,pet_dragon
catalog_section_2_pets=Bear Pet,pet_bear
catalog_section_3_pets=Frog Pet,pet_frog

catalog_section_0_gangs=BlissRP Shop,cata_front
catalog_section_1_gangs=Create A Gang,gang_front
catalog_section_2_gangs=Gang Decorations,gang_decor
catalog_section_3_gangs=Gang Forums,gang_forum
This is the second config file as they where 2

Code:
## BlissRP Emulator Configuration

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=mangos
db.name=hotel

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

## Game TCP/IP Configuration
game.tcp.bindip=
game.tcp.port=30045
game.tcp.conlimit=100000
game.tcp.conperip=200
game.tcp.enablenagles=true

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

## SOCKET CONFIGURATION
socket.bindip=0.0.0.0
socket.port=8443
socket.cert.enabled=true

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

########################  ROLEPLAY SETTINGS  #########################
######################################################################

#Roleplay Rooms
## Multiple Values Accepted :  Format key=value,value,value
rooms_hospital=36
rooms_bank=32
rooms_school=38
rooms_jails=210
rooms_clothing_stores=53,215
rooms_hair_salons=53
rooms_postoffice=68

#Catalog Front Page Images
##Format: Caption/Title,page_link (Page Link is in Catalog Pages table!)
#!WARNING! DO NOT PUT COMMA IN Title or Page Link! Comma must SEPERATE the TITLE from the PAGE LINK!
##Images are found in c_images/catalogue --> section0.png - section3.png
catalog_section_0=Building Blocks!,builder_club_2018
catalog_section_1=Tokyo,tokyo_furni
catalog_section_2=Coral King,coral_king
catalog_section_3=Laundry & Gaming,home_decor

catalog_section_0_pets=Pet Accessories!,pet_access
catalog_section_1_pets=Dragon Pet,pet_dragon
catalog_section_2_pets=Bear Pet,pet_bear
catalog_section_3_pets=Frog Pet,pet_frog

catalog_section_0_gangs=BlissRP Shop,cata_front
catalog_section_1_gangs=Create A Gang,gang_front
catalog_section_2_gangs=Gang Decorations,gang_decor
catalog_section_3_gangs=Gang Forums,gang_forum

I have configured the second config file and i have now got a new error:

You must be registered for see images attach
 
Last edited:

airilxx

Member
Jan 1, 2012
51
12
Here is the config file:

Code:
## BlissRP Emulator Configuration

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=password
db.name=hotel

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

## Game TCP/IP Configuration
game.tcp.bindip=
game.tcp.port=30045
game.tcp.conlimit=100000
game.tcp.conperip=200
game.tcp.enablenagles=true

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

## SOCKET CONFIGURATION
socket.bindip=0.0.0.0
socket.port=8443
socket.cert.enabled=true

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

########################  ROLEPLAY SETTINGS  #########################
######################################################################

#Roleplay Rooms
## Multiple Values Accepted :  Format key=value,value,value
rooms_hospital=36
rooms_bank=32
rooms_school=38
rooms_jails=210
rooms_clothing_stores=53
rooms_hair_salons=53

#Catalog Front Page Images
##Format: Caption/Title,page_link (Page Link is in Catalog Pages table!)
#!WARNING! DO NOT PUT COMMA IN Title or Page Link! Comma must SEPERATE the TITLE from the PAGE LINK!
##Images are found in c_images/catalogue --> section0.png - section3.png
catalog_section_0=Building Blocks!,builder_club_2018
catalog_section_1=Tokyo,tokyo_furni
catalog_section_2=Coral King,coral_king
catalog_section_3=Laundry & Gaming,home_decor

catalog_section_0_pets=Pet Accessories!,pet_access
catalog_section_1_pets=Dragon Pet,pet_dragon
catalog_section_2_pets=Bear Pet,pet_bear
catalog_section_3_pets=Frog Pet,pet_frog

catalog_section_0_gangs=BlissRP Shop,cata_front
catalog_section_1_gangs=Create A Gang,gang_front
catalog_section_2_gangs=Gang Decorations,gang_decor
catalog_section_3_gangs=Gang Forums,gang_forum
Post automatically merged:


This is the second config file as they where 2

Code:
## BlissRP Emulator Configuration

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=mangos
db.name=hotel

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

## Game TCP/IP Configuration
game.tcp.bindip=
game.tcp.port=30045
game.tcp.conlimit=100000
game.tcp.conperip=200
game.tcp.enablenagles=true

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

## SOCKET CONFIGURATION
socket.bindip=0.0.0.0
socket.port=8443
socket.cert.enabled=true

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

########################  ROLEPLAY SETTINGS  #########################
######################################################################

#Roleplay Rooms
## Multiple Values Accepted :  Format key=value,value,value
rooms_hospital=36
rooms_bank=32
rooms_school=38
rooms_jails=210
rooms_clothing_stores=53,215
rooms_hair_salons=53
rooms_postoffice=68

#Catalog Front Page Images
##Format: Caption/Title,page_link (Page Link is in Catalog Pages table!)
#!WARNING! DO NOT PUT COMMA IN Title or Page Link! Comma must SEPERATE the TITLE from the PAGE LINK!
##Images are found in c_images/catalogue --> section0.png - section3.png
catalog_section_0=Building Blocks!,builder_club_2018
catalog_section_1=Tokyo,tokyo_furni
catalog_section_2=Coral King,coral_king
catalog_section_3=Laundry & Gaming,home_decor

catalog_section_0_pets=Pet Accessories!,pet_access
catalog_section_1_pets=Dragon Pet,pet_dragon
catalog_section_2_pets=Bear Pet,pet_bear
catalog_section_3_pets=Frog Pet,pet_frog

catalog_section_0_gangs=BlissRP Shop,cata_front
catalog_section_1_gangs=Create A Gang,gang_front
catalog_section_2_gangs=Gang Decorations,gang_decor
catalog_section_3_gangs=Gang Forums,gang_forum

I have configured the second config file and i have now got a new error:

You must be registered for see images attach
You need to edit the emulator sources in order to disable the Secure Websocket error.
Open up the emulator project files in Visual Studio, search for SocketConnection.cs and look for these lines :
Code:
var server = new WebSocketServer(Convert.ToInt32(port), "wss://" + ip + ":" + port + "");
Change the wss:// to ws:// , and debug the emulator
 

JackS48

New Member
Feb 15, 2021
7
0
You need to edit the emulator sources in order to disable the Secure Websocket error.
Open up the emulator project files in Visual Studio, search for SocketConnection.cs and look for these lines :
Code:
var server = new WebSocketServer(Convert.ToInt32(port), "wss://" + ip + ":" + port + "");
Change the wss:// to ws:// , and debug the emulator
I have done that but i am receiving the same error

You must be registered for see images attach
 

Users who are viewing this thread

Top