[SOLVED] emulator error

Status
Not open for further replies.

Stevee

Posting Freak
Mar 29, 2011
580
35
hi,

I've never had this error before, so idk what it is, how would I fix this:



Thanks,
Steve
 

JayC

Well-Known Member
Aug 8, 2013
5,505
1,401
Can you paste your config (Just delete your password , IP and port or use **** so I know they are filled out)
 

Stevee

Posting Freak
Mar 29, 2011
580
35
Can you paste your config (Just delete your password , IP and port or use **** so I know they are filled out)
## 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=*****
db.name=******

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

## Game TCP/IP Configuration
game.tcp.bindip=****
game.tcp.port=30000
game.tcp.conlimit=5000
game.tcp.conperip=100
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=0
client.ping.interval=20000
client.maxrequests=300
 

JayC

Well-Known Member
Aug 8, 2013
5,505
1,401
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=30
db.pool.maxsize=400

Looks like you edited this^ Set that back to its default if you did, the rest looks ok.
 

Stevee

Posting Freak
Mar 29, 2011
580
35
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=30
db.pool.maxsize=400

Looks like you edited this^ Set that back to its default if you did, the rest looks ok.

That was already like that when I had gotten the emulator, I'm not sure what the defaults were.
 
Status
Not open for further replies.

Users who are viewing this thread

Top