[HELP]Mercury EMU Error

EliteKey

Member
Aug 22, 2011
41
1
When I boot up Mercury EMU I get this error:
oardzb.png

Here is a few things you may need to see if there's a problem:
My config:
Code:
## Mercury Emulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=removed
db.name=r63b

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

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

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

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
My extra settings:
Code:
# Mercury ExtraSettings #

# Credits/Pixels Loop
currency.loop.enabled=true
currency.loop.time.in.minutes=15
credits.to.give=3000
pixels.to.give=100

# Diamonds Loop
diamonds.loop.enabled=true
diamonds.to.give=1
diamonds.vip.only=false

# Navigator New 2014 Style
navigator.newstyle.enabled=true

# Change Name Settings #
change.name.staff=false
change.name.vip=false
change.name.everyone=false

# Beta stuff and NUX gifts #
enable.beta.camera=true
newuser.gifts.enabled=false
newuser.gift.yttv2.id=

# Interactive stuff #
everyone.use.floor=true
figuredata.url=http://---/r63b/game/gamedata/figuredata.xml
youtube.thumbnail.suburl=youtubethumbnail.php?Video
If anything else is needed, just ask!:thumbup1:
 

Proximity

IDK?
Feb 13, 2014
673
56
Go into your ExtraSettings.cs and edit:

internal static string FIGUREDATA_URL = " ";

edit to

if you have your own then replace the link to your hotel!

I found it and that fixed it there you go!
 

EliteKey

Member
Aug 22, 2011
41
1
Go into your ExtraSettings.cs and edit:

internal static string FIGUREDATA_URL = " ";

edit to

if you have your own then replace the link to your hotel!

I found it and that fixed it there you go!
Already done this, same problem occurs.
 

Users who are viewing this thread

Top