R63b PLUS EMU 3.4.3 error someone help!

Jamescool12

Member
Jan 17, 2014
139
13
Show your config.ini it's missing some code I'm guessing

## 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=MYPASSWORD
db.name=test

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

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

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

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

Kak

Posting Freak
Apr 21, 2017
951
165
## 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=MYPASSWORD
db.name=test

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

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

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

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300​
Are you using the westyy emu?
 

Users who are viewing this thread

Top