Error with PlusEmu PRODUCTION-201607262204-86871104

Drax

New Member
Jun 26, 2017
18
0
Hello,

I have an error with PlusEmulator PRODUCTION-201607262204-86871104

1498995937-capture.jpg


Thanks for your help :)
 

Drax

New Member
Jun 26, 2017
18
0
@Jerry

Code:
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=MYHOSTNAME
db.port=3306
db.username=MYUSERNAME
db.password=MYPASSWORD
db.name=MYDBNAME

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

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

## RCON TCP/IP Configuration
rcon.tcp.bindip=IPOFMYVPS
rcon.tcp.port=30001
rcon.tcp.allowedaddr=IPOFMYVPS

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

# Camera configuration
camera.path.preview=preview/{1}-{0}.png
camera.path.purchased=purchased/{1}-{0}.png
camera.preview.maxcache=1000
 

Drax

New Member
Jun 26, 2017
18
0
Okay, are you able to check what's on line 97 in the PhotoManager.cs file?

I don't have any file call "PhotoManager.cs"

CameraPhotoManager.cs line 97:

int ItemId = int.Parse(PlusEnvironment.GetDBConfig().DBData["camera.photo.purchase.item_id"]);
 

Jerry

not rly active lol
Jul 8, 2013
1,956
522
Add camera.photo.purchase.item_id to the config.ini file. I don't know what catalog you use so set it to any integer number, like camera.photo.purchase.item_id=999999
 

Jerry

not rly active lol
Jul 8, 2013
1,956
522
Replace:
Code:
rcon.tcp.bindip=IPOFMYVPS
rcon.tcp.port=30001
rcon.tcp.allowedaddr=IPOFMYVPS

with
Code:
mus.tcp.bindip=IPOFMYVPS
mus.tcp.port=30001
mus.tcp.allowedaddr=IPOFMYVPS
 

Users who are viewing this thread

Top