error with fastfood for cloudserver

Manduka

Member
Aug 8, 2015
44
2
G9Qc6zo
hi to all, I would like to understand how to solve this problem, I find myself in trouble with this, the fastfood starts, but then suddenly a black screen appears, here is the log of the error, you also place the file configurations
G9Qc6zo.png


Link Image


jODft


Configuration confg.ini fastfood
Code:
## Fast Food Coded by Carlos D.
## Please, don't delete this notes.

## MySql Configuration
db.host=localhost
db.port=3306
db.username=root
db.password=
db.dbname=clouddb

## MySql Extra Info
db.pool.size=100
db.client.amount=200

## Sockets Configuration ##
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true

#FastFood info
swfs.site=http://localhost/swf/games/
init.port=90

configuration emulator
Code:
## StreamEmulator Configuration System
## Must be edited for the server to work

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


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

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
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=30001
mus.tcp.allowedaddr=127.0.0.1

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

fast.food.enabled=1
food.url=http://localhost/swf/games/gamecenter_basejump/
food.ip=127.0.0.1
food.port=90
food.habboUrl=http://fuseus-private-httpd-fe-1
snow.url=http://localhost/swf/games/gamecenter_snowwar/




## Add 2016
hotel.name=CloudHotel
license=CloudHotel
game.legacy.figure_mutant=1
 

Users who are viewing this thread

Top